content/post: improve formatting
content/post: improve formulations
content/post: add reading list setup post
ci: check rss feed at correct url
add reading list page
Reading list page is checked in as html as generated from org-export to
preserve PROPERTIES, TAGS and TODO states. The hugo org-mode exporter [go-org][1] is
somewhat constrained.
[1] https://github.com/niklasfasching/go-org
gitignore reading list base file
post/crypto: reformatting
post/crypto: add Stolfi's Ponzi explainers
post/reviews: add link to "review" tagged posts
integrate upstream theme changes
fix publish date vs. lastmod comparison
Since enableGitInfo is set to true, lastmod is set by the time of the
last commit to a file. Date/PublishDate is usually set manually in the
frontmatter without specifying a timestamp. Now, if the time part of
the datetime is taken into account, the publishDate/Date and lastmod
can differ even if the date part is identical and no updates have been
made to the post. By applying the ":date_medium" format in the
comparison, we drop the diffs in time (which means that edits in
commits on the publishDate don't trigger the "last edited on" code
path).
post: add review rationale and first book review