blob: 720c9535aaa564af66b070f114639471865f2ef6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
+++
title = "Writings"
description = "Sort of academically written things"
sort_by = "date"
template = "blog.html"
page_template = "post.html"
insert_anchor_links = "right"
generate_feeds = true
[extra]
lang = "en"
title = "Writings"
subtitle = "Sort of academically written things."
date_format = "%b %-d, %Y"
categorized = true # 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."
+++
|