summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-03src/development/genhtml.sh: Derive $HTML variable from $MDEuAndreh1-0/+1
2022-06-03src/development/genhtml.sh: escape() _() strings by defaultEuAndreh1-1/+1
2022-06-03src/development/genhtml.sh: Use relative URL for Atom feedsEuAndreh1-4/+4
2022-06-03src/development/config.env: Mark as executableEuAndreh1-0/+0
2022-06-02src/bin/article: Remove script, it was not being used, and I intend to keep ↵EuAndreh1-143/+0
not using it
2022-06-02src/bin/tmp: Move out of repository, into ~/.usr/binEuAndreh1-74/+0
Decouple it from this website, as it has nothing to do with it.
2022-06-01src/development/genhtml.sh: Use relative URLs by default, with BASE_URL=/EuAndreh2-11/+15
2022-06-01src/bin/pb: Fix typo in usage() textEuAndreh1-1/+1
2022-06-01Generate podcast artifacts in dynamic.mkEuAndreh1-0/+13
2022-06-01src/development/dynmake.sh: Generate torrent only for primary .webm and ↵EuAndreh1-1/+0
.flac files
2022-06-01Generate LilyPond files in dynamic.mkEuAndreh1-11/+19
2022-06-01Move files.mk and deps.mk into generated.mkEuAndreh1-3/+39
Make torrent files dynamic instead of listed in Makefile.
2022-06-01src/development/frontmatter-env.sh: Use single quote for heredoc markerEuAndreh1-2/+2
2022-06-01Start building pastebins with dynamic.mkEuAndreh3-14/+125
2022-06-01src/bin/pb: Use 'e' over 'vipe'EuAndreh1-1/+1
2022-06-01src/bin/pb: Fix sed expressionEuAndreh1-1/+1
2022-06-01src/bin/pb: Update WEBSITE_DIR pathEuAndreh1-1/+1
2022-06-01git mv bin/ src/EuAndreh3-0/+392
2022-05-02src/development/dynmake.sh: Base tool to do dynamic Makefiles without ↵EuAndreh1-0/+72
proprietary $(wildcard ...) add-ons
2022-05-02src/development/JEKYLL_COMPAT/copy-content.sh: Copy files while Jekyll is ↵EuAndreh1-0/+18
still active To enable gradual deveopment of Jekyll phase-out.
2022-05-02src/development/frontmatter-env.sh: Generate .env file from .md frontmatterEuAndreh1-0/+91
2022-05-02src/development/lib.sh: Add helper fileEuAndreh1-0/+30