We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f394861 commit 0d6f621Copy full SHA for 0d6f621
config.toml
@@ -9,6 +9,8 @@ default_language = "en"
9
10
paginate_by = 10
11
12
+generate_feed = true
13
+
14
[markdown]
15
highlight_code = true
16
highlight_theme = "OneHalfLight"
content/blog/_index.md
@@ -4,3 +4,5 @@ sort_by = "date"
4
page_template = "post.html"
5
title = "Blog"
6
+++
7
8
+You can subscribe to this blog with this [atom feed](/atom.xml).
0 commit comments