Commit Graph

13 Commits

Author SHA1 Message Date
c6d7c8c211 Swap published columns for 24 entries from random.md
Some checks failed
Deploy to S3 / deploy (push) Failing after 1m24s
Retract the seven published columns into drafts/ and promote the 24 per-date
entries split out of Notes/random.md. Bodies are verbatim; titles, subjects
and slugs are new.

Make publication a matter of location. Notes/Notes.11tydata.js gives anything
under Notes/ permalink: false unless tagged `column`; drafts/drafts.11tydata.js
renders drafts at their real permalink under `yarn dev` and excludes them from
collections entirely in a build, so no template can surface one. Publishing is
now `git mv drafts/<file> columns/`, and moving it back retracts it.

Untagged notes were previously rendered into _site/ and deployed — including
Notes/random.md, which was live at /Notes/random/.
2026-08-02 22:45:19 +00:00
c33e4ce861 Organize columns by subject tags; add /subjects/ page
All checks were successful
Deploy to S3 / deploy (push) Successful in 49s
- Drive the columns collection from the `column` tag, recovering 3 columns
  authored under Notes/ that the glob missed
- Tag the 6 columns with subject tags; add a subjects collection and a
  /subjects/ listing page (newest-first), linked from the footer
2026-06-29 03:05:41 +00:00
de9a868050 2026-06-23-hamming
All checks were successful
Deploy to S3 / deploy (push) Successful in 48s
2026-06-24 03:33:18 +00:00
61e594a96b [columns] bulbs
All checks were successful
Deploy to S3 / deploy (push) Successful in 3m5s
2026-05-15 03:02:50 +00:00
1ec9257f64 v2 happy idiots
All checks were successful
Deploy to S3 / deploy (push) Successful in 50s
2026-05-06 04:02:23 +00:00
ac2a1a0c55 [coluns][wip] happy idiots
All checks were successful
Deploy to S3 / deploy (push) Successful in 1m15s
2026-04-20 04:00:46 +00:00
c725afe69c [coluns][wip] happy idiots
Some checks failed
Deploy to S3 / deploy (push) Failing after 1m37s
2026-04-20 03:58:37 +00:00
32b2d055f2 [column] annual survey
All checks were successful
Deploy to S3 / deploy (push) Successful in 41s
2026-04-11 03:03:24 +00:00
1fcc199c1a [notes] ...
All checks were successful
Deploy to S3 / deploy (push) Successful in 46s
2026-04-09 02:12:21 +00:00
3a4cd7d6cd [columns][2026-03-28] useless-skills
All checks were successful
Deploy to S3 / deploy (push) Successful in 42s
2026-04-01 02:54:03 +00:00
ddf09bfd00 [columns][2026-03-28] useless-skills 2026-04-01 02:53:30 +00:00
cd3fbc144f add image support: eleventy-img plugin, hero images, responsive picture elements
All checks were successful
Deploy to S3 / deploy (push) Successful in 46s
2026-03-28 04:59:32 +00:00
0ed5909289 scaffold unprompted site: eleventy, templates, gitea CI
Some checks failed
Deploy to S3 / deploy (push) Failing after 1m26s
2026-03-28 04:10:09 +00:00