Commit graph

27 commits

Author SHA1 Message Date
5a0dcb8a7d Rename twitter config settings -> x (ugh) 2025-03-19 11:52:54 -07:00
d59f2e0a69 blog: Add citation and caption to Ay Carmela post
Update termlite submodule.
Enable block and title attributes in the Hugo renderer.
2024-11-06 09:32:12 -08:00
d1c2a3b4c8 Limit expanded year lists in the overall list template to 3 years for both blog and photostream 2024-10-31 08:07:05 -07:00
7274f9ce74 Update feed publishing
Remove RSS. As Tess said, it's a pile of hacks and conflicting specs. Better to
use Atom. I was only ever linking to Atom feeds anyway.
2024-10-20 09:13:22 -07:00
750dd6179b photostream: Add go module, git submodule, and update commit 2024-10-17 08:39:25 -07:00
d496238184 Update the site title and copyright 2024-10-08 09:06:08 -07:00
20d53e0df2 image-utils: Add image-utils submodule 2024-10-08 08:41:31 -07:00
00d6181bd8 Make the whole site a module so it can accommodate the theme modules 2024-10-07 21:30:32 -07:00
2f5b413d1e Enable emoji codes in Markdown like 🏳️‍🌈 2024-06-09 23:18:40 -07:00
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