Commit graph

61 commits

Author SHA1 Message Date
33da073783 Update photostream submodule 2025-08-28 11:08:37 -06:00
ee9dc5c9ea Update termlite submodule commit 2025-08-28 08:17:00 -06:00
a8c30e1c90 Update termlite submodule 2025-08-19 10:08:33 -07:00
1f2de30c60 Pass the list of images generated by the figures/image template to the partials that actually render the figure
This template was doing a bunch of work to look up resources, but then
discarding it and passing just the "name" to the partial. Instead, pass the
$imgs list.

Add a "global-asset-src" parameter to the shortcode that takes an asset path.

Update the termlite submodule commit.
2025-08-19 10:03:50 -07:00
f2e835cea5 termlite: Update submodule commit 2025-01-14 19:30:20 -08:00
741163dac8 termlite: Update submodule commit 2025-01-07 15:37:38 -08:00
9d50a93313 blog: Use .ByPublishDate for the blog list 2025-01-07 08:35:04 -08:00
dc09f14cc1 termlite: Update submodule commit 2025-01-04 10:13:09 -08:00
807927a0de termlite: Update submodule commit 2024-12-23 08:13:46 -08:00
a90ebf15f6 termlite: Update submodule commit 2024-11-26 13:44:41 -07:00
b2eb00a0a8 photostream: Update submodule commit 2024-11-26 08:57:34 -07:00
80d1f8106a blog: Restore the two column layout on Netscape Meteors
At the bottom of this post is a two-column layout showing two versions of the
meteors spinner. I broke that in a previous commit and this commit brings it back.

Use the new content-grid shortcode (implemented in the submodule commit) to render
a two-column grid.
2024-11-26 08:39:50 -07:00
052152193d termlite: Update submodule commit 2024-11-25 15:57:01 -08:00
6edd649fb6 termlite: Update submodule commit 2024-11-25 15:48:15 -08:00
e3b93e5e0f Rewrite the figures/image template to use the new figures in the termlite theme 2024-11-25 09:52:22 -08:00
3b4297c335 termlite: Update submodule commit 2024-11-19 20:53:38 -08:00
a5093be13a termlite: Update submodule commit 2024-11-16 09:41:43 -08:00
8105b0e16b Improve the handling of whitespace in template code
resource-builders: Update submodule commit
2024-11-14 08:49:52 -08:00
122e55b1fa blog: Rubiks' Cube Scrambler post
Implement the rubiks-cube-scrambler custom element, including JS and template
files. Put these things in the body-extras.html partial that the termlite theme
added.

resource-builders: Update submodule commit
termlite: Update submodule commit
2024-11-13 17:06:01 -08:00
1f53428932 termlite: Update submodule commit 2024-11-07 09:18:12 -08:00
f47c41a80d photostream: Update submodule commit 2024-11-07 09:18:12 -08: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
2104b5354b blog: Ay Carmela
Update termlite submodule with pre-formatted block styles.
2024-11-06 09:04:24 -08:00
54782cc1f7 feeds: Update submodule commit 2024-11-04 15:47:19 -08:00
0a0f007a11 feeds: Update submodule commit 2024-11-04 08:45:11 -08:00
0cef7a7903 Fix up the new-photo-post script
Make the script a little more resilient. Print out some EXIF data that the template
will use when generating the page.

Update the photostream submodule commit.

Remove the unused photo_exif_table.html partial.
2024-11-04 08:37:56 -08:00
d1c47448ab termlite: Update submodule commit 2024-10-31 10:55:12 -07:00
0d4a5ea214 termlite: Update submodule commit 2024-10-31 08:03:51 -07:00
612a0425a2 termlite: Update submodule commit 2024-10-27 09:58:10 -06:00
2b613de769 termlite: Update submodule commit 2024-10-26 08:32:08 -06:00
0e2c7c2dac termlite, photostream: Update submodule commits
Consolidate list templates
2024-10-24 10:08:53 -06:00
796371e10f termlite, photostream: Update submodule commits 2024-10-23 11:17:03 -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
f5b2b1e67a termlite: Update submodule commit 2024-10-17 08:40:13 -07:00
750dd6179b photostream: Add go module, git submodule, and update commit 2024-10-17 08:39:25 -07:00
f95ac34c7c termlite: Update submodule commit 2024-10-13 23:14:45 -07:00
830f22d6ba termlite: Update submodule commit 2024-10-12 11:27:16 -07:00
187bc15a6f termlite: Update submodule commit 2024-10-10 23:04:53 -07:00
3bb8917116 termlite: Update submodule commit 2024-10-08 19:22:35 -07:00
3369b52735 Move the youtube shortcode to the termlite theme
Rename it figures/youtube → youtube and update the posts that use it.
2024-10-08 09:09:02 -07:00
8e8881c52e image-utils: Update submodule commit 2024-10-08 08:46:38 -07:00
5510a738fa Remove the railroad shortcode
This partial moved to railroad-diagrams. Except it's pissing me off. 🙃
2024-10-08 08:46:28 -07:00
e0b2683ef9 Remove the images/orientation_angle partial
This partial moved to the image-utilities theme
2024-10-08 08:46:06 -07:00
3102dc1e56 Move a bunch of shortcodes and partials back from the platters theme 2024-10-08 08:45:44 -07:00
20d53e0df2 image-utils: Add image-utils submodule 2024-10-08 08:41:31 -07:00
0f200e3d09 Move circular_image back to the top level 2024-10-07 21:43:47 -07:00
47d1bf9ffe Move nobreak and tess shortcodes back to the top level layouts directory 2024-10-07 21:42:29 -07:00
66adceaf24 Move all layouts to platters theme 2024-10-07 21:39:17 -07:00
de8101efed Remove layouts from themes/platters 2024-10-07 21:38:50 -07:00
6398a4d0df Add an empty platters theme 2024-10-07 21:37:58 -07:00