| Commit message (Expand) | Author | Files | Lines |
2022-06-04 | TODOs.md: Add #td-5cab66be-9f82-4d25-de87-fc6392c3b26f | EuAndreh | 1 | -0/+3 |
2022-06-03 | src/development/genhtml.sh: Derive $HTML variable from $MD | EuAndreh | 1 | -0/+1 |
2022-06-03 | src/development/genhtml.sh: escape() _() strings by default | EuAndreh | 1 | -1/+1 |
2022-06-03 | src/development/genhtml.sh: Use relative URL for Atom feeds | EuAndreh | 1 | -4/+4 |
2022-06-03 | src/development/config.env: Mark as executable | EuAndreh | 1 | -0/+0 |
2022-06-03 | aux/workflow/TODOs.sh: Emit HTML to STDOUT; amend Makefile | EuAndreh | 2 | -8/+3 |
2022-06-03 | Makefile: Indent $(derived-assets) variable | EuAndreh | 1 | -2/+2 |
2022-06-02 | src/bin/article: Remove script, it was not being used, and I intend to keep n... | EuAndreh | 1 | -143/+0 |
2022-06-02 | src/bin/tmp: Move out of repository, into ~/.usr/bin...Decouple it from this website, as it has nothing to do with it.
| EuAndreh | 1 | -74/+0 |
2022-06-01 | src/development/genhtml.sh: Use relative URLs by default, with BASE_URL=/ | EuAndreh | 2 | -11/+15 |
2022-06-01 | dynamic.mk: Re-generate HTML files when genhtml.sh changes | EuAndreh | 1 | -1/+5 |
2022-06-01 | Makefile: Disable current tests | EuAndreh | 1 | -0/+2 |
2022-06-01 | src/bin/pb: Fix typo in usage() text | EuAndreh | 1 | -1/+1 |
2022-06-01 | TODOs.md: Add #td-330c7f45-2c2d-6066-b1a0-4357f7b09259 | EuAndreh | 1 | -0/+12 |
2022-06-01 | dynamic.mk: Add "default" rule...Keep the "all" rule with its previous meaning, and only add this one to
make it appear before the "include" line, so that it becomes the default
target. Moving the "all" target there would make it depend on values
that only appear after it, from the contents of the "generaated.mk"
include line. This indirection allows for the "all" target to keep
having those dynammic dependencies, but also to be invoked directly by
the default target, "default".
| EuAndreh | 1 | -0/+1 |
2022-06-01 | Generate podcast artifacts in dynamic.mk | EuAndreh | 3 | -10/+26 |
2022-06-01 | TODOs.md: Add #td-2de2f57c-0773-530f-f6cf-70836080f46f | EuAndreh | 1 | -0/+3 |
2022-06-01 | src/development/dynmake.sh: Generate torrent only for primary .webm and .flac... | EuAndreh | 1 | -1/+0 |
2022-06-01 | .gitignore: Ignore src/content/ during migration | EuAndreh | 1 | -0/+3 |
2022-06-01 | Makefile: Conditionally clean with dynamic.mk, only when generated.mk exists | EuAndreh | 1 | -3/+4 |
2022-06-01 | Makefile: No need to rebuild public/ in "deploy" target | EuAndreh | 1 | -2/+0 |
2022-06-01 | Generate LilyPond files in dynamic.mk | EuAndreh | 8 | -49/+56 |
2022-06-01 | Move files.mk and deps.mk into generated.mk...Make torrent files dynamic instead of listed in Makefile.
| EuAndreh | 3 | -49/+48 |
2022-06-01 | src/development/frontmatter-env.sh: Use single quote for heredoc marker | EuAndreh | 1 | -2/+2 |
2022-06-01 | Start building pastebins with dynamic.mk | EuAndreh | 6 | -16/+165 |
2022-06-01 | TODOs.md: Add #td-c409cad6-6660-81d8-b7ad-a0d61329ef3c | EuAndreh | 1 | -0/+3 |
2022-06-01 | src/bin/pb: Use 'e' over 'vipe' | EuAndreh | 1 | -1/+1 |
2022-06-01 | src/bin/pb: Fix sed expression | EuAndreh | 1 | -1/+1 |
2022-06-01 | src/bin/pb: Update WEBSITE_DIR path | EuAndreh | 1 | -1/+1 |
2022-06-01 | git mv bin/ src/ | EuAndreh | 3 | -0/+0 |
2022-06-01 | bin/article: Normalize usage() and help() text | EuAndreh | 1 | -16/+23 |
2022-06-01 | bin/pb: Allow input to contain "```" without prior escaping | EuAndreh | 1 | -1/+1 |
2022-05-02 | src/development/dynmake.sh: Base tool to do dynamic Makefiles without proprie... | EuAndreh | 2 | -0/+74 |
2022-05-02 | _config.yml: Exclude src/ for now | EuAndreh | 1 | -0/+1 |