-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
27 lines (21 loc) · 754 Bytes
/
config.toml
File metadata and controls
27 lines (21 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
base_url="https://blog.henrygressmann.de"
build_search_index=true
compile_sass=true
description="a blog about software development, technology and other stuff"
generate_feeds=true
taxonomies=[{name="tags"}, {name="series", feed=true}]
title="henry's blog"
[markdown]
extra_syntaxes_and_themes=["highlight_themes", "syntaxes"]
highlight_code=true
highlight_theme="dracula"
[extra]
accent_color="blue"
background_color="green"
# Whether to show links to earlier and later posts
# on each post page (defaults to true).
enable_post_view_navigation=true
# The text shown at the bottom of a post,
# before earlier/later post links.
# Defaults to "Thanks for reading! Read other posts?"
post_view_navigation_prompt="Thanks for reading! Read other posts?"