Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make zola generate an atom feed
  • Loading branch information
tertsdiepraam committed Feb 1, 2024
commit 0d6f6215f86f317b8944e3bb9d0bb8180b0c604e
2 changes: 2 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ default_language = "en"

paginate_by = 10

generate_feed = true

[markdown]
highlight_code = true
highlight_theme = "OneHalfLight"
2 changes: 2 additions & 0 deletions content/blog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ sort_by = "date"
page_template = "post.html"
title = "Blog"
+++

You can subscribe to this blog with this [atom feed](/atom.xml).