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
post/libreboot: add GNU Boot as alternative
post/privacy: reference NGI Taler EU project
add curl as build dependency for rss check
use theme built-in math support via KaTeX
use updated hugo-flex theme
remove /tech resources page
Some parts moved to my wiki, others don't need a mention.
post/reading-freely: add Faded Page and Free Programming books
post/boinc: remove hardcoded lastmod
post/boinc: add DENIS@home project
remove docu-like references
Moved to more appropriate places in my wiki
adapt "Reading freely" post
- reference Cory Doctorow's "Beyond unfree" talk at
libreplanet 2017
- add links on
* how to use a Kobo ereader without a Kobo account
* how to remove DRM from ebooks
- add the Pragmatic Bookshelf as a store selling DRM-free
ebooks
update .build.yml
- use hut tool to publish
- remove superfluous py3-pip dependency