summary refs log tree commit diff stats
path: root/src/content/blog/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/blog/_index.md')
-rw-r--r--src/content/blog/_index.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/content/blog/_index.md b/src/content/blog/_index.md
new file mode 100644
index 0000000..838b240
--- /dev/null
+++ b/src/content/blog/_index.md
@@ -0,0 +1,28 @@
++++
+title = "List of blog posts"
+description = "My blog posts."
+sort_by = "date"
+template = "blog.html"
+page_template = "post.html"
+insert_anchor_links = "right"
+generate_feeds = true
+
+[extra]
+lang = "en"
+
+title = "Blog"
+# subtitle = "I write about ...."
+
+date_format = "%b %-d, %Y"
+
+categorized = false # posts can be categorized
+back_to_top = true # show back-to-top button
+toc = true # show table-of-contents
+comment = true # enable comment
+copy = true # show copy button in code block
+
+outdate_alert = true
+outdate_alert_days = 90
+outdate_alert_text_before = "This article was last updated "
+outdate_alert_text_after = " days ago and may be out of date."
++++