diff --git a/config.toml b/config.toml index 4092d3641..be03294fa 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,8 @@ default_language = "en" paginate_by = 10 +generate_feed = true + [markdown] highlight_code = true highlight_theme = "OneHalfLight" diff --git a/content/blog/_index.md b/content/blog/_index.md index e5535bc5c..f784a32f4 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -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). \ No newline at end of file