a9f52aad98
Rework a bunch of scripts into a single website script
2024-11-18 14:59:43 -08:00
f83c6ebbe5
blog: Cat in the Cream Cookies
2024-11-18 11:47:00 -08:00
b7fb364862
Meta: Avoid an IndexError with .get() instead of indexing in the weeknotes script
...
Replace indexing into the os.environ dictionary with a .get() call (and a default)
to avoid an IndexError
2024-11-18 08:05:22 -08:00
2d6912aed2
Add a --edit argument to the new-photo-post script
2024-11-17 14:51:39 -08:00
9ce6362402
Meta: Port several things common to various Python scripts to a new website module
2024-11-17 14:49:33 -08:00
a30903c8cf
blog: 2024W25 Weeknotes
2024-11-17 14:47:58 -08:00
8afadd8379
blog: Remove draft flag from 2024W46 Weeknotes
2024-11-17 14:47:30 -08:00
dd2eec20bc
blog: Books I Read in 2024 (draft)
2024-11-16 09:42:50 -08:00
f82a864f5e
blog: Weeknotes for 2024W46 (draft)
2024-11-16 09:42:04 -08:00
a5093be13a
termlite: Update submodule commit
2024-11-16 09:41:43 -08:00
96410c903c
Add a custom .paragraph-spaced-list class
...
This class spaces its list elements with the standard paragraph spacing.
2024-11-15 20:58:37 -08:00
a968c9cb78
Add a <hr> to the test page
2024-11-15 07:34:01 -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
cb16a35020
photos: Publish the Niagara posts (remove draft flag)
2024-11-11 08:33:27 -08:00
11d4dcd590
photos: Niagara Falls posts
2024-11-09 12:57:45 -08:00
1f53428932
termlite: Update submodule commit
2024-11-07 09:18:12 -08:00
d87438bf6a
Add a few characters to the list of ones to strip out of strings when slugifying a title
2024-11-07 09:18:12 -08:00
f47c41a80d
photostream: Update submodule commit
2024-11-07 09:18:12 -08:00
0cebee344a
photos: Devil's Slide posts
2024-11-07 09:18:11 -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
0b67da2557
photos: Bay FC Home Opener post
2024-11-05 08:56:49 -08:00
8483704e73
Remove drafts from the production dev server
2024-11-04 16:53:03 -08:00
15bec870da
Add the Coit Tower photo
...
Rename the first Fairmont photo to match the title and slug. I originally called
it the Freemont Hotel, which is wrong.
2024-11-04 16:52:02 -08:00
8cb1187aaa
Do not build drafts
...
Too much trouble.
2024-11-04 16:38:29 -08:00
7d50f86bcf
Remove the /now reference on the home page
...
/now is still a draft.
2024-11-04 16:37:40 -08:00
32c41daea1
Remove the explicit dependencies from go.mod
2024-11-04 16:36:40 -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
8010f10396
photos: Add North from the Fairmont Hotel post
2024-11-04 08:41:50 -08:00
126dc58e7c
Add a 2024 section index to the photostream
2024-11-04 08:41:23 -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
602f5fa26c
Update some content posts to work with the new shortcodes, etc
2024-11-01 21:42:36 -07:00
855c5b719e
Create a deployall
Makefile target
...
Move generating nethack data out of the deploy target so that deploy can just be
building what's there and pushing it.
Parameterize the destination build directory as BUILD_DIR. Default to the hugo
default, i.e. public.
2024-11-01 21:29:15 -07:00
aa14214f73
Update Nethack logfile for electra
2024-10-31 17:18:48 -07:00
d42176c918
Update tags and opening paragraph on the Jackson and Other Holes post
2024-10-31 16:29:19 -07:00
f15644810c
Add a description to the Jackson and Other Holes post
2024-10-31 12:54:17 -07:00
d1c47448ab
termlite: Update submodule commit
2024-10-31 10:55:12 -07:00
fd6fd1c3ca
"Jackson and Other Holes"
...
Travel post about going to Jackson, WY, Yellowstone, and the Grand Tetons with the HS friends group.
2024-10-31 08:39:43 -07:00
cd789e9dfe
Update Nethack logfile for electra
2024-10-31 08:11:53 -07: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
8bfa3fc8bf
Add support for embedding videos in the figures/image shortcode
2024-10-31 08:06:05 -07:00
d679ae6c39
Quote the DEPLOY_LOCATION variable in the deploy Makefile target
2024-10-31 08:05:27 -07:00
9b682a5d96
Remove the .py extension from the new-photo-post script
2024-10-31 08:05:00 -07:00
3fba9450ee
Update nethack logfile
2024-10-31 08:04:39 -07:00
0d4a5ea214
termlite: Update submodule commit
2024-10-31 08:03:51 -07:00
6343452a62
Exclude drafts from the latest widget
2024-10-27 10:05:35 -06:00
e72f8136ab
Publish BSD Make post
2024-10-27 10:03:19 -06:00
d6e56e2ab7
Add a "production" argument to the dev_server script
...
When this argument is passed, set the environment to "production".
2024-10-27 09:58:42 -06:00