first working banner
This commit is contained in:
parent
2d3dfddc29
commit
0a8be90c90
432 changed files with 13477 additions and 1291 deletions
11
config.toml
11
config.toml
|
@ -8,7 +8,7 @@ generate_feeds = true
|
|||
feed_filenames = ["rss.xml", "atom.xml"]
|
||||
build_search_index = true
|
||||
author = "Aron Petau"
|
||||
hard_link_static = true
|
||||
hard_link_static = false
|
||||
taxonomies = [
|
||||
{ name = "tags", feed = true, paginate_by = 10 }
|
||||
]
|
||||
|
@ -18,6 +18,15 @@ theme = "duckquill"
|
|||
|
||||
default_language = "en"
|
||||
|
||||
[slugify]
|
||||
paths = "off"
|
||||
taxonomies = "on"
|
||||
anchors = "off"
|
||||
# Whether to remove date prefixes for page path slugs.
|
||||
# For example, content/posts/2016-10-08_a-post-with-dates.md => posts/a-post-with-dates
|
||||
# When true, content/posts/2016-10-08_a-post-with-dates.md => posts/2016-10-08-a-post-with-dates
|
||||
paths_keep_dates = false
|
||||
|
||||
[search]
|
||||
index_format = "fuse_json"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue