| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace website.git address with euandre.org.git address | EuAndreh | 2022-08-31 | 5 | -18/+18 |
* | _config.yml: Add v2/ and logs/ to exclude list | EuAndreh | 2022-08-31 | 1 | -0/+2 |
* | dynamic.mk: Use "all" over "$(ALL) public" | EuAndreh | 2022-08-30 | 1 | -1/+1 |
* | dynamic.mk: Add compat link to feed.blog.en.atom | EuAndreh | 2022-08-30 | 1 | -6/+11 |
* | dynamic.mk: Remove "disabled" target | EuAndreh | 2022-08-30 | 1 | -7/+0 |
* | dynamic.mk: Move everything from Makefile into dynamic.mk | EuAndreh | 2022-08-30 | 2 | -80/+70 |
* | src/development/: WIP work on Perl md2html | EuAndreh | 2022-08-22 | 2 | -9/+223 |
* | public.asc: Update public key | EuAndreh | 2022-08-12 | 1 | -27/+50 |
* | src/bin/pb: Use file path over hard-coded $WEBSITE_DIR | EuAndreh | 2022-08-12 | 1 | -3/+1 |
* | pastebin: Auto-add _pastebins/2022-07-14-git-cleanup-command.md | EuAndreh | 2022-07-14 | 1 | -0/+70 |
* | src/development/md2html.pl: Setup initial Perl script using CommonMark module | EuAndreh | 2022-06-04 | 1 | -0/+9 |
* | Makefile: Fold $(favicons) variable into $(derived-assets) | EuAndreh | 2022-06-04 | 1 | -3/+4 |
* | TODOs.md: Add #td-5cab66be-9f82-4d25-de87-fc6392c3b26f | EuAndreh | 2022-06-04 | 1 | -0/+3 |
* | src/development/genhtml.sh: Derive $HTML variable from $MD | EuAndreh | 2022-06-03 | 1 | -0/+1 |
* | src/development/genhtml.sh: escape() _() strings by default | EuAndreh | 2022-06-03 | 1 | -1/+1 |
* | src/development/genhtml.sh: Use relative URL for Atom feeds | EuAndreh | 2022-06-03 | 1 | -4/+4 |
* | src/development/config.env: Mark as executable | EuAndreh | 2022-06-03 | 1 | -0/+0 |
* | aux/workflow/TODOs.sh: Emit HTML to STDOUT; amend Makefile | EuAndreh | 2022-06-03 | 2 | -8/+3 |
* | Makefile: Indent $(derived-assets) variable | EuAndreh | 2022-06-03 | 1 | -2/+2 |
* | src/bin/article: Remove script, it was not being used, and I intend to keep n... | EuAndreh | 2022-06-02 | 1 | -143/+0 |
* | src/bin/tmp: Move out of repository, into ~/.usr/bin | EuAndreh | 2022-06-02 | 1 | -74/+0 |
* | src/development/genhtml.sh: Use relative URLs by default, with BASE_URL=/ | EuAndreh | 2022-06-01 | 2 | -11/+15 |
* | dynamic.mk: Re-generate HTML files when genhtml.sh changes | EuAndreh | 2022-06-01 | 1 | -1/+5 |
* | Makefile: Disable current tests | EuAndreh | 2022-06-01 | 1 | -0/+2 |
* | src/bin/pb: Fix typo in usage() text | EuAndreh | 2022-06-01 | 1 | -1/+1 |
* | TODOs.md: Add #td-330c7f45-2c2d-6066-b1a0-4357f7b09259 | EuAndreh | 2022-06-01 | 1 | -0/+12 |
* | dynamic.mk: Add "default" rule | EuAndreh | 2022-06-01 | 1 | -0/+1 |
* | Generate podcast artifacts in dynamic.mk | EuAndreh | 2022-06-01 | 3 | -10/+26 |
* | TODOs.md: Add #td-2de2f57c-0773-530f-f6cf-70836080f46f | EuAndreh | 2022-06-01 | 1 | -0/+3 |
* | src/development/dynmake.sh: Generate torrent only for primary .webm and .flac... | EuAndreh | 2022-06-01 | 1 | -1/+0 |
* | .gitignore: Ignore src/content/ during migration | EuAndreh | 2022-06-01 | 1 | -0/+3 |
* | Makefile: Conditionally clean with dynamic.mk, only when generated.mk exists | EuAndreh | 2022-06-01 | 1 | -3/+4 |
* | Makefile: No need to rebuild public/ in "deploy" target | EuAndreh | 2022-06-01 | 1 | -2/+0 |
* | Generate LilyPond files in dynamic.mk | EuAndreh | 2022-06-01 | 8 | -49/+56 |
* | Move files.mk and deps.mk into generated.mk | EuAndreh | 2022-06-01 | 3 | -49/+48 |
* | src/development/frontmatter-env.sh: Use single quote for heredoc marker | EuAndreh | 2022-06-01 | 1 | -2/+2 |
* | Start building pastebins with dynamic.mk | EuAndreh | 2022-06-01 | 6 | -16/+165 |
* | TODOs.md: Add #td-c409cad6-6660-81d8-b7ad-a0d61329ef3c | EuAndreh | 2022-06-01 | 1 | -0/+3 |
* | src/bin/pb: Use 'e' over 'vipe' | EuAndreh | 2022-06-01 | 1 | -1/+1 |
* | src/bin/pb: Fix sed expression | EuAndreh | 2022-06-01 | 1 | -1/+1 |
* | src/bin/pb: Update WEBSITE_DIR path | EuAndreh | 2022-06-01 | 1 | -1/+1 |
* | git mv bin/ src/ | EuAndreh | 2022-06-01 | 3 | -0/+0 |
* | bin/article: Normalize usage() and help() text | EuAndreh | 2022-06-01 | 1 | -16/+23 |
* | bin/pb: Allow input to contain "```" without prior escaping | EuAndreh | 2022-06-01 | 1 | -1/+1 |
* | src/development/dynmake.sh: Base tool to do dynamic Makefiles without proprie... | EuAndreh | 2022-05-02 | 2 | -0/+74 |
* | _config.yml: Exclude src/ for now | EuAndreh | 2022-05-02 | 1 | -0/+1 |
* | src/development/JEKYLL_COMPAT/copy-content.sh: Copy files while Jekyll is sti... | EuAndreh | 2022-05-02 | 1 | -0/+18 |
* | src/development/frontmatter-env.sh: Generate .env file from .md frontmatter | EuAndreh | 2022-05-02 | 1 | -0/+91 |
* | src/development/lib.sh: Add helper file | EuAndreh | 2022-05-02 | 1 | -0/+30 |
* | aux/containers/guix/manifest.scm: Add md4c | EuAndreh | 2022-05-02 | 1 | -0/+1 |