Commit graph

6 commits

Author SHA1 Message Date
d496238184 Update the site title and copyright 2024-10-08 09:06:08 -07:00
2f5b413d1e Enable emoji codes in Markdown like 🏳️‍🌈 2024-06-09 23:18:40 -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
03899a54dc Add a copyright to the config 2022-11-15 17:24:54 -08: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