pages.adoc = \
	src/content/about.adoc \
	src/content/index.adoc \

articles.adoc = \
	src/content/blog/2018/07/17/guix-nixos.adoc \
	src/content/blog/2018/08/01/npm-ci-reproducibility.adoc \
	src/content/blog/2018/12/21/ytdl-subs.adoc \
	src/content/blog/2019/06/02/nixos-stateless-workstation.adoc \
	src/content/blog/2020/08/10/guix-srht.adoc \
	src/content/blog/2020/08/31/database-i-wish-i-had.adoc \
	src/content/blog/2020/10/05/cargo2nix.adoc \
	src/content/blog/2020/10/05/swift2nix.adoc \
	src/content/blog/2020/10/19/feature-flags.adoc \
	src/content/blog/2020/10/20/wrong-interviewing.adoc \
	src/content/blog/2020/11/07/diy-bugs.adoc \
	src/content/blog/2020/11/08/paradigm-shift-review.adoc \
	src/content/blog/2020/11/12/database-parsers-trees.adoc \
	src/content/blog/2020/11/14/local-first-review.adoc \
	src/content/blog/2021/01/26/remembering-ann.adoc \
	src/content/blog/2021/02/17/fallible.adoc \
	src/content/blog/2021/04/29/relational-review.adoc \
	src/content/pastebins/2016/04/05/rpn.adoc \
	src/content/pastebins/2018/07/11/nix-pinning.adoc \
	src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc \
	src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc \
	src/content/pastebins/2018/07/13/guixbuilder.adoc \
	src/content/pastebins/2018/07/13/nix-strpad.adoc \
	src/content/pastebins/2018/07/25/nix-exps.adoc \
	src/content/pastebins/2018/07/25/nix-showdrv.adoc \
	src/content/pastebins/2019/06/08/inconsistent-hash.adoc \
	src/content/pastebins/2019/12/29/raku-tuple-type.adoc \
	src/content/pastebins/2020/01/04/guix-import-failure.adoc \
	src/content/pastebins/2020/02/14/guix-shebang.adoc \
	src/content/pastebins/2020/11/27/guix-build-local.adoc \
	src/content/pastebins/2020/12/15/guix-pack-fail.adoc \
	src/content/pastebins/2021/04/03/naive-slugify-js.adoc \
	src/content/pastebins/2021/06/08/reading-session-pt1.adoc \
	src/content/pastebins/2021/06/22/curl-wget.adoc \
	src/content/pastebins/2021/08/11/h1-spacing.adoc \
	src/content/pastebins/2021/09/02/sicp-3-19.adoc \
	src/content/pastebins/2021/09/03/sicp-persistent-queue.adoc \
	src/content/pastebins/2022/07/14/git-cleanup.adoc \
	src/content/pastebins/2023/07/22/funcallable-amop.adoc \
	src/content/podcasts/2020/12/19/test-entry.adoc \
	src/content/screencasts/2021/02/07/autoqemu.adoc \
	src/content/tils/2020/08/12/filename-timestamp.adoc \
	src/content/tils/2020/08/13/code-jekyll.adoc \
	src/content/tils/2020/08/14/browse-git.adoc \
	src/content/tils/2020/08/16/git-search.adoc \
	src/content/tils/2020/08/28/grep-online.adoc \
	src/content/tils/2020/09/04/cli-email-fun-profit.adoc \
	src/content/tils/2020/09/05/oldschool-pr.adoc \
	src/content/tils/2020/10/11/search-git-history.adoc \
	src/content/tils/2020/11/08/find-broken-symlink.adoc \
	src/content/tils/2020/11/12/diy-nix-bash-ci.adoc \
	src/content/tils/2020/11/12/git-bisect-automation.adoc \
	src/content/tils/2020/11/12/useful-bashvars.adoc \
	src/content/tils/2020/11/14/gpodder-media.adoc \
	src/content/tils/2020/11/30/git-notes-ci.adoc \
	src/content/tils/2020/12/15/shellcheck-repo.adoc \
	src/content/tils/2020/12/29/svg.adoc \
	src/content/tils/2021/01/12/curl-awk-emails.adoc \
	src/content/tils/2021/01/17/posix-shebang.adoc \
	src/content/tils/2021/04/24/cl-generic-precedence.adoc \
	src/content/tils/2021/04/24/clojure-autocurry.adoc \
	src/content/tils/2021/04/24/scm-nif.adoc \
	src/content/tils/2021/07/23/git-tls-gpg.adoc \
	src/content/tils/2021/08/11/js-bigint-reviver.adoc \

listings.adoc = \
	src/content/blog/index.adoc \
	src/content/pastebins/index.adoc \
	src/content/podcasts/index.adoc \
	src/content/screencasts/index.adoc \
	src/content/tils/index.adoc \

feeds.xml = \
	src/content/blog/feed.xml \
	src/content/pastebins/feed.xml \
	src/content/podcasts/feed.xml \
	src/content/screencasts/feed.xml \
	src/content/tils/feed.xml \

images.svg = \
	src/content/img/atom/dark.svg \
	src/content/img/atom/light.svg \
	src/content/img/envelope/dark.svg \
	src/content/img/envelope/light.svg \
	src/content/img/favicon.svg \
	src/content/img/link/dark.svg \
	src/content/img/link/light.svg \
	src/content/img/lock/dark.svg \
	src/content/img/lock/light.svg \
	src/content/img/logo/dark.svg \
	src/content/img/logo/light.svg \

sources.extras = \
	src/content/blog/2020/10/05/cargo2nix-demo.tar.gz \
	src/content/blog/2020/10/05/cargo2nix.tar.gz \
	src/content/blog/2020/10/05/swift2nix-demo.tar.gz \
	src/content/blog/2020/10/05/swift2nix.tar.gz \
	src/content/blog/2021/02/17/fallible.tar.gz \
	src/content/podcasts/2020/12/19/test-entry.flac \
	src/content/screencasts/2021/02/07/autoqemu.tar.gz \
	src/content/screencasts/2021/02/07/autoqemu.webm \

src/content/about.htmlbody	src/content/about.snippets	src/content/about.conf:	src/content/about.adoc
src/content/index.htmlbody	src/content/index.snippets	src/content/index.conf:	src/content/index.adoc
src/content/blog/2018/07/17/guix-nixos.htmlbody	src/content/blog/2018/07/17/guix-nixos.snippets	src/content/blog/2018/07/17/guix-nixos.conf:	src/content/blog/2018/07/17/guix-nixos.adoc
src/content/blog/2018/08/01/npm-ci-reproducibility.htmlbody	src/content/blog/2018/08/01/npm-ci-reproducibility.snippets	src/content/blog/2018/08/01/npm-ci-reproducibility.conf:	src/content/blog/2018/08/01/npm-ci-reproducibility.adoc
src/content/blog/2018/12/21/ytdl-subs.htmlbody	src/content/blog/2018/12/21/ytdl-subs.snippets	src/content/blog/2018/12/21/ytdl-subs.conf:	src/content/blog/2018/12/21/ytdl-subs.adoc
src/content/blog/2019/06/02/nixos-stateless-workstation.htmlbody	src/content/blog/2019/06/02/nixos-stateless-workstation.snippets	src/content/blog/2019/06/02/nixos-stateless-workstation.conf:	src/content/blog/2019/06/02/nixos-stateless-workstation.adoc
src/content/blog/2020/08/10/guix-srht.htmlbody	src/content/blog/2020/08/10/guix-srht.snippets	src/content/blog/2020/08/10/guix-srht.conf:	src/content/blog/2020/08/10/guix-srht.adoc
src/content/blog/2020/08/31/database-i-wish-i-had.htmlbody	src/content/blog/2020/08/31/database-i-wish-i-had.snippets	src/content/blog/2020/08/31/database-i-wish-i-had.conf:	src/content/blog/2020/08/31/database-i-wish-i-had.adoc
src/content/blog/2020/10/05/cargo2nix.htmlbody	src/content/blog/2020/10/05/cargo2nix.snippets	src/content/blog/2020/10/05/cargo2nix.conf:	src/content/blog/2020/10/05/cargo2nix.adoc
src/content/blog/2020/10/05/swift2nix.htmlbody	src/content/blog/2020/10/05/swift2nix.snippets	src/content/blog/2020/10/05/swift2nix.conf:	src/content/blog/2020/10/05/swift2nix.adoc
src/content/blog/2020/10/19/feature-flags.htmlbody	src/content/blog/2020/10/19/feature-flags.snippets	src/content/blog/2020/10/19/feature-flags.conf:	src/content/blog/2020/10/19/feature-flags.adoc
src/content/blog/2020/10/20/wrong-interviewing.htmlbody	src/content/blog/2020/10/20/wrong-interviewing.snippets	src/content/blog/2020/10/20/wrong-interviewing.conf:	src/content/blog/2020/10/20/wrong-interviewing.adoc
src/content/blog/2020/11/07/diy-bugs.htmlbody	src/content/blog/2020/11/07/diy-bugs.snippets	src/content/blog/2020/11/07/diy-bugs.conf:	src/content/blog/2020/11/07/diy-bugs.adoc
src/content/blog/2020/11/08/paradigm-shift-review.htmlbody	src/content/blog/2020/11/08/paradigm-shift-review.snippets	src/content/blog/2020/11/08/paradigm-shift-review.conf:	src/content/blog/2020/11/08/paradigm-shift-review.adoc
src/content/blog/2020/11/12/database-parsers-trees.htmlbody	src/content/blog/2020/11/12/database-parsers-trees.snippets	src/content/blog/2020/11/12/database-parsers-trees.conf:	src/content/blog/2020/11/12/database-parsers-trees.adoc
src/content/blog/2020/11/14/local-first-review.htmlbody	src/content/blog/2020/11/14/local-first-review.snippets	src/content/blog/2020/11/14/local-first-review.conf:	src/content/blog/2020/11/14/local-first-review.adoc
src/content/blog/2021/01/26/remembering-ann.htmlbody	src/content/blog/2021/01/26/remembering-ann.snippets	src/content/blog/2021/01/26/remembering-ann.conf:	src/content/blog/2021/01/26/remembering-ann.adoc
src/content/blog/2021/02/17/fallible.htmlbody	src/content/blog/2021/02/17/fallible.snippets	src/content/blog/2021/02/17/fallible.conf:	src/content/blog/2021/02/17/fallible.adoc
src/content/blog/2021/04/29/relational-review.htmlbody	src/content/blog/2021/04/29/relational-review.snippets	src/content/blog/2021/04/29/relational-review.conf:	src/content/blog/2021/04/29/relational-review.adoc
src/content/pastebins/2016/04/05/rpn.htmlbody	src/content/pastebins/2016/04/05/rpn.snippets	src/content/pastebins/2016/04/05/rpn.conf:	src/content/pastebins/2016/04/05/rpn.adoc
src/content/pastebins/2018/07/11/nix-pinning.htmlbody	src/content/pastebins/2018/07/11/nix-pinning.snippets	src/content/pastebins/2018/07/11/nix-pinning.conf:	src/content/pastebins/2018/07/11/nix-pinning.adoc
src/content/pastebins/2018/07/13/guix-nixos-systemd.htmlbody	src/content/pastebins/2018/07/13/guix-nixos-systemd.snippets	src/content/pastebins/2018/07/13/guix-nixos-systemd.conf:	src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc
src/content/pastebins/2018/07/13/guixbuilder-nixos.htmlbody	src/content/pastebins/2018/07/13/guixbuilder-nixos.snippets	src/content/pastebins/2018/07/13/guixbuilder-nixos.conf:	src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc
src/content/pastebins/2018/07/13/guixbuilder.htmlbody	src/content/pastebins/2018/07/13/guixbuilder.snippets	src/content/pastebins/2018/07/13/guixbuilder.conf:	src/content/pastebins/2018/07/13/guixbuilder.adoc
src/content/pastebins/2018/07/13/nix-strpad.htmlbody	src/content/pastebins/2018/07/13/nix-strpad.snippets	src/content/pastebins/2018/07/13/nix-strpad.conf:	src/content/pastebins/2018/07/13/nix-strpad.adoc
src/content/pastebins/2018/07/25/nix-exps.htmlbody	src/content/pastebins/2018/07/25/nix-exps.snippets	src/content/pastebins/2018/07/25/nix-exps.conf:	src/content/pastebins/2018/07/25/nix-exps.adoc
src/content/pastebins/2018/07/25/nix-showdrv.htmlbody	src/content/pastebins/2018/07/25/nix-showdrv.snippets	src/content/pastebins/2018/07/25/nix-showdrv.conf:	src/content/pastebins/2018/07/25/nix-showdrv.adoc
src/content/pastebins/2019/06/08/inconsistent-hash.htmlbody	src/content/pastebins/2019/06/08/inconsistent-hash.snippets	src/content/pastebins/2019/06/08/inconsistent-hash.conf:	src/content/pastebins/2019/06/08/inconsistent-hash.adoc
src/content/pastebins/2019/12/29/raku-tuple-type.htmlbody	src/content/pastebins/2019/12/29/raku-tuple-type.snippets	src/content/pastebins/2019/12/29/raku-tuple-type.conf:	src/content/pastebins/2019/12/29/raku-tuple-type.adoc
src/content/pastebins/2020/01/04/guix-import-failure.htmlbody	src/content/pastebins/2020/01/04/guix-import-failure.snippets	src/content/pastebins/2020/01/04/guix-import-failure.conf:	src/content/pastebins/2020/01/04/guix-import-failure.adoc
src/content/pastebins/2020/02/14/guix-shebang.htmlbody	src/content/pastebins/2020/02/14/guix-shebang.snippets	src/content/pastebins/2020/02/14/guix-shebang.conf:	src/content/pastebins/2020/02/14/guix-shebang.adoc
src/content/pastebins/2020/11/27/guix-build-local.htmlbody	src/content/pastebins/2020/11/27/guix-build-local.snippets	src/content/pastebins/2020/11/27/guix-build-local.conf:	src/content/pastebins/2020/11/27/guix-build-local.adoc
src/content/pastebins/2020/12/15/guix-pack-fail.htmlbody	src/content/pastebins/2020/12/15/guix-pack-fail.snippets	src/content/pastebins/2020/12/15/guix-pack-fail.conf:	src/content/pastebins/2020/12/15/guix-pack-fail.adoc
src/content/pastebins/2021/04/03/naive-slugify-js.htmlbody	src/content/pastebins/2021/04/03/naive-slugify-js.snippets	src/content/pastebins/2021/04/03/naive-slugify-js.conf:	src/content/pastebins/2021/04/03/naive-slugify-js.adoc
src/content/pastebins/2021/06/08/reading-session-pt1.htmlbody	src/content/pastebins/2021/06/08/reading-session-pt1.snippets	src/content/pastebins/2021/06/08/reading-session-pt1.conf:	src/content/pastebins/2021/06/08/reading-session-pt1.adoc
src/content/pastebins/2021/06/22/curl-wget.htmlbody	src/content/pastebins/2021/06/22/curl-wget.snippets	src/content/pastebins/2021/06/22/curl-wget.conf:	src/content/pastebins/2021/06/22/curl-wget.adoc
src/content/pastebins/2021/08/11/h1-spacing.htmlbody	src/content/pastebins/2021/08/11/h1-spacing.snippets	src/content/pastebins/2021/08/11/h1-spacing.conf:	src/content/pastebins/2021/08/11/h1-spacing.adoc
src/content/pastebins/2021/09/02/sicp-3-19.htmlbody	src/content/pastebins/2021/09/02/sicp-3-19.snippets	src/content/pastebins/2021/09/02/sicp-3-19.conf:	src/content/pastebins/2021/09/02/sicp-3-19.adoc
src/content/pastebins/2021/09/03/sicp-persistent-queue.htmlbody	src/content/pastebins/2021/09/03/sicp-persistent-queue.snippets	src/content/pastebins/2021/09/03/sicp-persistent-queue.conf:	src/content/pastebins/2021/09/03/sicp-persistent-queue.adoc
src/content/pastebins/2022/07/14/git-cleanup.htmlbody	src/content/pastebins/2022/07/14/git-cleanup.snippets	src/content/pastebins/2022/07/14/git-cleanup.conf:	src/content/pastebins/2022/07/14/git-cleanup.adoc
src/content/pastebins/2023/07/22/funcallable-amop.htmlbody	src/content/pastebins/2023/07/22/funcallable-amop.snippets	src/content/pastebins/2023/07/22/funcallable-amop.conf:	src/content/pastebins/2023/07/22/funcallable-amop.adoc
src/content/podcasts/2020/12/19/test-entry.htmlbody	src/content/podcasts/2020/12/19/test-entry.snippets	src/content/podcasts/2020/12/19/test-entry.conf:	src/content/podcasts/2020/12/19/test-entry.adoc
src/content/screencasts/2021/02/07/autoqemu.htmlbody	src/content/screencasts/2021/02/07/autoqemu.snippets	src/content/screencasts/2021/02/07/autoqemu.conf:	src/content/screencasts/2021/02/07/autoqemu.adoc
src/content/tils/2020/08/12/filename-timestamp.htmlbody	src/content/tils/2020/08/12/filename-timestamp.snippets	src/content/tils/2020/08/12/filename-timestamp.conf:	src/content/tils/2020/08/12/filename-timestamp.adoc
src/content/tils/2020/08/13/code-jekyll.htmlbody	src/content/tils/2020/08/13/code-jekyll.snippets	src/content/tils/2020/08/13/code-jekyll.conf:	src/content/tils/2020/08/13/code-jekyll.adoc
src/content/tils/2020/08/14/browse-git.htmlbody	src/content/tils/2020/08/14/browse-git.snippets	src/content/tils/2020/08/14/browse-git.conf:	src/content/tils/2020/08/14/browse-git.adoc
src/content/tils/2020/08/16/git-search.htmlbody	src/content/tils/2020/08/16/git-search.snippets	src/content/tils/2020/08/16/git-search.conf:	src/content/tils/2020/08/16/git-search.adoc
src/content/tils/2020/08/28/grep-online.htmlbody	src/content/tils/2020/08/28/grep-online.snippets	src/content/tils/2020/08/28/grep-online.conf:	src/content/tils/2020/08/28/grep-online.adoc
src/content/tils/2020/09/04/cli-email-fun-profit.htmlbody	src/content/tils/2020/09/04/cli-email-fun-profit.snippets	src/content/tils/2020/09/04/cli-email-fun-profit.conf:	src/content/tils/2020/09/04/cli-email-fun-profit.adoc
src/content/tils/2020/09/05/oldschool-pr.htmlbody	src/content/tils/2020/09/05/oldschool-pr.snippets	src/content/tils/2020/09/05/oldschool-pr.conf:	src/content/tils/2020/09/05/oldschool-pr.adoc
src/content/tils/2020/10/11/search-git-history.htmlbody	src/content/tils/2020/10/11/search-git-history.snippets	src/content/tils/2020/10/11/search-git-history.conf:	src/content/tils/2020/10/11/search-git-history.adoc
src/content/tils/2020/11/08/find-broken-symlink.htmlbody	src/content/tils/2020/11/08/find-broken-symlink.snippets	src/content/tils/2020/11/08/find-broken-symlink.conf:	src/content/tils/2020/11/08/find-broken-symlink.adoc
src/content/tils/2020/11/12/diy-nix-bash-ci.htmlbody	src/content/tils/2020/11/12/diy-nix-bash-ci.snippets	src/content/tils/2020/11/12/diy-nix-bash-ci.conf:	src/content/tils/2020/11/12/diy-nix-bash-ci.adoc
src/content/tils/2020/11/12/git-bisect-automation.htmlbody	src/content/tils/2020/11/12/git-bisect-automation.snippets	src/content/tils/2020/11/12/git-bisect-automation.conf:	src/content/tils/2020/11/12/git-bisect-automation.adoc
src/content/tils/2020/11/12/useful-bashvars.htmlbody	src/content/tils/2020/11/12/useful-bashvars.snippets	src/content/tils/2020/11/12/useful-bashvars.conf:	src/content/tils/2020/11/12/useful-bashvars.adoc
src/content/tils/2020/11/14/gpodder-media.htmlbody	src/content/tils/2020/11/14/gpodder-media.snippets	src/content/tils/2020/11/14/gpodder-media.conf:	src/content/tils/2020/11/14/gpodder-media.adoc
src/content/tils/2020/11/30/git-notes-ci.htmlbody	src/content/tils/2020/11/30/git-notes-ci.snippets	src/content/tils/2020/11/30/git-notes-ci.conf:	src/content/tils/2020/11/30/git-notes-ci.adoc
src/content/tils/2020/12/15/shellcheck-repo.htmlbody	src/content/tils/2020/12/15/shellcheck-repo.snippets	src/content/tils/2020/12/15/shellcheck-repo.conf:	src/content/tils/2020/12/15/shellcheck-repo.adoc
src/content/tils/2020/12/29/svg.htmlbody	src/content/tils/2020/12/29/svg.snippets	src/content/tils/2020/12/29/svg.conf:	src/content/tils/2020/12/29/svg.adoc
src/content/tils/2021/01/12/curl-awk-emails.htmlbody	src/content/tils/2021/01/12/curl-awk-emails.snippets	src/content/tils/2021/01/12/curl-awk-emails.conf:	src/content/tils/2021/01/12/curl-awk-emails.adoc
src/content/tils/2021/01/17/posix-shebang.htmlbody	src/content/tils/2021/01/17/posix-shebang.snippets	src/content/tils/2021/01/17/posix-shebang.conf:	src/content/tils/2021/01/17/posix-shebang.adoc
src/content/tils/2021/04/24/cl-generic-precedence.htmlbody	src/content/tils/2021/04/24/cl-generic-precedence.snippets	src/content/tils/2021/04/24/cl-generic-precedence.conf:	src/content/tils/2021/04/24/cl-generic-precedence.adoc
src/content/tils/2021/04/24/clojure-autocurry.htmlbody	src/content/tils/2021/04/24/clojure-autocurry.snippets	src/content/tils/2021/04/24/clojure-autocurry.conf:	src/content/tils/2021/04/24/clojure-autocurry.adoc
src/content/tils/2021/04/24/scm-nif.htmlbody	src/content/tils/2021/04/24/scm-nif.snippets	src/content/tils/2021/04/24/scm-nif.conf:	src/content/tils/2021/04/24/scm-nif.adoc
src/content/tils/2021/07/23/git-tls-gpg.htmlbody	src/content/tils/2021/07/23/git-tls-gpg.snippets	src/content/tils/2021/07/23/git-tls-gpg.conf:	src/content/tils/2021/07/23/git-tls-gpg.adoc
src/content/tils/2021/08/11/js-bigint-reviver.htmlbody	src/content/tils/2021/08/11/js-bigint-reviver.snippets	src/content/tils/2021/08/11/js-bigint-reviver.conf:	src/content/tils/2021/08/11/js-bigint-reviver.adoc
src/content/blog/index.htmlbody	src/content/blog/index.snippets	src/content/blog/index.conf:	src/content/blog/index.adoc
src/content/pastebins/index.htmlbody	src/content/pastebins/index.snippets	src/content/pastebins/index.conf:	src/content/pastebins/index.adoc
src/content/podcasts/index.htmlbody	src/content/podcasts/index.snippets	src/content/podcasts/index.conf:	src/content/podcasts/index.adoc
src/content/screencasts/index.htmlbody	src/content/screencasts/index.snippets	src/content/screencasts/index.conf:	src/content/screencasts/index.adoc
src/content/tils/index.htmlbody	src/content/tils/index.snippets	src/content/tils/index.conf:	src/content/tils/index.adoc
src/content/about.html:	src/content/about.conf	src/content/about.htmlbody
src/content/index.html:	src/content/index.conf	src/content/index.htmlbody
src/content/blog/2018/07/17/guix-nixos.html:	src/content/blog/2018/07/17/guix-nixos.conf	src/content/blog/2018/07/17/guix-nixos.htmlbody
src/content/blog/2018/08/01/npm-ci-reproducibility.html:	src/content/blog/2018/08/01/npm-ci-reproducibility.conf	src/content/blog/2018/08/01/npm-ci-reproducibility.htmlbody
src/content/blog/2018/12/21/ytdl-subs.html:	src/content/blog/2018/12/21/ytdl-subs.conf	src/content/blog/2018/12/21/ytdl-subs.htmlbody
src/content/blog/2019/06/02/nixos-stateless-workstation.html:	src/content/blog/2019/06/02/nixos-stateless-workstation.conf	src/content/blog/2019/06/02/nixos-stateless-workstation.htmlbody
src/content/blog/2020/08/10/guix-srht.html:	src/content/blog/2020/08/10/guix-srht.conf	src/content/blog/2020/08/10/guix-srht.htmlbody
src/content/blog/2020/08/31/database-i-wish-i-had.html:	src/content/blog/2020/08/31/database-i-wish-i-had.conf	src/content/blog/2020/08/31/database-i-wish-i-had.htmlbody
src/content/blog/2020/10/05/cargo2nix.html:	src/content/blog/2020/10/05/cargo2nix.conf	src/content/blog/2020/10/05/cargo2nix.htmlbody
src/content/blog/2020/10/05/swift2nix.html:	src/content/blog/2020/10/05/swift2nix.conf	src/content/blog/2020/10/05/swift2nix.htmlbody
src/content/blog/2020/10/19/feature-flags.html:	src/content/blog/2020/10/19/feature-flags.conf	src/content/blog/2020/10/19/feature-flags.htmlbody
src/content/blog/2020/10/20/wrong-interviewing.html:	src/content/blog/2020/10/20/wrong-interviewing.conf	src/content/blog/2020/10/20/wrong-interviewing.htmlbody
src/content/blog/2020/11/07/diy-bugs.html:	src/content/blog/2020/11/07/diy-bugs.conf	src/content/blog/2020/11/07/diy-bugs.htmlbody
src/content/blog/2020/11/08/paradigm-shift-review.html:	src/content/blog/2020/11/08/paradigm-shift-review.conf	src/content/blog/2020/11/08/paradigm-shift-review.htmlbody
src/content/blog/2020/11/12/database-parsers-trees.html:	src/content/blog/2020/11/12/database-parsers-trees.conf	src/content/blog/2020/11/12/database-parsers-trees.htmlbody
src/content/blog/2020/11/14/local-first-review.html:	src/content/blog/2020/11/14/local-first-review.conf	src/content/blog/2020/11/14/local-first-review.htmlbody
src/content/blog/2021/01/26/remembering-ann.html:	src/content/blog/2021/01/26/remembering-ann.conf	src/content/blog/2021/01/26/remembering-ann.htmlbody
src/content/blog/2021/02/17/fallible.html:	src/content/blog/2021/02/17/fallible.conf	src/content/blog/2021/02/17/fallible.htmlbody
src/content/blog/2021/04/29/relational-review.html:	src/content/blog/2021/04/29/relational-review.conf	src/content/blog/2021/04/29/relational-review.htmlbody
src/content/pastebins/2016/04/05/rpn.html:	src/content/pastebins/2016/04/05/rpn.conf	src/content/pastebins/2016/04/05/rpn.htmlbody
src/content/pastebins/2018/07/11/nix-pinning.html:	src/content/pastebins/2018/07/11/nix-pinning.conf	src/content/pastebins/2018/07/11/nix-pinning.htmlbody
src/content/pastebins/2018/07/13/guix-nixos-systemd.html:	src/content/pastebins/2018/07/13/guix-nixos-systemd.conf	src/content/pastebins/2018/07/13/guix-nixos-systemd.htmlbody
src/content/pastebins/2018/07/13/guixbuilder-nixos.html:	src/content/pastebins/2018/07/13/guixbuilder-nixos.conf	src/content/pastebins/2018/07/13/guixbuilder-nixos.htmlbody
src/content/pastebins/2018/07/13/guixbuilder.html:	src/content/pastebins/2018/07/13/guixbuilder.conf	src/content/pastebins/2018/07/13/guixbuilder.htmlbody
src/content/pastebins/2018/07/13/nix-strpad.html:	src/content/pastebins/2018/07/13/nix-strpad.conf	src/content/pastebins/2018/07/13/nix-strpad.htmlbody
src/content/pastebins/2018/07/25/nix-exps.html:	src/content/pastebins/2018/07/25/nix-exps.conf	src/content/pastebins/2018/07/25/nix-exps.htmlbody
src/content/pastebins/2018/07/25/nix-showdrv.html:	src/content/pastebins/2018/07/25/nix-showdrv.conf	src/content/pastebins/2018/07/25/nix-showdrv.htmlbody
src/content/pastebins/2019/06/08/inconsistent-hash.html:	src/content/pastebins/2019/06/08/inconsistent-hash.conf	src/content/pastebins/2019/06/08/inconsistent-hash.htmlbody
src/content/pastebins/2019/12/29/raku-tuple-type.html:	src/content/pastebins/2019/12/29/raku-tuple-type.conf	src/content/pastebins/2019/12/29/raku-tuple-type.htmlbody
src/content/pastebins/2020/01/04/guix-import-failure.html:	src/content/pastebins/2020/01/04/guix-import-failure.conf	src/content/pastebins/2020/01/04/guix-import-failure.htmlbody
src/content/pastebins/2020/02/14/guix-shebang.html:	src/content/pastebins/2020/02/14/guix-shebang.conf	src/content/pastebins/2020/02/14/guix-shebang.htmlbody
src/content/pastebins/2020/11/27/guix-build-local.html:	src/content/pastebins/2020/11/27/guix-build-local.conf	src/content/pastebins/2020/11/27/guix-build-local.htmlbody
src/content/pastebins/2020/12/15/guix-pack-fail.html:	src/content/pastebins/2020/12/15/guix-pack-fail.conf	src/content/pastebins/2020/12/15/guix-pack-fail.htmlbody
src/content/pastebins/2021/04/03/naive-slugify-js.html:	src/content/pastebins/2021/04/03/naive-slugify-js.conf	src/content/pastebins/2021/04/03/naive-slugify-js.htmlbody
src/content/pastebins/2021/06/08/reading-session-pt1.html:	src/content/pastebins/2021/06/08/reading-session-pt1.conf	src/content/pastebins/2021/06/08/reading-session-pt1.htmlbody
src/content/pastebins/2021/06/22/curl-wget.html:	src/content/pastebins/2021/06/22/curl-wget.conf	src/content/pastebins/2021/06/22/curl-wget.htmlbody
src/content/pastebins/2021/08/11/h1-spacing.html:	src/content/pastebins/2021/08/11/h1-spacing.conf	src/content/pastebins/2021/08/11/h1-spacing.htmlbody
src/content/pastebins/2021/09/02/sicp-3-19.html:	src/content/pastebins/2021/09/02/sicp-3-19.conf	src/content/pastebins/2021/09/02/sicp-3-19.htmlbody
src/content/pastebins/2021/09/03/sicp-persistent-queue.html:	src/content/pastebins/2021/09/03/sicp-persistent-queue.conf	src/content/pastebins/2021/09/03/sicp-persistent-queue.htmlbody
src/content/pastebins/2022/07/14/git-cleanup.html:	src/content/pastebins/2022/07/14/git-cleanup.conf	src/content/pastebins/2022/07/14/git-cleanup.htmlbody
src/content/pastebins/2023/07/22/funcallable-amop.html:	src/content/pastebins/2023/07/22/funcallable-amop.conf	src/content/pastebins/2023/07/22/funcallable-amop.htmlbody
src/content/podcasts/2020/12/19/test-entry.html:	src/content/podcasts/2020/12/19/test-entry.conf	src/content/podcasts/2020/12/19/test-entry.htmlbody
src/content/screencasts/2021/02/07/autoqemu.html:	src/content/screencasts/2021/02/07/autoqemu.conf	src/content/screencasts/2021/02/07/autoqemu.htmlbody
src/content/tils/2020/08/12/filename-timestamp.html:	src/content/tils/2020/08/12/filename-timestamp.conf	src/content/tils/2020/08/12/filename-timestamp.htmlbody
src/content/tils/2020/08/13/code-jekyll.html:	src/content/tils/2020/08/13/code-jekyll.conf	src/content/tils/2020/08/13/code-jekyll.htmlbody
src/content/tils/2020/08/14/browse-git.html:	src/content/tils/2020/08/14/browse-git.conf	src/content/tils/2020/08/14/browse-git.htmlbody
src/content/tils/2020/08/16/git-search.html:	src/content/tils/2020/08/16/git-search.conf	src/content/tils/2020/08/16/git-search.htmlbody
src/content/tils/2020/08/28/grep-online.html:	src/content/tils/2020/08/28/grep-online.conf	src/content/tils/2020/08/28/grep-online.htmlbody
src/content/tils/2020/09/04/cli-email-fun-profit.html:	src/content/tils/2020/09/04/cli-email-fun-profit.conf	src/content/tils/2020/09/04/cli-email-fun-profit.htmlbody
src/content/tils/2020/09/05/oldschool-pr.html:	src/content/tils/2020/09/05/oldschool-pr.conf	src/content/tils/2020/09/05/oldschool-pr.htmlbody
src/content/tils/2020/10/11/search-git-history.html:	src/content/tils/2020/10/11/search-git-history.conf	src/content/tils/2020/10/11/search-git-history.htmlbody
src/content/tils/2020/11/08/find-broken-symlink.html:	src/content/tils/2020/11/08/find-broken-symlink.conf	src/content/tils/2020/11/08/find-broken-symlink.htmlbody
src/content/tils/2020/11/12/diy-nix-bash-ci.html:	src/content/tils/2020/11/12/diy-nix-bash-ci.conf	src/content/tils/2020/11/12/diy-nix-bash-ci.htmlbody
src/content/tils/2020/11/12/git-bisect-automation.html:	src/content/tils/2020/11/12/git-bisect-automation.conf	src/content/tils/2020/11/12/git-bisect-automation.htmlbody
src/content/tils/2020/11/12/useful-bashvars.html:	src/content/tils/2020/11/12/useful-bashvars.conf	src/content/tils/2020/11/12/useful-bashvars.htmlbody
src/content/tils/2020/11/14/gpodder-media.html:	src/content/tils/2020/11/14/gpodder-media.conf	src/content/tils/2020/11/14/gpodder-media.htmlbody
src/content/tils/2020/11/30/git-notes-ci.html:	src/content/tils/2020/11/30/git-notes-ci.conf	src/content/tils/2020/11/30/git-notes-ci.htmlbody
src/content/tils/2020/12/15/shellcheck-repo.html:	src/content/tils/2020/12/15/shellcheck-repo.conf	src/content/tils/2020/12/15/shellcheck-repo.htmlbody
src/content/tils/2020/12/29/svg.html:	src/content/tils/2020/12/29/svg.conf	src/content/tils/2020/12/29/svg.htmlbody
src/content/tils/2021/01/12/curl-awk-emails.html:	src/content/tils/2021/01/12/curl-awk-emails.conf	src/content/tils/2021/01/12/curl-awk-emails.htmlbody
src/content/tils/2021/01/17/posix-shebang.html:	src/content/tils/2021/01/17/posix-shebang.conf	src/content/tils/2021/01/17/posix-shebang.htmlbody
src/content/tils/2021/04/24/cl-generic-precedence.html:	src/content/tils/2021/04/24/cl-generic-precedence.conf	src/content/tils/2021/04/24/cl-generic-precedence.htmlbody
src/content/tils/2021/04/24/clojure-autocurry.html:	src/content/tils/2021/04/24/clojure-autocurry.conf	src/content/tils/2021/04/24/clojure-autocurry.htmlbody
src/content/tils/2021/04/24/scm-nif.html:	src/content/tils/2021/04/24/scm-nif.conf	src/content/tils/2021/04/24/scm-nif.htmlbody
src/content/tils/2021/07/23/git-tls-gpg.html:	src/content/tils/2021/07/23/git-tls-gpg.conf	src/content/tils/2021/07/23/git-tls-gpg.htmlbody
src/content/tils/2021/08/11/js-bigint-reviver.html:	src/content/tils/2021/08/11/js-bigint-reviver.conf	src/content/tils/2021/08/11/js-bigint-reviver.htmlbody
src/content/blog/index.html:	src/content/blog/index.conf	src/content/blog/index.htmlbody
src/content/pastebins/index.html:	src/content/pastebins/index.conf	src/content/pastebins/index.htmlbody
src/content/podcasts/index.html:	src/content/podcasts/index.conf	src/content/podcasts/index.htmlbody
src/content/screencasts/index.html:	src/content/screencasts/index.conf	src/content/screencasts/index.htmlbody
src/content/tils/index.html:	src/content/tils/index.conf	src/content/tils/index.htmlbody

src/content/about.html.gz:	src/content/about.html
src/content/index.html.gz:	src/content/index.html
src/content/blog/2018/07/17/guix-nixos.html.gz:	src/content/blog/2018/07/17/guix-nixos.html
src/content/blog/2018/08/01/npm-ci-reproducibility.html.gz:	src/content/blog/2018/08/01/npm-ci-reproducibility.html
src/content/blog/2018/12/21/ytdl-subs.html.gz:	src/content/blog/2018/12/21/ytdl-subs.html
src/content/blog/2019/06/02/nixos-stateless-workstation.html.gz:	src/content/blog/2019/06/02/nixos-stateless-workstation.html
src/content/blog/2020/08/10/guix-srht.html.gz:	src/content/blog/2020/08/10/guix-srht.html
src/content/blog/2020/08/31/database-i-wish-i-had.html.gz:	src/content/blog/2020/08/31/database-i-wish-i-had.html
src/content/blog/2020/10/05/cargo2nix.html.gz:	src/content/blog/2020/10/05/cargo2nix.html
src/content/blog/2020/10/05/swift2nix.html.gz:	src/content/blog/2020/10/05/swift2nix.html
src/content/blog/2020/10/19/feature-flags.html.gz:	src/content/blog/2020/10/19/feature-flags.html
src/content/blog/2020/10/20/wrong-interviewing.html.gz:	src/content/blog/2020/10/20/wrong-interviewing.html
src/content/blog/2020/11/07/diy-bugs.html.gz:	src/content/blog/2020/11/07/diy-bugs.html
src/content/blog/2020/11/08/paradigm-shift-review.html.gz:	src/content/blog/2020/11/08/paradigm-shift-review.html
src/content/blog/2020/11/12/database-parsers-trees.html.gz:	src/content/blog/2020/11/12/database-parsers-trees.html
src/content/blog/2020/11/14/local-first-review.html.gz:	src/content/blog/2020/11/14/local-first-review.html
src/content/blog/2021/01/26/remembering-ann.html.gz:	src/content/blog/2021/01/26/remembering-ann.html
src/content/blog/2021/02/17/fallible.html.gz:	src/content/blog/2021/02/17/fallible.html
src/content/blog/2021/04/29/relational-review.html.gz:	src/content/blog/2021/04/29/relational-review.html
src/content/pastebins/2016/04/05/rpn.html.gz:	src/content/pastebins/2016/04/05/rpn.html
src/content/pastebins/2018/07/11/nix-pinning.html.gz:	src/content/pastebins/2018/07/11/nix-pinning.html
src/content/pastebins/2018/07/13/guix-nixos-systemd.html.gz:	src/content/pastebins/2018/07/13/guix-nixos-systemd.html
src/content/pastebins/2018/07/13/guixbuilder-nixos.html.gz:	src/content/pastebins/2018/07/13/guixbuilder-nixos.html
src/content/pastebins/2018/07/13/guixbuilder.html.gz:	src/content/pastebins/2018/07/13/guixbuilder.html
src/content/pastebins/2018/07/13/nix-strpad.html.gz:	src/content/pastebins/2018/07/13/nix-strpad.html
src/content/pastebins/2018/07/25/nix-exps.html.gz:	src/content/pastebins/2018/07/25/nix-exps.html
src/content/pastebins/2018/07/25/nix-showdrv.html.gz:	src/content/pastebins/2018/07/25/nix-showdrv.html
src/content/pastebins/2019/06/08/inconsistent-hash.html.gz:	src/content/pastebins/2019/06/08/inconsistent-hash.html
src/content/pastebins/2019/12/29/raku-tuple-type.html.gz:	src/content/pastebins/2019/12/29/raku-tuple-type.html
src/content/pastebins/2020/01/04/guix-import-failure.html.gz:	src/content/pastebins/2020/01/04/guix-import-failure.html
src/content/pastebins/2020/02/14/guix-shebang.html.gz:	src/content/pastebins/2020/02/14/guix-shebang.html
src/content/pastebins/2020/11/27/guix-build-local.html.gz:	src/content/pastebins/2020/11/27/guix-build-local.html
src/content/pastebins/2020/12/15/guix-pack-fail.html.gz:	src/content/pastebins/2020/12/15/guix-pack-fail.html
src/content/pastebins/2021/04/03/naive-slugify-js.html.gz:	src/content/pastebins/2021/04/03/naive-slugify-js.html
src/content/pastebins/2021/06/08/reading-session-pt1.html.gz:	src/content/pastebins/2021/06/08/reading-session-pt1.html
src/content/pastebins/2021/06/22/curl-wget.html.gz:	src/content/pastebins/2021/06/22/curl-wget.html
src/content/pastebins/2021/08/11/h1-spacing.html.gz:	src/content/pastebins/2021/08/11/h1-spacing.html
src/content/pastebins/2021/09/02/sicp-3-19.html.gz:	src/content/pastebins/2021/09/02/sicp-3-19.html
src/content/pastebins/2021/09/03/sicp-persistent-queue.html.gz:	src/content/pastebins/2021/09/03/sicp-persistent-queue.html
src/content/pastebins/2022/07/14/git-cleanup.html.gz:	src/content/pastebins/2022/07/14/git-cleanup.html
src/content/pastebins/2023/07/22/funcallable-amop.html.gz:	src/content/pastebins/2023/07/22/funcallable-amop.html
src/content/podcasts/2020/12/19/test-entry.html.gz:	src/content/podcasts/2020/12/19/test-entry.html
src/content/screencasts/2021/02/07/autoqemu.html.gz:	src/content/screencasts/2021/02/07/autoqemu.html
src/content/tils/2020/08/12/filename-timestamp.html.gz:	src/content/tils/2020/08/12/filename-timestamp.html
src/content/tils/2020/08/13/code-jekyll.html.gz:	src/content/tils/2020/08/13/code-jekyll.html
src/content/tils/2020/08/14/browse-git.html.gz:	src/content/tils/2020/08/14/browse-git.html
src/content/tils/2020/08/16/git-search.html.gz:	src/content/tils/2020/08/16/git-search.html
src/content/tils/2020/08/28/grep-online.html.gz:	src/content/tils/2020/08/28/grep-online.html
src/content/tils/2020/09/04/cli-email-fun-profit.html.gz:	src/content/tils/2020/09/04/cli-email-fun-profit.html
src/content/tils/2020/09/05/oldschool-pr.html.gz:	src/content/tils/2020/09/05/oldschool-pr.html
src/content/tils/2020/10/11/search-git-history.html.gz:	src/content/tils/2020/10/11/search-git-history.html
src/content/tils/2020/11/08/find-broken-symlink.html.gz:	src/content/tils/2020/11/08/find-broken-symlink.html
src/content/tils/2020/11/12/diy-nix-bash-ci.html.gz:	src/content/tils/2020/11/12/diy-nix-bash-ci.html
src/content/tils/2020/11/12/git-bisect-automation.html.gz:	src/content/tils/2020/11/12/git-bisect-automation.html
src/content/tils/2020/11/12/useful-bashvars.html.gz:	src/content/tils/2020/11/12/useful-bashvars.html
src/content/tils/2020/11/14/gpodder-media.html.gz:	src/content/tils/2020/11/14/gpodder-media.html
src/content/tils/2020/11/30/git-notes-ci.html.gz:	src/content/tils/2020/11/30/git-notes-ci.html
src/content/tils/2020/12/15/shellcheck-repo.html.gz:	src/content/tils/2020/12/15/shellcheck-repo.html
src/content/tils/2020/12/29/svg.html.gz:	src/content/tils/2020/12/29/svg.html
src/content/tils/2021/01/12/curl-awk-emails.html.gz:	src/content/tils/2021/01/12/curl-awk-emails.html
src/content/tils/2021/01/17/posix-shebang.html.gz:	src/content/tils/2021/01/17/posix-shebang.html
src/content/tils/2021/04/24/cl-generic-precedence.html.gz:	src/content/tils/2021/04/24/cl-generic-precedence.html
src/content/tils/2021/04/24/clojure-autocurry.html.gz:	src/content/tils/2021/04/24/clojure-autocurry.html
src/content/tils/2021/04/24/scm-nif.html.gz:	src/content/tils/2021/04/24/scm-nif.html
src/content/tils/2021/07/23/git-tls-gpg.html.gz:	src/content/tils/2021/07/23/git-tls-gpg.html
src/content/tils/2021/08/11/js-bigint-reviver.html.gz:	src/content/tils/2021/08/11/js-bigint-reviver.html
src/content/blog/index.html.gz:	src/content/blog/index.html
src/content/pastebins/index.html.gz:	src/content/pastebins/index.html
src/content/podcasts/index.html.gz:	src/content/podcasts/index.html
src/content/screencasts/index.html.gz:	src/content/screencasts/index.html
src/content/tils/index.html.gz:	src/content/tils/index.html
src/content/about.snippets.gz:	src/content/about.snippets
src/content/index.snippets.gz:	src/content/index.snippets
src/content/blog/2018/07/17/guix-nixos.snippets.gz:	src/content/blog/2018/07/17/guix-nixos.snippets
src/content/blog/2018/08/01/npm-ci-reproducibility.snippets.gz:	src/content/blog/2018/08/01/npm-ci-reproducibility.snippets
src/content/blog/2018/12/21/ytdl-subs.snippets.gz:	src/content/blog/2018/12/21/ytdl-subs.snippets
src/content/blog/2019/06/02/nixos-stateless-workstation.snippets.gz:	src/content/blog/2019/06/02/nixos-stateless-workstation.snippets
src/content/blog/2020/08/10/guix-srht.snippets.gz:	src/content/blog/2020/08/10/guix-srht.snippets
src/content/blog/2020/08/31/database-i-wish-i-had.snippets.gz:	src/content/blog/2020/08/31/database-i-wish-i-had.snippets
src/content/blog/2020/10/05/cargo2nix.snippets.gz:	src/content/blog/2020/10/05/cargo2nix.snippets
src/content/blog/2020/10/05/swift2nix.snippets.gz:	src/content/blog/2020/10/05/swift2nix.snippets
src/content/blog/2020/10/19/feature-flags.snippets.gz:	src/content/blog/2020/10/19/feature-flags.snippets
src/content/blog/2020/10/20/wrong-interviewing.snippets.gz:	src/content/blog/2020/10/20/wrong-interviewing.snippets
src/content/blog/2020/11/07/diy-bugs.snippets.gz:	src/content/blog/2020/11/07/diy-bugs.snippets
src/content/blog/2020/11/08/paradigm-shift-review.snippets.gz:	src/content/blog/2020/11/08/paradigm-shift-review.snippets
src/content/blog/2020/11/12/database-parsers-trees.snippets.gz:	src/content/blog/2020/11/12/database-parsers-trees.snippets
src/content/blog/2020/11/14/local-first-review.snippets.gz:	src/content/blog/2020/11/14/local-first-review.snippets
src/content/blog/2021/01/26/remembering-ann.snippets.gz:	src/content/blog/2021/01/26/remembering-ann.snippets
src/content/blog/2021/02/17/fallible.snippets.gz:	src/content/blog/2021/02/17/fallible.snippets
src/content/blog/2021/04/29/relational-review.snippets.gz:	src/content/blog/2021/04/29/relational-review.snippets
src/content/pastebins/2016/04/05/rpn.snippets.gz:	src/content/pastebins/2016/04/05/rpn.snippets
src/content/pastebins/2018/07/11/nix-pinning.snippets.gz:	src/content/pastebins/2018/07/11/nix-pinning.snippets
src/content/pastebins/2018/07/13/guix-nixos-systemd.snippets.gz:	src/content/pastebins/2018/07/13/guix-nixos-systemd.snippets
src/content/pastebins/2018/07/13/guixbuilder-nixos.snippets.gz:	src/content/pastebins/2018/07/13/guixbuilder-nixos.snippets
src/content/pastebins/2018/07/13/guixbuilder.snippets.gz:	src/content/pastebins/2018/07/13/guixbuilder.snippets
src/content/pastebins/2018/07/13/nix-strpad.snippets.gz:	src/content/pastebins/2018/07/13/nix-strpad.snippets
src/content/pastebins/2018/07/25/nix-exps.snippets.gz:	src/content/pastebins/2018/07/25/nix-exps.snippets
src/content/pastebins/2018/07/25/nix-showdrv.snippets.gz:	src/content/pastebins/2018/07/25/nix-showdrv.snippets
src/content/pastebins/2019/06/08/inconsistent-hash.snippets.gz:	src/content/pastebins/2019/06/08/inconsistent-hash.snippets
src/content/pastebins/2019/12/29/raku-tuple-type.snippets.gz:	src/content/pastebins/2019/12/29/raku-tuple-type.snippets
src/content/pastebins/2020/01/04/guix-import-failure.snippets.gz:	src/content/pastebins/2020/01/04/guix-import-failure.snippets
src/content/pastebins/2020/02/14/guix-shebang.snippets.gz:	src/content/pastebins/2020/02/14/guix-shebang.snippets
src/content/pastebins/2020/11/27/guix-build-local.snippets.gz:	src/content/pastebins/2020/11/27/guix-build-local.snippets
src/content/pastebins/2020/12/15/guix-pack-fail.snippets.gz:	src/content/pastebins/2020/12/15/guix-pack-fail.snippets
src/content/pastebins/2021/04/03/naive-slugify-js.snippets.gz:	src/content/pastebins/2021/04/03/naive-slugify-js.snippets
src/content/pastebins/2021/06/08/reading-session-pt1.snippets.gz:	src/content/pastebins/2021/06/08/reading-session-pt1.snippets
src/content/pastebins/2021/06/22/curl-wget.snippets.gz:	src/content/pastebins/2021/06/22/curl-wget.snippets
src/content/pastebins/2021/08/11/h1-spacing.snippets.gz:	src/content/pastebins/2021/08/11/h1-spacing.snippets
src/content/pastebins/2021/09/02/sicp-3-19.snippets.gz:	src/content/pastebins/2021/09/02/sicp-3-19.snippets
src/content/pastebins/2021/09/03/sicp-persistent-queue.snippets.gz:	src/content/pastebins/2021/09/03/sicp-persistent-queue.snippets
src/content/pastebins/2022/07/14/git-cleanup.snippets.gz:	src/content/pastebins/2022/07/14/git-cleanup.snippets
src/content/pastebins/2023/07/22/funcallable-amop.snippets.gz:	src/content/pastebins/2023/07/22/funcallable-amop.snippets
src/content/podcasts/2020/12/19/test-entry.snippets.gz:	src/content/podcasts/2020/12/19/test-entry.snippets
src/content/screencasts/2021/02/07/autoqemu.snippets.gz:	src/content/screencasts/2021/02/07/autoqemu.snippets
src/content/tils/2020/08/12/filename-timestamp.snippets.gz:	src/content/tils/2020/08/12/filename-timestamp.snippets
src/content/tils/2020/08/13/code-jekyll.snippets.gz:	src/content/tils/2020/08/13/code-jekyll.snippets
src/content/tils/2020/08/14/browse-git.snippets.gz:	src/content/tils/2020/08/14/browse-git.snippets
src/content/tils/2020/08/16/git-search.snippets.gz:	src/content/tils/2020/08/16/git-search.snippets
src/content/tils/2020/08/28/grep-online.snippets.gz:	src/content/tils/2020/08/28/grep-online.snippets
src/content/tils/2020/09/04/cli-email-fun-profit.snippets.gz:	src/content/tils/2020/09/04/cli-email-fun-profit.snippets
src/content/tils/2020/09/05/oldschool-pr.snippets.gz:	src/content/tils/2020/09/05/oldschool-pr.snippets
src/content/tils/2020/10/11/search-git-history.snippets.gz:	src/content/tils/2020/10/11/search-git-history.snippets
src/content/tils/2020/11/08/find-broken-symlink.snippets.gz:	src/content/tils/2020/11/08/find-broken-symlink.snippets
src/content/tils/2020/11/12/diy-nix-bash-ci.snippets.gz:	src/content/tils/2020/11/12/diy-nix-bash-ci.snippets
src/content/tils/2020/11/12/git-bisect-automation.snippets.gz:	src/content/tils/2020/11/12/git-bisect-automation.snippets
src/content/tils/2020/11/12/useful-bashvars.snippets.gz:	src/content/tils/2020/11/12/useful-bashvars.snippets
src/content/tils/2020/11/14/gpodder-media.snippets.gz:	src/content/tils/2020/11/14/gpodder-media.snippets
src/content/tils/2020/11/30/git-notes-ci.snippets.gz:	src/content/tils/2020/11/30/git-notes-ci.snippets
src/content/tils/2020/12/15/shellcheck-repo.snippets.gz:	src/content/tils/2020/12/15/shellcheck-repo.snippets
src/content/tils/2020/12/29/svg.snippets.gz:	src/content/tils/2020/12/29/svg.snippets
src/content/tils/2021/01/12/curl-awk-emails.snippets.gz:	src/content/tils/2021/01/12/curl-awk-emails.snippets
src/content/tils/2021/01/17/posix-shebang.snippets.gz:	src/content/tils/2021/01/17/posix-shebang.snippets
src/content/tils/2021/04/24/cl-generic-precedence.snippets.gz:	src/content/tils/2021/04/24/cl-generic-precedence.snippets
src/content/tils/2021/04/24/clojure-autocurry.snippets.gz:	src/content/tils/2021/04/24/clojure-autocurry.snippets
src/content/tils/2021/04/24/scm-nif.snippets.gz:	src/content/tils/2021/04/24/scm-nif.snippets
src/content/tils/2021/07/23/git-tls-gpg.snippets.gz:	src/content/tils/2021/07/23/git-tls-gpg.snippets
src/content/tils/2021/08/11/js-bigint-reviver.snippets.gz:	src/content/tils/2021/08/11/js-bigint-reviver.snippets
src/content/blog/index.snippets.gz:	src/content/blog/index.snippets
src/content/pastebins/index.snippets.gz:	src/content/pastebins/index.snippets
src/content/podcasts/index.snippets.gz:	src/content/podcasts/index.snippets
src/content/screencasts/index.snippets.gz:	src/content/screencasts/index.snippets
src/content/tils/index.snippets.gz:	src/content/tils/index.snippets
src/content/blog/feed.xml.gz:	src/content/blog/feed.xml
src/content/pastebins/feed.xml.gz:	src/content/pastebins/feed.xml
src/content/podcasts/feed.xml.gz:	src/content/podcasts/feed.xml
src/content/screencasts/feed.xml.gz:	src/content/screencasts/feed.xml
src/content/tils/feed.xml.gz:	src/content/tils/feed.xml

src/content/about.updatedat-check:	src/content/about.conf
src/content/index.updatedat-check:	src/content/index.conf
src/content/blog/2018/07/17/guix-nixos.updatedat-check:	src/content/blog/2018/07/17/guix-nixos.conf
src/content/blog/2018/08/01/npm-ci-reproducibility.updatedat-check:	src/content/blog/2018/08/01/npm-ci-reproducibility.conf
src/content/blog/2018/12/21/ytdl-subs.updatedat-check:	src/content/blog/2018/12/21/ytdl-subs.conf
src/content/blog/2019/06/02/nixos-stateless-workstation.updatedat-check:	src/content/blog/2019/06/02/nixos-stateless-workstation.conf
src/content/blog/2020/08/10/guix-srht.updatedat-check:	src/content/blog/2020/08/10/guix-srht.conf
src/content/blog/2020/08/31/database-i-wish-i-had.updatedat-check:	src/content/blog/2020/08/31/database-i-wish-i-had.conf
src/content/blog/2020/10/05/cargo2nix.updatedat-check:	src/content/blog/2020/10/05/cargo2nix.conf
src/content/blog/2020/10/05/swift2nix.updatedat-check:	src/content/blog/2020/10/05/swift2nix.conf
src/content/blog/2020/10/19/feature-flags.updatedat-check:	src/content/blog/2020/10/19/feature-flags.conf
src/content/blog/2020/10/20/wrong-interviewing.updatedat-check:	src/content/blog/2020/10/20/wrong-interviewing.conf
src/content/blog/2020/11/07/diy-bugs.updatedat-check:	src/content/blog/2020/11/07/diy-bugs.conf
src/content/blog/2020/11/08/paradigm-shift-review.updatedat-check:	src/content/blog/2020/11/08/paradigm-shift-review.conf
src/content/blog/2020/11/12/database-parsers-trees.updatedat-check:	src/content/blog/2020/11/12/database-parsers-trees.conf
src/content/blog/2020/11/14/local-first-review.updatedat-check:	src/content/blog/2020/11/14/local-first-review.conf
src/content/blog/2021/01/26/remembering-ann.updatedat-check:	src/content/blog/2021/01/26/remembering-ann.conf
src/content/blog/2021/02/17/fallible.updatedat-check:	src/content/blog/2021/02/17/fallible.conf
src/content/blog/2021/04/29/relational-review.updatedat-check:	src/content/blog/2021/04/29/relational-review.conf
src/content/pastebins/2016/04/05/rpn.updatedat-check:	src/content/pastebins/2016/04/05/rpn.conf
src/content/pastebins/2018/07/11/nix-pinning.updatedat-check:	src/content/pastebins/2018/07/11/nix-pinning.conf
src/content/pastebins/2018/07/13/guix-nixos-systemd.updatedat-check:	src/content/pastebins/2018/07/13/guix-nixos-systemd.conf
src/content/pastebins/2018/07/13/guixbuilder-nixos.updatedat-check:	src/content/pastebins/2018/07/13/guixbuilder-nixos.conf
src/content/pastebins/2018/07/13/guixbuilder.updatedat-check:	src/content/pastebins/2018/07/13/guixbuilder.conf
src/content/pastebins/2018/07/13/nix-strpad.updatedat-check:	src/content/pastebins/2018/07/13/nix-strpad.conf
src/content/pastebins/2018/07/25/nix-exps.updatedat-check:	src/content/pastebins/2018/07/25/nix-exps.conf
src/content/pastebins/2018/07/25/nix-showdrv.updatedat-check:	src/content/pastebins/2018/07/25/nix-showdrv.conf
src/content/pastebins/2019/06/08/inconsistent-hash.updatedat-check:	src/content/pastebins/2019/06/08/inconsistent-hash.conf
src/content/pastebins/2019/12/29/raku-tuple-type.updatedat-check:	src/content/pastebins/2019/12/29/raku-tuple-type.conf
src/content/pastebins/2020/01/04/guix-import-failure.updatedat-check:	src/content/pastebins/2020/01/04/guix-import-failure.conf
src/content/pastebins/2020/02/14/guix-shebang.updatedat-check:	src/content/pastebins/2020/02/14/guix-shebang.conf
src/content/pastebins/2020/11/27/guix-build-local.updatedat-check:	src/content/pastebins/2020/11/27/guix-build-local.conf
src/content/pastebins/2020/12/15/guix-pack-fail.updatedat-check:	src/content/pastebins/2020/12/15/guix-pack-fail.conf
src/content/pastebins/2021/04/03/naive-slugify-js.updatedat-check:	src/content/pastebins/2021/04/03/naive-slugify-js.conf
src/content/pastebins/2021/06/08/reading-session-pt1.updatedat-check:	src/content/pastebins/2021/06/08/reading-session-pt1.conf
src/content/pastebins/2021/06/22/curl-wget.updatedat-check:	src/content/pastebins/2021/06/22/curl-wget.conf
src/content/pastebins/2021/08/11/h1-spacing.updatedat-check:	src/content/pastebins/2021/08/11/h1-spacing.conf
src/content/pastebins/2021/09/02/sicp-3-19.updatedat-check:	src/content/pastebins/2021/09/02/sicp-3-19.conf
src/content/pastebins/2021/09/03/sicp-persistent-queue.updatedat-check:	src/content/pastebins/2021/09/03/sicp-persistent-queue.conf
src/content/pastebins/2022/07/14/git-cleanup.updatedat-check:	src/content/pastebins/2022/07/14/git-cleanup.conf
src/content/pastebins/2023/07/22/funcallable-amop.updatedat-check:	src/content/pastebins/2023/07/22/funcallable-amop.conf
src/content/podcasts/2020/12/19/test-entry.updatedat-check:	src/content/podcasts/2020/12/19/test-entry.conf
src/content/screencasts/2021/02/07/autoqemu.updatedat-check:	src/content/screencasts/2021/02/07/autoqemu.conf
src/content/tils/2020/08/12/filename-timestamp.updatedat-check:	src/content/tils/2020/08/12/filename-timestamp.conf
src/content/tils/2020/08/13/code-jekyll.updatedat-check:	src/content/tils/2020/08/13/code-jekyll.conf
src/content/tils/2020/08/14/browse-git.updatedat-check:	src/content/tils/2020/08/14/browse-git.conf
src/content/tils/2020/08/16/git-search.updatedat-check:	src/content/tils/2020/08/16/git-search.conf
src/content/tils/2020/08/28/grep-online.updatedat-check:	src/content/tils/2020/08/28/grep-online.conf
src/content/tils/2020/09/04/cli-email-fun-profit.updatedat-check:	src/content/tils/2020/09/04/cli-email-fun-profit.conf
src/content/tils/2020/09/05/oldschool-pr.updatedat-check:	src/content/tils/2020/09/05/oldschool-pr.conf
src/content/tils/2020/10/11/search-git-history.updatedat-check:	src/content/tils/2020/10/11/search-git-history.conf
src/content/tils/2020/11/08/find-broken-symlink.updatedat-check:	src/content/tils/2020/11/08/find-broken-symlink.conf
src/content/tils/2020/11/12/diy-nix-bash-ci.updatedat-check:	src/content/tils/2020/11/12/diy-nix-bash-ci.conf
src/content/tils/2020/11/12/git-bisect-automation.updatedat-check:	src/content/tils/2020/11/12/git-bisect-automation.conf
src/content/tils/2020/11/12/useful-bashvars.updatedat-check:	src/content/tils/2020/11/12/useful-bashvars.conf
src/content/tils/2020/11/14/gpodder-media.updatedat-check:	src/content/tils/2020/11/14/gpodder-media.conf
src/content/tils/2020/11/30/git-notes-ci.updatedat-check:	src/content/tils/2020/11/30/git-notes-ci.conf
src/content/tils/2020/12/15/shellcheck-repo.updatedat-check:	src/content/tils/2020/12/15/shellcheck-repo.conf
src/content/tils/2020/12/29/svg.updatedat-check:	src/content/tils/2020/12/29/svg.conf
src/content/tils/2021/01/12/curl-awk-emails.updatedat-check:	src/content/tils/2021/01/12/curl-awk-emails.conf
src/content/tils/2021/01/17/posix-shebang.updatedat-check:	src/content/tils/2021/01/17/posix-shebang.conf
src/content/tils/2021/04/24/cl-generic-precedence.updatedat-check:	src/content/tils/2021/04/24/cl-generic-precedence.conf
src/content/tils/2021/04/24/clojure-autocurry.updatedat-check:	src/content/tils/2021/04/24/clojure-autocurry.conf
src/content/tils/2021/04/24/scm-nif.updatedat-check:	src/content/tils/2021/04/24/scm-nif.conf
src/content/tils/2021/07/23/git-tls-gpg.updatedat-check:	src/content/tils/2021/07/23/git-tls-gpg.conf
src/content/tils/2021/08/11/js-bigint-reviver.updatedat-check:	src/content/tils/2021/08/11/js-bigint-reviver.conf
src/content/blog/index.updatedat-check:	src/content/blog/index.conf
src/content/pastebins/index.updatedat-check:	src/content/pastebins/index.conf
src/content/podcasts/index.updatedat-check:	src/content/podcasts/index.conf
src/content/screencasts/index.updatedat-check:	src/content/screencasts/index.conf
src/content/tils/index.updatedat-check:	src/content/tils/index.conf
src/content/about.links-internal-check:	src/content/about.links
src/content/index.links-internal-check:	src/content/index.links
src/content/blog/2018/07/17/guix-nixos.links-internal-check:	src/content/blog/2018/07/17/guix-nixos.links
src/content/blog/2018/08/01/npm-ci-reproducibility.links-internal-check:	src/content/blog/2018/08/01/npm-ci-reproducibility.links
src/content/blog/2018/12/21/ytdl-subs.links-internal-check:	src/content/blog/2018/12/21/ytdl-subs.links
src/content/blog/2019/06/02/nixos-stateless-workstation.links-internal-check:	src/content/blog/2019/06/02/nixos-stateless-workstation.links
src/content/blog/2020/08/10/guix-srht.links-internal-check:	src/content/blog/2020/08/10/guix-srht.links
src/content/blog/2020/08/31/database-i-wish-i-had.links-internal-check:	src/content/blog/2020/08/31/database-i-wish-i-had.links
src/content/blog/2020/10/05/cargo2nix.links-internal-check:	src/content/blog/2020/10/05/cargo2nix.links
src/content/blog/2020/10/05/swift2nix.links-internal-check:	src/content/blog/2020/10/05/swift2nix.links
src/content/blog/2020/10/19/feature-flags.links-internal-check:	src/content/blog/2020/10/19/feature-flags.links
src/content/blog/2020/10/20/wrong-interviewing.links-internal-check:	src/content/blog/2020/10/20/wrong-interviewing.links
src/content/blog/2020/11/07/diy-bugs.links-internal-check:	src/content/blog/2020/11/07/diy-bugs.links
src/content/blog/2020/11/08/paradigm-shift-review.links-internal-check:	src/content/blog/2020/11/08/paradigm-shift-review.links
src/content/blog/2020/11/12/database-parsers-trees.links-internal-check:	src/content/blog/2020/11/12/database-parsers-trees.links
src/content/blog/2020/11/14/local-first-review.links-internal-check:	src/content/blog/2020/11/14/local-first-review.links
src/content/blog/2021/01/26/remembering-ann.links-internal-check:	src/content/blog/2021/01/26/remembering-ann.links
src/content/blog/2021/02/17/fallible.links-internal-check:	src/content/blog/2021/02/17/fallible.links
src/content/blog/2021/04/29/relational-review.links-internal-check:	src/content/blog/2021/04/29/relational-review.links
src/content/pastebins/2016/04/05/rpn.links-internal-check:	src/content/pastebins/2016/04/05/rpn.links
src/content/pastebins/2018/07/11/nix-pinning.links-internal-check:	src/content/pastebins/2018/07/11/nix-pinning.links
src/content/pastebins/2018/07/13/guix-nixos-systemd.links-internal-check:	src/content/pastebins/2018/07/13/guix-nixos-systemd.links
src/content/pastebins/2018/07/13/guixbuilder-nixos.links-internal-check:	src/content/pastebins/2018/07/13/guixbuilder-nixos.links
src/content/pastebins/2018/07/13/guixbuilder.links-internal-check:	src/content/pastebins/2018/07/13/guixbuilder.links
src/content/pastebins/2018/07/13/nix-strpad.links-internal-check:	src/content/pastebins/2018/07/13/nix-strpad.links
src/content/pastebins/2018/07/25/nix-exps.links-internal-check:	src/content/pastebins/2018/07/25/nix-exps.links
src/content/pastebins/2018/07/25/nix-showdrv.links-internal-check:	src/content/pastebins/2018/07/25/nix-showdrv.links
src/content/pastebins/2019/06/08/inconsistent-hash.links-internal-check:	src/content/pastebins/2019/06/08/inconsistent-hash.links
src/content/pastebins/2019/12/29/raku-tuple-type.links-internal-check:	src/content/pastebins/2019/12/29/raku-tuple-type.links
src/content/pastebins/2020/01/04/guix-import-failure.links-internal-check:	src/content/pastebins/2020/01/04/guix-import-failure.links
src/content/pastebins/2020/02/14/guix-shebang.links-internal-check:	src/content/pastebins/2020/02/14/guix-shebang.links
src/content/pastebins/2020/11/27/guix-build-local.links-internal-check:	src/content/pastebins/2020/11/27/guix-build-local.links
src/content/pastebins/2020/12/15/guix-pack-fail.links-internal-check:	src/content/pastebins/2020/12/15/guix-pack-fail.links
src/content/pastebins/2021/04/03/naive-slugify-js.links-internal-check:	src/content/pastebins/2021/04/03/naive-slugify-js.links
src/content/pastebins/2021/06/08/reading-session-pt1.links-internal-check:	src/content/pastebins/2021/06/08/reading-session-pt1.links
src/content/pastebins/2021/06/22/curl-wget.links-internal-check:	src/content/pastebins/2021/06/22/curl-wget.links
src/content/pastebins/2021/08/11/h1-spacing.links-internal-check:	src/content/pastebins/2021/08/11/h1-spacing.links
src/content/pastebins/2021/09/02/sicp-3-19.links-internal-check:	src/content/pastebins/2021/09/02/sicp-3-19.links
src/content/pastebins/2021/09/03/sicp-persistent-queue.links-internal-check:	src/content/pastebins/2021/09/03/sicp-persistent-queue.links
src/content/pastebins/2022/07/14/git-cleanup.links-internal-check:	src/content/pastebins/2022/07/14/git-cleanup.links
src/content/pastebins/2023/07/22/funcallable-amop.links-internal-check:	src/content/pastebins/2023/07/22/funcallable-amop.links
src/content/podcasts/2020/12/19/test-entry.links-internal-check:	src/content/podcasts/2020/12/19/test-entry.links
src/content/screencasts/2021/02/07/autoqemu.links-internal-check:	src/content/screencasts/2021/02/07/autoqemu.links
src/content/tils/2020/08/12/filename-timestamp.links-internal-check:	src/content/tils/2020/08/12/filename-timestamp.links
src/content/tils/2020/08/13/code-jekyll.links-internal-check:	src/content/tils/2020/08/13/code-jekyll.links
src/content/tils/2020/08/14/browse-git.links-internal-check:	src/content/tils/2020/08/14/browse-git.links
src/content/tils/2020/08/16/git-search.links-internal-check:	src/content/tils/2020/08/16/git-search.links
src/content/tils/2020/08/28/grep-online.links-internal-check:	src/content/tils/2020/08/28/grep-online.links
src/content/tils/2020/09/04/cli-email-fun-profit.links-internal-check:	src/content/tils/2020/09/04/cli-email-fun-profit.links
src/content/tils/2020/09/05/oldschool-pr.links-internal-check:	src/content/tils/2020/09/05/oldschool-pr.links
src/content/tils/2020/10/11/search-git-history.links-internal-check:	src/content/tils/2020/10/11/search-git-history.links
src/content/tils/2020/11/08/find-broken-symlink.links-internal-check:	src/content/tils/2020/11/08/find-broken-symlink.links
src/content/tils/2020/11/12/diy-nix-bash-ci.links-internal-check:	src/content/tils/2020/11/12/diy-nix-bash-ci.links
src/content/tils/2020/11/12/git-bisect-automation.links-internal-check:	src/content/tils/2020/11/12/git-bisect-automation.links
src/content/tils/2020/11/12/useful-bashvars.links-internal-check:	src/content/tils/2020/11/12/useful-bashvars.links
src/content/tils/2020/11/14/gpodder-media.links-internal-check:	src/content/tils/2020/11/14/gpodder-media.links
src/content/tils/2020/11/30/git-notes-ci.links-internal-check:	src/content/tils/2020/11/30/git-notes-ci.links
src/content/tils/2020/12/15/shellcheck-repo.links-internal-check:	src/content/tils/2020/12/15/shellcheck-repo.links
src/content/tils/2020/12/29/svg.links-internal-check:	src/content/tils/2020/12/29/svg.links
src/content/tils/2021/01/12/curl-awk-emails.links-internal-check:	src/content/tils/2021/01/12/curl-awk-emails.links
src/content/tils/2021/01/17/posix-shebang.links-internal-check:	src/content/tils/2021/01/17/posix-shebang.links
src/content/tils/2021/04/24/cl-generic-precedence.links-internal-check:	src/content/tils/2021/04/24/cl-generic-precedence.links
src/content/tils/2021/04/24/clojure-autocurry.links-internal-check:	src/content/tils/2021/04/24/clojure-autocurry.links
src/content/tils/2021/04/24/scm-nif.links-internal-check:	src/content/tils/2021/04/24/scm-nif.links
src/content/tils/2021/07/23/git-tls-gpg.links-internal-check:	src/content/tils/2021/07/23/git-tls-gpg.links
src/content/tils/2021/08/11/js-bigint-reviver.links-internal-check:	src/content/tils/2021/08/11/js-bigint-reviver.links
src/content/blog/index.links-internal-check:	src/content/blog/index.links
src/content/pastebins/index.links-internal-check:	src/content/pastebins/index.links
src/content/podcasts/index.links-internal-check:	src/content/podcasts/index.links
src/content/screencasts/index.links-internal-check:	src/content/screencasts/index.links
src/content/tils/index.links-internal-check:	src/content/tils/index.links
src/content/about.caslinks:	src/content/about.links
src/content/index.caslinks:	src/content/index.links
src/content/blog/2018/07/17/guix-nixos.caslinks:	src/content/blog/2018/07/17/guix-nixos.links
src/content/blog/2018/08/01/npm-ci-reproducibility.caslinks:	src/content/blog/2018/08/01/npm-ci-reproducibility.links
src/content/blog/2018/12/21/ytdl-subs.caslinks:	src/content/blog/2018/12/21/ytdl-subs.links
src/content/blog/2019/06/02/nixos-stateless-workstation.caslinks:	src/content/blog/2019/06/02/nixos-stateless-workstation.links
src/content/blog/2020/08/10/guix-srht.caslinks:	src/content/blog/2020/08/10/guix-srht.links
src/content/blog/2020/08/31/database-i-wish-i-had.caslinks:	src/content/blog/2020/08/31/database-i-wish-i-had.links
src/content/blog/2020/10/05/cargo2nix.caslinks:	src/content/blog/2020/10/05/cargo2nix.links
src/content/blog/2020/10/05/swift2nix.caslinks:	src/content/blog/2020/10/05/swift2nix.links
src/content/blog/2020/10/19/feature-flags.caslinks:	src/content/blog/2020/10/19/feature-flags.links
src/content/blog/2020/10/20/wrong-interviewing.caslinks:	src/content/blog/2020/10/20/wrong-interviewing.links
src/content/blog/2020/11/07/diy-bugs.caslinks:	src/content/blog/2020/11/07/diy-bugs.links
src/content/blog/2020/11/08/paradigm-shift-review.caslinks:	src/content/blog/2020/11/08/paradigm-shift-review.links
src/content/blog/2020/11/12/database-parsers-trees.caslinks:	src/content/blog/2020/11/12/database-parsers-trees.links
src/content/blog/2020/11/14/local-first-review.caslinks:	src/content/blog/2020/11/14/local-first-review.links
src/content/blog/2021/01/26/remembering-ann.caslinks:	src/content/blog/2021/01/26/remembering-ann.links
src/content/blog/2021/02/17/fallible.caslinks:	src/content/blog/2021/02/17/fallible.links
src/content/blog/2021/04/29/relational-review.caslinks:	src/content/blog/2021/04/29/relational-review.links
src/content/pastebins/2016/04/05/rpn.caslinks:	src/content/pastebins/2016/04/05/rpn.links
src/content/pastebins/2018/07/11/nix-pinning.caslinks:	src/content/pastebins/2018/07/11/nix-pinning.links
src/content/pastebins/2018/07/13/guix-nixos-systemd.caslinks:	src/content/pastebins/2018/07/13/guix-nixos-systemd.links
src/content/pastebins/2018/07/13/guixbuilder-nixos.caslinks:	src/content/pastebins/2018/07/13/guixbuilder-nixos.links
src/content/pastebins/2018/07/13/guixbuilder.caslinks:	src/content/pastebins/2018/07/13/guixbuilder.links
src/content/pastebins/2018/07/13/nix-strpad.caslinks:	src/content/pastebins/2018/07/13/nix-strpad.links
src/content/pastebins/2018/07/25/nix-exps.caslinks:	src/content/pastebins/2018/07/25/nix-exps.links
src/content/pastebins/2018/07/25/nix-showdrv.caslinks:	src/content/pastebins/2018/07/25/nix-showdrv.links
src/content/pastebins/2019/06/08/inconsistent-hash.caslinks:	src/content/pastebins/2019/06/08/inconsistent-hash.links
src/content/pastebins/2019/12/29/raku-tuple-type.caslinks:	src/content/pastebins/2019/12/29/raku-tuple-type.links
src/content/pastebins/2020/01/04/guix-import-failure.caslinks:	src/content/pastebins/2020/01/04/guix-import-failure.links
src/content/pastebins/2020/02/14/guix-shebang.caslinks:	src/content/pastebins/2020/02/14/guix-shebang.links
src/content/pastebins/2020/11/27/guix-build-local.caslinks:	src/content/pastebins/2020/11/27/guix-build-local.links
src/content/pastebins/2020/12/15/guix-pack-fail.caslinks:	src/content/pastebins/2020/12/15/guix-pack-fail.links
src/content/pastebins/2021/04/03/naive-slugify-js.caslinks:	src/content/pastebins/2021/04/03/naive-slugify-js.links
src/content/pastebins/2021/06/08/reading-session-pt1.caslinks:	src/content/pastebins/2021/06/08/reading-session-pt1.links
src/content/pastebins/2021/06/22/curl-wget.caslinks:	src/content/pastebins/2021/06/22/curl-wget.links
src/content/pastebins/2021/08/11/h1-spacing.caslinks:	src/content/pastebins/2021/08/11/h1-spacing.links
src/content/pastebins/2021/09/02/sicp-3-19.caslinks:	src/content/pastebins/2021/09/02/sicp-3-19.links
src/content/pastebins/2021/09/03/sicp-persistent-queue.caslinks:	src/content/pastebins/2021/09/03/sicp-persistent-queue.links
src/content/pastebins/2022/07/14/git-cleanup.caslinks:	src/content/pastebins/2022/07/14/git-cleanup.links
src/content/pastebins/2023/07/22/funcallable-amop.caslinks:	src/content/pastebins/2023/07/22/funcallable-amop.links
src/content/podcasts/2020/12/19/test-entry.caslinks:	src/content/podcasts/2020/12/19/test-entry.links
src/content/screencasts/2021/02/07/autoqemu.caslinks:	src/content/screencasts/2021/02/07/autoqemu.links
src/content/tils/2020/08/12/filename-timestamp.caslinks:	src/content/tils/2020/08/12/filename-timestamp.links
src/content/tils/2020/08/13/code-jekyll.caslinks:	src/content/tils/2020/08/13/code-jekyll.links
src/content/tils/2020/08/14/browse-git.caslinks:	src/content/tils/2020/08/14/browse-git.links
src/content/tils/2020/08/16/git-search.caslinks:	src/content/tils/2020/08/16/git-search.links
src/content/tils/2020/08/28/grep-online.caslinks:	src/content/tils/2020/08/28/grep-online.links
src/content/tils/2020/09/04/cli-email-fun-profit.caslinks:	src/content/tils/2020/09/04/cli-email-fun-profit.links
src/content/tils/2020/09/05/oldschool-pr.caslinks:	src/content/tils/2020/09/05/oldschool-pr.links
src/content/tils/2020/10/11/search-git-history.caslinks:	src/content/tils/2020/10/11/search-git-history.links
src/content/tils/2020/11/08/find-broken-symlink.caslinks:	src/content/tils/2020/11/08/find-broken-symlink.links
src/content/tils/2020/11/12/diy-nix-bash-ci.caslinks:	src/content/tils/2020/11/12/diy-nix-bash-ci.links
src/content/tils/2020/11/12/git-bisect-automation.caslinks:	src/content/tils/2020/11/12/git-bisect-automation.links
src/content/tils/2020/11/12/useful-bashvars.caslinks:	src/content/tils/2020/11/12/useful-bashvars.links
src/content/tils/2020/11/14/gpodder-media.caslinks:	src/content/tils/2020/11/14/gpodder-media.links
src/content/tils/2020/11/30/git-notes-ci.caslinks:	src/content/tils/2020/11/30/git-notes-ci.links
src/content/tils/2020/12/15/shellcheck-repo.caslinks:	src/content/tils/2020/12/15/shellcheck-repo.links
src/content/tils/2020/12/29/svg.caslinks:	src/content/tils/2020/12/29/svg.links
src/content/tils/2021/01/12/curl-awk-emails.caslinks:	src/content/tils/2021/01/12/curl-awk-emails.links
src/content/tils/2021/01/17/posix-shebang.caslinks:	src/content/tils/2021/01/17/posix-shebang.links
src/content/tils/2021/04/24/cl-generic-precedence.caslinks:	src/content/tils/2021/04/24/cl-generic-precedence.links
src/content/tils/2021/04/24/clojure-autocurry.caslinks:	src/content/tils/2021/04/24/clojure-autocurry.links
src/content/tils/2021/04/24/scm-nif.caslinks:	src/content/tils/2021/04/24/scm-nif.links
src/content/tils/2021/07/23/git-tls-gpg.caslinks:	src/content/tils/2021/07/23/git-tls-gpg.links
src/content/tils/2021/08/11/js-bigint-reviver.caslinks:	src/content/tils/2021/08/11/js-bigint-reviver.links
src/content/blog/index.caslinks:	src/content/blog/index.links
src/content/pastebins/index.caslinks:	src/content/pastebins/index.links
src/content/podcasts/index.caslinks:	src/content/podcasts/index.links
src/content/screencasts/index.caslinks:	src/content/screencasts/index.links
src/content/tils/index.caslinks:	src/content/tils/index.links

src/content/blog/2018/07/17/guix-nixos.feedentry:	src/content/blog/2018/07/17/guix-nixos.conf	src/content/blog/2018/07/17/guix-nixos.htmlbody
src/content/blog/2018/08/01/npm-ci-reproducibility.feedentry:	src/content/blog/2018/08/01/npm-ci-reproducibility.conf	src/content/blog/2018/08/01/npm-ci-reproducibility.htmlbody
src/content/blog/2018/12/21/ytdl-subs.feedentry:	src/content/blog/2018/12/21/ytdl-subs.conf	src/content/blog/2018/12/21/ytdl-subs.htmlbody
src/content/blog/2019/06/02/nixos-stateless-workstation.feedentry:	src/content/blog/2019/06/02/nixos-stateless-workstation.conf	src/content/blog/2019/06/02/nixos-stateless-workstation.htmlbody
src/content/blog/2020/08/10/guix-srht.feedentry:	src/content/blog/2020/08/10/guix-srht.conf	src/content/blog/2020/08/10/guix-srht.htmlbody
src/content/blog/2020/08/31/database-i-wish-i-had.feedentry:	src/content/blog/2020/08/31/database-i-wish-i-had.conf	src/content/blog/2020/08/31/database-i-wish-i-had.htmlbody
src/content/blog/2020/10/05/cargo2nix.feedentry:	src/content/blog/2020/10/05/cargo2nix.conf	src/content/blog/2020/10/05/cargo2nix.htmlbody
src/content/blog/2020/10/05/swift2nix.feedentry:	src/content/blog/2020/10/05/swift2nix.conf	src/content/blog/2020/10/05/swift2nix.htmlbody
src/content/blog/2020/10/19/feature-flags.feedentry:	src/content/blog/2020/10/19/feature-flags.conf	src/content/blog/2020/10/19/feature-flags.htmlbody
src/content/blog/2020/10/20/wrong-interviewing.feedentry:	src/content/blog/2020/10/20/wrong-interviewing.conf	src/content/blog/2020/10/20/wrong-interviewing.htmlbody
src/content/blog/2020/11/07/diy-bugs.feedentry:	src/content/blog/2020/11/07/diy-bugs.conf	src/content/blog/2020/11/07/diy-bugs.htmlbody
src/content/blog/2020/11/08/paradigm-shift-review.feedentry:	src/content/blog/2020/11/08/paradigm-shift-review.conf	src/content/blog/2020/11/08/paradigm-shift-review.htmlbody
src/content/blog/2020/11/12/database-parsers-trees.feedentry:	src/content/blog/2020/11/12/database-parsers-trees.conf	src/content/blog/2020/11/12/database-parsers-trees.htmlbody
src/content/blog/2020/11/14/local-first-review.feedentry:	src/content/blog/2020/11/14/local-first-review.conf	src/content/blog/2020/11/14/local-first-review.htmlbody
src/content/blog/2021/01/26/remembering-ann.feedentry:	src/content/blog/2021/01/26/remembering-ann.conf	src/content/blog/2021/01/26/remembering-ann.htmlbody
src/content/blog/2021/02/17/fallible.feedentry:	src/content/blog/2021/02/17/fallible.conf	src/content/blog/2021/02/17/fallible.htmlbody
src/content/blog/2021/04/29/relational-review.feedentry:	src/content/blog/2021/04/29/relational-review.conf	src/content/blog/2021/04/29/relational-review.htmlbody
src/content/pastebins/2016/04/05/rpn.feedentry:	src/content/pastebins/2016/04/05/rpn.conf	src/content/pastebins/2016/04/05/rpn.htmlbody
src/content/pastebins/2018/07/11/nix-pinning.feedentry:	src/content/pastebins/2018/07/11/nix-pinning.conf	src/content/pastebins/2018/07/11/nix-pinning.htmlbody
src/content/pastebins/2018/07/13/guix-nixos-systemd.feedentry:	src/content/pastebins/2018/07/13/guix-nixos-systemd.conf	src/content/pastebins/2018/07/13/guix-nixos-systemd.htmlbody
src/content/pastebins/2018/07/13/guixbuilder-nixos.feedentry:	src/content/pastebins/2018/07/13/guixbuilder-nixos.conf	src/content/pastebins/2018/07/13/guixbuilder-nixos.htmlbody
src/content/pastebins/2018/07/13/guixbuilder.feedentry:	src/content/pastebins/2018/07/13/guixbuilder.conf	src/content/pastebins/2018/07/13/guixbuilder.htmlbody
src/content/pastebins/2018/07/13/nix-strpad.feedentry:	src/content/pastebins/2018/07/13/nix-strpad.conf	src/content/pastebins/2018/07/13/nix-strpad.htmlbody
src/content/pastebins/2018/07/25/nix-exps.feedentry:	src/content/pastebins/2018/07/25/nix-exps.conf	src/content/pastebins/2018/07/25/nix-exps.htmlbody
src/content/pastebins/2018/07/25/nix-showdrv.feedentry:	src/content/pastebins/2018/07/25/nix-showdrv.conf	src/content/pastebins/2018/07/25/nix-showdrv.htmlbody
src/content/pastebins/2019/06/08/inconsistent-hash.feedentry:	src/content/pastebins/2019/06/08/inconsistent-hash.conf	src/content/pastebins/2019/06/08/inconsistent-hash.htmlbody
src/content/pastebins/2019/12/29/raku-tuple-type.feedentry:	src/content/pastebins/2019/12/29/raku-tuple-type.conf	src/content/pastebins/2019/12/29/raku-tuple-type.htmlbody
src/content/pastebins/2020/01/04/guix-import-failure.feedentry:	src/content/pastebins/2020/01/04/guix-import-failure.conf	src/content/pastebins/2020/01/04/guix-import-failure.htmlbody
src/content/pastebins/2020/02/14/guix-shebang.feedentry:	src/content/pastebins/2020/02/14/guix-shebang.conf	src/content/pastebins/2020/02/14/guix-shebang.htmlbody
src/content/pastebins/2020/11/27/guix-build-local.feedentry:	src/content/pastebins/2020/11/27/guix-build-local.conf	src/content/pastebins/2020/11/27/guix-build-local.htmlbody
src/content/pastebins/2020/12/15/guix-pack-fail.feedentry:	src/content/pastebins/2020/12/15/guix-pack-fail.conf	src/content/pastebins/2020/12/15/guix-pack-fail.htmlbody
src/content/pastebins/2021/04/03/naive-slugify-js.feedentry:	src/content/pastebins/2021/04/03/naive-slugify-js.conf	src/content/pastebins/2021/04/03/naive-slugify-js.htmlbody
src/content/pastebins/2021/06/08/reading-session-pt1.feedentry:	src/content/pastebins/2021/06/08/reading-session-pt1.conf	src/content/pastebins/2021/06/08/reading-session-pt1.htmlbody
src/content/pastebins/2021/06/22/curl-wget.feedentry:	src/content/pastebins/2021/06/22/curl-wget.conf	src/content/pastebins/2021/06/22/curl-wget.htmlbody
src/content/pastebins/2021/08/11/h1-spacing.feedentry:	src/content/pastebins/2021/08/11/h1-spacing.conf	src/content/pastebins/2021/08/11/h1-spacing.htmlbody
src/content/pastebins/2021/09/02/sicp-3-19.feedentry:	src/content/pastebins/2021/09/02/sicp-3-19.conf	src/content/pastebins/2021/09/02/sicp-3-19.htmlbody
src/content/pastebins/2021/09/03/sicp-persistent-queue.feedentry:	src/content/pastebins/2021/09/03/sicp-persistent-queue.conf	src/content/pastebins/2021/09/03/sicp-persistent-queue.htmlbody
src/content/pastebins/2022/07/14/git-cleanup.feedentry:	src/content/pastebins/2022/07/14/git-cleanup.conf	src/content/pastebins/2022/07/14/git-cleanup.htmlbody
src/content/pastebins/2023/07/22/funcallable-amop.feedentry:	src/content/pastebins/2023/07/22/funcallable-amop.conf	src/content/pastebins/2023/07/22/funcallable-amop.htmlbody
src/content/podcasts/2020/12/19/test-entry.feedentry:	src/content/podcasts/2020/12/19/test-entry.conf	src/content/podcasts/2020/12/19/test-entry.htmlbody
src/content/screencasts/2021/02/07/autoqemu.feedentry:	src/content/screencasts/2021/02/07/autoqemu.conf	src/content/screencasts/2021/02/07/autoqemu.htmlbody
src/content/tils/2020/08/12/filename-timestamp.feedentry:	src/content/tils/2020/08/12/filename-timestamp.conf	src/content/tils/2020/08/12/filename-timestamp.htmlbody
src/content/tils/2020/08/13/code-jekyll.feedentry:	src/content/tils/2020/08/13/code-jekyll.conf	src/content/tils/2020/08/13/code-jekyll.htmlbody
src/content/tils/2020/08/14/browse-git.feedentry:	src/content/tils/2020/08/14/browse-git.conf	src/content/tils/2020/08/14/browse-git.htmlbody
src/content/tils/2020/08/16/git-search.feedentry:	src/content/tils/2020/08/16/git-search.conf	src/content/tils/2020/08/16/git-search.htmlbody
src/content/tils/2020/08/28/grep-online.feedentry:	src/content/tils/2020/08/28/grep-online.conf	src/content/tils/2020/08/28/grep-online.htmlbody
src/content/tils/2020/09/04/cli-email-fun-profit.feedentry:	src/content/tils/2020/09/04/cli-email-fun-profit.conf	src/content/tils/2020/09/04/cli-email-fun-profit.htmlbody
src/content/tils/2020/09/05/oldschool-pr.feedentry:	src/content/tils/2020/09/05/oldschool-pr.conf	src/content/tils/2020/09/05/oldschool-pr.htmlbody
src/content/tils/2020/10/11/search-git-history.feedentry:	src/content/tils/2020/10/11/search-git-history.conf	src/content/tils/2020/10/11/search-git-history.htmlbody
src/content/tils/2020/11/08/find-broken-symlink.feedentry:	src/content/tils/2020/11/08/find-broken-symlink.conf	src/content/tils/2020/11/08/find-broken-symlink.htmlbody
src/content/tils/2020/11/12/diy-nix-bash-ci.feedentry:	src/content/tils/2020/11/12/diy-nix-bash-ci.conf	src/content/tils/2020/11/12/diy-nix-bash-ci.htmlbody
src/content/tils/2020/11/12/git-bisect-automation.feedentry:	src/content/tils/2020/11/12/git-bisect-automation.conf	src/content/tils/2020/11/12/git-bisect-automation.htmlbody
src/content/tils/2020/11/12/useful-bashvars.feedentry:	src/content/tils/2020/11/12/useful-bashvars.conf	src/content/tils/2020/11/12/useful-bashvars.htmlbody
src/content/tils/2020/11/14/gpodder-media.feedentry:	src/content/tils/2020/11/14/gpodder-media.conf	src/content/tils/2020/11/14/gpodder-media.htmlbody
src/content/tils/2020/11/30/git-notes-ci.feedentry:	src/content/tils/2020/11/30/git-notes-ci.conf	src/content/tils/2020/11/30/git-notes-ci.htmlbody
src/content/tils/2020/12/15/shellcheck-repo.feedentry:	src/content/tils/2020/12/15/shellcheck-repo.conf	src/content/tils/2020/12/15/shellcheck-repo.htmlbody
src/content/tils/2020/12/29/svg.feedentry:	src/content/tils/2020/12/29/svg.conf	src/content/tils/2020/12/29/svg.htmlbody
src/content/tils/2021/01/12/curl-awk-emails.feedentry:	src/content/tils/2021/01/12/curl-awk-emails.conf	src/content/tils/2021/01/12/curl-awk-emails.htmlbody
src/content/tils/2021/01/17/posix-shebang.feedentry:	src/content/tils/2021/01/17/posix-shebang.conf	src/content/tils/2021/01/17/posix-shebang.htmlbody
src/content/tils/2021/04/24/cl-generic-precedence.feedentry:	src/content/tils/2021/04/24/cl-generic-precedence.conf	src/content/tils/2021/04/24/cl-generic-precedence.htmlbody
src/content/tils/2021/04/24/clojure-autocurry.feedentry:	src/content/tils/2021/04/24/clojure-autocurry.conf	src/content/tils/2021/04/24/clojure-autocurry.htmlbody
src/content/tils/2021/04/24/scm-nif.feedentry:	src/content/tils/2021/04/24/scm-nif.conf	src/content/tils/2021/04/24/scm-nif.htmlbody
src/content/tils/2021/07/23/git-tls-gpg.feedentry:	src/content/tils/2021/07/23/git-tls-gpg.conf	src/content/tils/2021/07/23/git-tls-gpg.htmlbody
src/content/tils/2021/08/11/js-bigint-reviver.feedentry:	src/content/tils/2021/08/11/js-bigint-reviver.conf	src/content/tils/2021/08/11/js-bigint-reviver.htmlbody
src/content/blog/2018/07/17/guix-nixos.sortdata:	src/content/blog/2018/07/17/guix-nixos.conf
src/content/blog/2018/08/01/npm-ci-reproducibility.sortdata:	src/content/blog/2018/08/01/npm-ci-reproducibility.conf
src/content/blog/2018/12/21/ytdl-subs.sortdata:	src/content/blog/2018/12/21/ytdl-subs.conf
src/content/blog/2019/06/02/nixos-stateless-workstation.sortdata:	src/content/blog/2019/06/02/nixos-stateless-workstation.conf
src/content/blog/2020/08/10/guix-srht.sortdata:	src/content/blog/2020/08/10/guix-srht.conf
src/content/blog/2020/08/31/database-i-wish-i-had.sortdata:	src/content/blog/2020/08/31/database-i-wish-i-had.conf
src/content/blog/2020/10/05/cargo2nix.sortdata:	src/content/blog/2020/10/05/cargo2nix.conf
src/content/blog/2020/10/05/swift2nix.sortdata:	src/content/blog/2020/10/05/swift2nix.conf
src/content/blog/2020/10/19/feature-flags.sortdata:	src/content/blog/2020/10/19/feature-flags.conf
src/content/blog/2020/10/20/wrong-interviewing.sortdata:	src/content/blog/2020/10/20/wrong-interviewing.conf
src/content/blog/2020/11/07/diy-bugs.sortdata:	src/content/blog/2020/11/07/diy-bugs.conf
src/content/blog/2020/11/08/paradigm-shift-review.sortdata:	src/content/blog/2020/11/08/paradigm-shift-review.conf
src/content/blog/2020/11/12/database-parsers-trees.sortdata:	src/content/blog/2020/11/12/database-parsers-trees.conf
src/content/blog/2020/11/14/local-first-review.sortdata:	src/content/blog/2020/11/14/local-first-review.conf
src/content/blog/2021/01/26/remembering-ann.sortdata:	src/content/blog/2021/01/26/remembering-ann.conf
src/content/blog/2021/02/17/fallible.sortdata:	src/content/blog/2021/02/17/fallible.conf
src/content/blog/2021/04/29/relational-review.sortdata:	src/content/blog/2021/04/29/relational-review.conf
src/content/pastebins/2016/04/05/rpn.sortdata:	src/content/pastebins/2016/04/05/rpn.conf
src/content/pastebins/2018/07/11/nix-pinning.sortdata:	src/content/pastebins/2018/07/11/nix-pinning.conf
src/content/pastebins/2018/07/13/guix-nixos-systemd.sortdata:	src/content/pastebins/2018/07/13/guix-nixos-systemd.conf
src/content/pastebins/2018/07/13/guixbuilder-nixos.sortdata:	src/content/pastebins/2018/07/13/guixbuilder-nixos.conf
src/content/pastebins/2018/07/13/guixbuilder.sortdata:	src/content/pastebins/2018/07/13/guixbuilder.conf
src/content/pastebins/2018/07/13/nix-strpad.sortdata:	src/content/pastebins/2018/07/13/nix-strpad.conf
src/content/pastebins/2018/07/25/nix-exps.sortdata:	src/content/pastebins/2018/07/25/nix-exps.conf
src/content/pastebins/2018/07/25/nix-showdrv.sortdata:	src/content/pastebins/2018/07/25/nix-showdrv.conf
src/content/pastebins/2019/06/08/inconsistent-hash.sortdata:	src/content/pastebins/2019/06/08/inconsistent-hash.conf
src/content/pastebins/2019/12/29/raku-tuple-type.sortdata:	src/content/pastebins/2019/12/29/raku-tuple-type.conf
src/content/pastebins/2020/01/04/guix-import-failure.sortdata:	src/content/pastebins/2020/01/04/guix-import-failure.conf
src/content/pastebins/2020/02/14/guix-shebang.sortdata:	src/content/pastebins/2020/02/14/guix-shebang.conf
src/content/pastebins/2020/11/27/guix-build-local.sortdata:	src/content/pastebins/2020/11/27/guix-build-local.conf
src/content/pastebins/2020/12/15/guix-pack-fail.sortdata:	src/content/pastebins/2020/12/15/guix-pack-fail.conf
src/content/pastebins/2021/04/03/naive-slugify-js.sortdata:	src/content/pastebins/2021/04/03/naive-slugify-js.conf
src/content/pastebins/2021/06/08/reading-session-pt1.sortdata:	src/content/pastebins/2021/06/08/reading-session-pt1.conf
src/content/pastebins/2021/06/22/curl-wget.sortdata:	src/content/pastebins/2021/06/22/curl-wget.conf
src/content/pastebins/2021/08/11/h1-spacing.sortdata:	src/content/pastebins/2021/08/11/h1-spacing.conf
src/content/pastebins/2021/09/02/sicp-3-19.sortdata:	src/content/pastebins/2021/09/02/sicp-3-19.conf
src/content/pastebins/2021/09/03/sicp-persistent-queue.sortdata:	src/content/pastebins/2021/09/03/sicp-persistent-queue.conf
src/content/pastebins/2022/07/14/git-cleanup.sortdata:	src/content/pastebins/2022/07/14/git-cleanup.conf
src/content/pastebins/2023/07/22/funcallable-amop.sortdata:	src/content/pastebins/2023/07/22/funcallable-amop.conf
src/content/podcasts/2020/12/19/test-entry.sortdata:	src/content/podcasts/2020/12/19/test-entry.conf
src/content/screencasts/2021/02/07/autoqemu.sortdata:	src/content/screencasts/2021/02/07/autoqemu.conf
src/content/tils/2020/08/12/filename-timestamp.sortdata:	src/content/tils/2020/08/12/filename-timestamp.conf
src/content/tils/2020/08/13/code-jekyll.sortdata:	src/content/tils/2020/08/13/code-jekyll.conf
src/content/tils/2020/08/14/browse-git.sortdata:	src/content/tils/2020/08/14/browse-git.conf
src/content/tils/2020/08/16/git-search.sortdata:	src/content/tils/2020/08/16/git-search.conf
src/content/tils/2020/08/28/grep-online.sortdata:	src/content/tils/2020/08/28/grep-online.conf
src/content/tils/2020/09/04/cli-email-fun-profit.sortdata:	src/content/tils/2020/09/04/cli-email-fun-profit.conf
src/content/tils/2020/09/05/oldschool-pr.sortdata:	src/content/tils/2020/09/05/oldschool-pr.conf
src/content/tils/2020/10/11/search-git-history.sortdata:	src/content/tils/2020/10/11/search-git-history.conf
src/content/tils/2020/11/08/find-broken-symlink.sortdata:	src/content/tils/2020/11/08/find-broken-symlink.conf
src/content/tils/2020/11/12/diy-nix-bash-ci.sortdata:	src/content/tils/2020/11/12/diy-nix-bash-ci.conf
src/content/tils/2020/11/12/git-bisect-automation.sortdata:	src/content/tils/2020/11/12/git-bisect-automation.conf
src/content/tils/2020/11/12/useful-bashvars.sortdata:	src/content/tils/2020/11/12/useful-bashvars.conf
src/content/tils/2020/11/14/gpodder-media.sortdata:	src/content/tils/2020/11/14/gpodder-media.conf
src/content/tils/2020/11/30/git-notes-ci.sortdata:	src/content/tils/2020/11/30/git-notes-ci.conf
src/content/tils/2020/12/15/shellcheck-repo.sortdata:	src/content/tils/2020/12/15/shellcheck-repo.conf
src/content/tils/2020/12/29/svg.sortdata:	src/content/tils/2020/12/29/svg.conf
src/content/tils/2021/01/12/curl-awk-emails.sortdata:	src/content/tils/2021/01/12/curl-awk-emails.conf
src/content/tils/2021/01/17/posix-shebang.sortdata:	src/content/tils/2021/01/17/posix-shebang.conf
src/content/tils/2021/04/24/cl-generic-precedence.sortdata:	src/content/tils/2021/04/24/cl-generic-precedence.conf
src/content/tils/2021/04/24/clojure-autocurry.sortdata:	src/content/tils/2021/04/24/clojure-autocurry.conf
src/content/tils/2021/04/24/scm-nif.sortdata:	src/content/tils/2021/04/24/scm-nif.conf
src/content/tils/2021/07/23/git-tls-gpg.sortdata:	src/content/tils/2021/07/23/git-tls-gpg.conf
src/content/tils/2021/08/11/js-bigint-reviver.sortdata:	src/content/tils/2021/08/11/js-bigint-reviver.conf

src/content/blog/index.htmlheader	src/content/blog/index.htmlfooter:	src/content/blog/index.conf
src/content/pastebins/index.htmlheader	src/content/pastebins/index.htmlfooter:	src/content/pastebins/index.conf
src/content/podcasts/index.htmlheader	src/content/podcasts/index.htmlfooter:	src/content/podcasts/index.conf
src/content/screencasts/index.htmlheader	src/content/screencasts/index.htmlfooter:	src/content/screencasts/index.conf
src/content/tils/index.htmlheader	src/content/tils/index.htmlfooter:	src/content/tils/index.conf
src/content/blog/index.html:	src/content/blog/index.htmlheader	src/content/blog/index.htmlfooter
src/content/pastebins/index.html:	src/content/pastebins/index.htmlheader	src/content/pastebins/index.htmlfooter
src/content/podcasts/index.html:	src/content/podcasts/index.htmlheader	src/content/podcasts/index.htmlfooter
src/content/screencasts/index.html:	src/content/screencasts/index.htmlheader	src/content/screencasts/index.htmlfooter
src/content/tils/index.html:	src/content/tils/index.htmlheader	src/content/tils/index.htmlfooter
src/content/blog/index.html:	src/content/blog/index.htmllisting	src/content/blog/index.htmlbody
src/content/pastebins/index.html:	src/content/pastebins/index.htmllisting	src/content/pastebins/index.htmlbody
src/content/podcasts/index.html:	src/content/podcasts/index.htmllisting	src/content/podcasts/index.htmlbody
src/content/screencasts/index.html:	src/content/screencasts/index.htmllisting	src/content/screencasts/index.htmlbody
src/content/tils/index.html:	src/content/tils/index.htmllisting	src/content/tils/index.htmlbody


articles.blog.adoc = \
	src/content/blog/2018/07/17/guix-nixos.adoc \
	src/content/blog/2018/08/01/npm-ci-reproducibility.adoc \
	src/content/blog/2018/12/21/ytdl-subs.adoc \
	src/content/blog/2019/06/02/nixos-stateless-workstation.adoc \
	src/content/blog/2020/08/10/guix-srht.adoc \
	src/content/blog/2020/08/31/database-i-wish-i-had.adoc \
	src/content/blog/2020/10/05/cargo2nix.adoc \
	src/content/blog/2020/10/05/swift2nix.adoc \
	src/content/blog/2020/10/19/feature-flags.adoc \
	src/content/blog/2020/10/20/wrong-interviewing.adoc \
	src/content/blog/2020/11/07/diy-bugs.adoc \
	src/content/blog/2020/11/08/paradigm-shift-review.adoc \
	src/content/blog/2020/11/12/database-parsers-trees.adoc \
	src/content/blog/2020/11/14/local-first-review.adoc \
	src/content/blog/2021/01/26/remembering-ann.adoc \
	src/content/blog/2021/02/17/fallible.adoc \
	src/content/blog/2021/04/29/relational-review.adoc \

articles.blog.sortdata   = $(articles.blog.adoc:.adoc=.sortdata)
articles.blog.indexentry = $(articles.blog.adoc:.adoc=.indexentry)
articles.blog.feedentry  = $(articles.blog.adoc:.adoc=.feedentry)
src/content/blog/sortdata.txt:	deps.mk
	printf '%s\n' $(articles.blog.sortdata) > $@

src/content/blog/feed.xml	src/content/blog/index.htmllisting:	src/content/blog/sortdata.txt	$(articles.blog.sortdata)
src/content/blog/index.htmllisting:	$(articles.blog.indexentry)
src/content/blog/feed.xml:	$(articles.blog.feedentry)


articles.pastebins.adoc = \
	src/content/pastebins/2016/04/05/rpn.adoc \
	src/content/pastebins/2018/07/11/nix-pinning.adoc \
	src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc \
	src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc \
	src/content/pastebins/2018/07/13/guixbuilder.adoc \
	src/content/pastebins/2018/07/13/nix-strpad.adoc \
	src/content/pastebins/2018/07/25/nix-exps.adoc \
	src/content/pastebins/2018/07/25/nix-showdrv.adoc \
	src/content/pastebins/2019/06/08/inconsistent-hash.adoc \
	src/content/pastebins/2019/12/29/raku-tuple-type.adoc \
	src/content/pastebins/2020/01/04/guix-import-failure.adoc \
	src/content/pastebins/2020/02/14/guix-shebang.adoc \
	src/content/pastebins/2020/11/27/guix-build-local.adoc \
	src/content/pastebins/2020/12/15/guix-pack-fail.adoc \
	src/content/pastebins/2021/04/03/naive-slugify-js.adoc \
	src/content/pastebins/2021/06/08/reading-session-pt1.adoc \
	src/content/pastebins/2021/06/22/curl-wget.adoc \
	src/content/pastebins/2021/08/11/h1-spacing.adoc \
	src/content/pastebins/2021/09/02/sicp-3-19.adoc \
	src/content/pastebins/2021/09/03/sicp-persistent-queue.adoc \
	src/content/pastebins/2022/07/14/git-cleanup.adoc \
	src/content/pastebins/2023/07/22/funcallable-amop.adoc \

articles.pastebins.sortdata   = $(articles.pastebins.adoc:.adoc=.sortdata)
articles.pastebins.indexentry = $(articles.pastebins.adoc:.adoc=.indexentry)
articles.pastebins.feedentry  = $(articles.pastebins.adoc:.adoc=.feedentry)
src/content/pastebins/sortdata.txt:	deps.mk
	printf '%s\n' $(articles.pastebins.sortdata) > $@

src/content/pastebins/feed.xml	src/content/pastebins/index.htmllisting:	src/content/pastebins/sortdata.txt	$(articles.pastebins.sortdata)
src/content/pastebins/index.htmllisting:	$(articles.pastebins.indexentry)
src/content/pastebins/feed.xml:	$(articles.pastebins.feedentry)


articles.podcasts.adoc = \
	src/content/podcasts/2020/12/19/test-entry.adoc \

articles.podcasts.sortdata   = $(articles.podcasts.adoc:.adoc=.sortdata)
articles.podcasts.indexentry = $(articles.podcasts.adoc:.adoc=.indexentry)
articles.podcasts.feedentry  = $(articles.podcasts.adoc:.adoc=.feedentry)
src/content/podcasts/sortdata.txt:	deps.mk
	printf '%s\n' $(articles.podcasts.sortdata) > $@

src/content/podcasts/feed.xml	src/content/podcasts/index.htmllisting:	src/content/podcasts/sortdata.txt	$(articles.podcasts.sortdata)
src/content/podcasts/index.htmllisting:	$(articles.podcasts.indexentry)
src/content/podcasts/feed.xml:	$(articles.podcasts.feedentry)


articles.screencasts.adoc = \
	src/content/screencasts/2021/02/07/autoqemu.adoc \

articles.screencasts.sortdata   = $(articles.screencasts.adoc:.adoc=.sortdata)
articles.screencasts.indexentry = $(articles.screencasts.adoc:.adoc=.indexentry)
articles.screencasts.feedentry  = $(articles.screencasts.adoc:.adoc=.feedentry)
src/content/screencasts/sortdata.txt:	deps.mk
	printf '%s\n' $(articles.screencasts.sortdata) > $@

src/content/screencasts/feed.xml	src/content/screencasts/index.htmllisting:	src/content/screencasts/sortdata.txt	$(articles.screencasts.sortdata)
src/content/screencasts/index.htmllisting:	$(articles.screencasts.indexentry)
src/content/screencasts/feed.xml:	$(articles.screencasts.feedentry)


articles.tils.adoc = \
	src/content/tils/2020/08/12/filename-timestamp.adoc \
	src/content/tils/2020/08/13/code-jekyll.adoc \
	src/content/tils/2020/08/14/browse-git.adoc \
	src/content/tils/2020/08/16/git-search.adoc \
	src/content/tils/2020/08/28/grep-online.adoc \
	src/content/tils/2020/09/04/cli-email-fun-profit.adoc \
	src/content/tils/2020/09/05/oldschool-pr.adoc \
	src/content/tils/2020/10/11/search-git-history.adoc \
	src/content/tils/2020/11/08/find-broken-symlink.adoc \
	src/content/tils/2020/11/12/diy-nix-bash-ci.adoc \
	src/content/tils/2020/11/12/git-bisect-automation.adoc \
	src/content/tils/2020/11/12/useful-bashvars.adoc \
	src/content/tils/2020/11/14/gpodder-media.adoc \
	src/content/tils/2020/11/30/git-notes-ci.adoc \
	src/content/tils/2020/12/15/shellcheck-repo.adoc \
	src/content/tils/2020/12/29/svg.adoc \
	src/content/tils/2021/01/12/curl-awk-emails.adoc \
	src/content/tils/2021/01/17/posix-shebang.adoc \
	src/content/tils/2021/04/24/cl-generic-precedence.adoc \
	src/content/tils/2021/04/24/clojure-autocurry.adoc \
	src/content/tils/2021/04/24/scm-nif.adoc \
	src/content/tils/2021/07/23/git-tls-gpg.adoc \
	src/content/tils/2021/08/11/js-bigint-reviver.adoc \

articles.tils.sortdata   = $(articles.tils.adoc:.adoc=.sortdata)
articles.tils.indexentry = $(articles.tils.adoc:.adoc=.indexentry)
articles.tils.feedentry  = $(articles.tils.adoc:.adoc=.feedentry)
src/content/tils/sortdata.txt:	deps.mk
	printf '%s\n' $(articles.tils.sortdata) > $@

src/content/tils/feed.xml	src/content/tils/index.htmllisting:	src/content/tils/sortdata.txt	$(articles.tils.sortdata)
src/content/tils/index.htmllisting:	$(articles.tils.indexentry)
src/content/tils/feed.xml:	$(articles.tils.feedentry)