summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-30src/content/: Compress committed tarballsEuAndreh6-0/+0
2025-03-30src/content/blog/2020/10/05/: Update to asciidocEuAndreh2-107/+91
2025-03-30src/content/blog/: Upgrade 4 files to asciidocEuAndreh4-491/+451
2025-03-30src/content/security.txt: Derive itEuAndreh1-1/+0
2025-03-30src/content/blog/2018/07/17/guix-nixos.adoc: Update to asciidocEuAndreh1-87/+85
2025-03-29src/base.conf: Add $publickey and $publickey_urlEuAndreh1-0/+2
2025-03-29src/content/.well-known/security.txt: Derive itEuAndreh1-4/+0
2025-03-28src/content/public.asc: Update to new expiryEuAndreh2-27/+27
2025-03-28src/content/blog/2018/07/17/guix-nixos.adoc: Update to asciidocEuAndreh1-55/+56
2025-03-28src/content/style.css: Update selectors for what mkwb(1) emitsEuAndreh1-9/+3
2025-03-28src/content/img/: Add light/dark icon variationsEuAndreh10-0/+67
2025-03-27src/base.conf: Fix $discussions_url_prefix and $sourcecode_url variablesEuAndreh1-2/+2
2024-11-18v0 migration to mkwbEuAndreh95-0/+8704
2024-11-17rm src/bin/pbEuAndreh1-173/+0
2024-11-17rm- rf src/development/EuAndreh7-606/+0
2024-11-17mv src/content/styles.css src/content/style.cssEuAndreh1-0/+0
2024-11-12Move unprocessed static content to src/content/EuAndreh4-0/+256
2023-04-04Revamp v2/EuAndreh1-2/+2
2022-11-26Replace kuvira -> tophEuAndreh1-1/+1
git grep -l euandreh.xyz | xargs sed -i 's|euandreh.xyz/\(.*\).git|euandre.org/git/\1|' Plus a few other manual changes.
2022-08-22src/development/: WIP work on Perl md2htmlEuAndreh2-9/+223
2022-08-12src/bin/pb: Use file path over hard-coded $WEBSITE_DIREuAndreh1-3/+1
2022-06-04src/development/md2html.pl: Setup initial Perl script using CommonMark moduleEuAndreh1-0/+9
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