erynwells.me/scripts/erynwells_me
Eryn Wells 2688e4e339 Add a deployment command group to the website script
This group has one command so far: next-tag. It looks at the git tag list and
figured out the next deployment tag. For the most part tags are named like so:

    deploy-%Y-%m-%d-NN

The middle segments are year-month-day, and the last segment is an incrementing
counter. For the most part this number will be 01. On days when I deploy more than
once, it will increment.
2025-08-29 08:59:03 -06:00
..
scripting Add a deployment command group to the website script 2025-08-29 08:59:03 -06:00
__init__.py Rework a bunch of scripts into a single website script 2024-11-18 14:59:43 -08:00
blog.py Rework a bunch of scripts into a single website script 2024-11-18 14:59:43 -08:00
commands.py When editing weeknotes with the website script, create the page from the Hugo archetype and process it 2024-12-10 12:16:23 -08:00
dates.py Rework a bunch of scripts into a single website script 2024-11-18 14:59:43 -08:00
deployment.py Add a deployment command group to the website script 2025-08-29 08:59:03 -06:00
metadata.py Rework a bunch of scripts into a single website script 2024-11-18 14:59:43 -08:00
paths.py Rework a bunch of scripts into a single website script 2024-11-18 14:59:43 -08:00
weeknotes.py When editing weeknotes with the website script, create the page from the Hugo archetype and process it 2024-12-10 12:16:23 -08:00