Commit graph

18 commits

Author SHA1 Message Date
85ed759a3a Add toki pona to the list of supported languages 2024-03-11 08:27:33 -07:00
383234e983 Address all warnings during the Hugo build
- Add descriptions for pages that have too much content
- Add an image orientation override param so that I can specify orientation when it's missing from EXIF
- Move the author.name and author.email configurations to params; delete author.yaml
2023-12-18 11:22:14 -08:00
3783801365 Turn off code block line numbers by default 2023-11-19 07:27:46 -08:00
8cc207b84c Parameterize the photo grid 2023-10-03 08:55:13 -07:00
d407d9d15a Replace Twitter icon with Mastodon 2023-08-10 07:32:57 -07:00
ff615a757c Move shortTitle site param to config/_default/params.yaml 2023-05-20 08:31:15 -07:00
fc35499d6c Simulate background-clip: text for browsers that don't support it
Move the heading generating to a partial that iteratively wraps each character
of the heading in a <span>. The CSS for the site heading uses :nth-child to
color each span a different color.
2023-05-17 08:28:22 -07:00
cec1576d75 Allow unsafe markup in the Markdown renderer 2023-05-08 20:02:56 -07:00
78bd1e4a4e Japanese flashcards! 2023-03-13 21:06:45 -07:00
19145efa33 Add an about menu 2022-11-15 17:24:54 -08:00
03899a54dc Add a copyright to the config 2022-11-15 17:24:54 -08:00
f8174ab27c Add Atom output to sections 2022-11-08 08:54:52 -08:00
543112fc51 Convert the social menu to a config driven version 2022-11-04 08:01:24 -07:00
7dcfc12ec7 Generate a feed.atom too 2022-11-04 08:01:07 -07:00
aea3489ddb OOPS! Fix permalinks on photo pages 2022-11-03 17:01:55 -07:00
aeafd0b530 Get the Atom output type all set up
Atom feed is generated at feed.xml using the index.atom.xml template
2022-11-03 09:15:14 -07:00
244220b914 Add email to Author config 2022-11-03 09:14:36 -07:00
48056e5be8 Convert site config to YAML and move it to config/
Keep the old site config.toml around just in case.
2022-11-02 17:46:26 -07:00