aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* v2/src/bin/extract: Include preamble when extractingEuAndreh2022-09-023-6/+4
* v2/src/development/genhtml.sh: Get content from *.entry-contentEuAndreh2022-09-021-9/+1
* v2/: Centralize all env vars in the generated *.entry-env fileEuAndreh2022-09-024-28/+26
* v2/src/development/genhtml.sh: Remove fake $(_ "...") translation supportEuAndreh2022-09-021-15/+7
* v2/src/bin/extract: Include FILENAME as an argument (and output)EuAndreh2022-09-022-8/+14
* Generate .entry-content and .entry-env when building HTMLEuAndreh2022-09-024-4/+116
* v2/src/development/genhtml.sh: Use `htmlesc` over `html`EuAndreh2022-09-021-3/+3
* Make `url-for` and `absolute` standalone executablesEuAndreh2022-09-025-22/+161
* v2/: WIP rewrite using Make over JekyllEuAndreh2022-09-0220-0/+784
* .gitignore: Ignore logs/ directoryEuAndreh2022-09-011-0/+2
* Replace website.git address with euandre.org.git addressEuAndreh2022-08-315-18/+18
* _config.yml: Add v2/ and logs/ to exclude listEuAndreh2022-08-311-0/+2
* dynamic.mk: Use "all" over "$(ALL) public"EuAndreh2022-08-301-1/+1
* dynamic.mk: Add compat link to feed.blog.en.atomEuAndreh2022-08-301-6/+11
* dynamic.mk: Remove "disabled" targetEuAndreh2022-08-301-7/+0
* dynamic.mk: Move everything from Makefile into dynamic.mkEuAndreh2022-08-302-80/+70
* src/development/: WIP work on Perl md2htmlEuAndreh2022-08-222-9/+223
* public.asc: Update public keyEuAndreh2022-08-121-27/+50
* src/bin/pb: Use file path over hard-coded $WEBSITE_DIREuAndreh2022-08-121-3/+1
* pastebin: Auto-add _pastebins/2022-07-14-git-cleanup-command.mdEuAndreh2022-07-141-0/+70
* src/development/md2html.pl: Setup initial Perl script using CommonMark moduleEuAndreh2022-06-041-0/+9
* Makefile: Fold $(favicons) variable into $(derived-assets)EuAndreh2022-06-041-3/+4
* TODOs.md: Add #td-5cab66be-9f82-4d25-de87-fc6392c3b26fEuAndreh2022-06-041-0/+3
* src/development/genhtml.sh: Derive $HTML variable from $MDEuAndreh2022-06-031-0/+1
* src/development/genhtml.sh: escape() _() strings by defaultEuAndreh2022-06-031-1/+1
* src/development/genhtml.sh: Use relative URL for Atom feedsEuAndreh2022-06-031-4/+4
* src/development/config.env: Mark as executableEuAndreh2022-06-031-0/+0
* aux/workflow/TODOs.sh: Emit HTML to STDOUT; amend MakefileEuAndreh2022-06-032-8/+3
* Makefile: Indent $(derived-assets) variableEuAndreh2022-06-031-2/+2
* src/bin/article: Remove script, it was not being used, and I intend to keep n...EuAndreh2022-06-021-143/+0
* src/bin/tmp: Move out of repository, into ~/.usr/bin...Decouple it from this website, as it has nothing to do with it. EuAndreh2022-06-021-74/+0
* src/development/genhtml.sh: Use relative URLs by default, with BASE_URL=/EuAndreh2022-06-012-11/+15
* dynamic.mk: Re-generate HTML files when genhtml.sh changesEuAndreh2022-06-011-1/+5
* Makefile: Disable current testsEuAndreh2022-06-011-0/+2
* src/bin/pb: Fix typo in usage() textEuAndreh2022-06-011-1/+1
* TODOs.md: Add #td-330c7f45-2c2d-6066-b1a0-4357f7b09259EuAndreh2022-06-011-0/+12
* 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". EuAndreh2022-06-011-0/+1
* Generate podcast artifacts in dynamic.mkEuAndreh2022-06-013-10/+26
* TODOs.md: Add #td-2de2f57c-0773-530f-f6cf-70836080f46fEuAndreh2022-06-011-0/+3
* src/development/dynmake.sh: Generate torrent only for primary .webm and .flac...EuAndreh2022-06-011-1/+0
* .gitignore: Ignore src/content/ during migrationEuAndreh2022-06-011-0/+3
* Makefile: Conditionally clean with dynamic.mk, only when generated.mk existsEuAndreh2022-06-011-3/+4
* Makefile: No need to rebuild public/ in "deploy" targetEuAndreh2022-06-011-2/+0
* Generate LilyPond files in dynamic.mkEuAndreh2022-06-018-49/+56
* Move files.mk and deps.mk into generated.mk...Make torrent files dynamic instead of listed in Makefile. EuAndreh2022-06-013-49/+48
* src/development/frontmatter-env.sh: Use single quote for heredoc markerEuAndreh2022-06-011-2/+2
* Start building pastebins with dynamic.mkEuAndreh2022-06-016-16/+165
* TODOs.md: Add #td-c409cad6-6660-81d8-b7ad-a0d61329ef3cEuAndreh2022-06-011-0/+3
* src/bin/pb: Use 'e' over 'vipe'EuAndreh2022-06-011-1/+1
* src/bin/pb: Fix sed expressionEuAndreh2022-06-011-1/+1