diff --git a/config.toml b/config.toml index e42d998..44e316b 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,9 @@ title = "em.0x45.cz" compile_sass = true build_search_index = false +generate_feed = false +feed_filename = "atom.xml" + taxonomies = [ {name = "categories", feed = false} ] diff --git a/content/posts/_index.md b/content/posts/_index.md index eb13233..47c1101 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,4 +1,5 @@ +++ title = "All posts" template = "posts.html" +generate_feed = true +++ diff --git a/templates/index.html b/templates/index.html index 57fa5c3..23469d3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,7 @@ {% block title %}{{ config.title }}{% endblock %} + @@ -13,7 +14,7 @@ {{ config.title }}