diff options
author | EuAndreh <eu@euandre.org> | 2024-11-18 08:21:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-18 08:44:57 -0300 |
commit | 960e4410f76801356ebd42801c914b2910a302a7 (patch) | |
tree | 615d379416f72956d0c1666c63ce062859041fbe /deps.mk | |
parent | Remove jekyll infrastructure setup (diff) | |
download | euandre.org-960e4410f76801356ebd42801c914b2910a302a7.tar.gz euandre.org-960e4410f76801356ebd42801c914b2910a302a7.tar.xz |
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 522 |
1 files changed, 522 insertions, 0 deletions
@@ -0,0 +1,522 @@ +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-with-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/email-cli-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.svg \ + src/content/img/envelope.svg \ + src/content/img/favicon.svg \ + src/content/img/link.svg \ + src/content/img/lock.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-with-i-had.htmlbody src/content/blog/2020/08/31/database-i-with-i-had.snippets src/content/blog/2020/08/31/database-i-with-i-had.conf: src/content/blog/2020/08/31/database-i-with-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/email-cli-fun-profit.htmlbody src/content/tils/2020/09/04/email-cli-fun-profit.snippets src/content/tils/2020/09/04/email-cli-fun-profit.conf: src/content/tils/2020/09/04/email-cli-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-with-i-had.html: src/content/blog/2020/08/31/database-i-with-i-had.conf src/content/blog/2020/08/31/database-i-with-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/email-cli-fun-profit.html: src/content/tils/2020/09/04/email-cli-fun-profit.conf src/content/tils/2020/09/04/email-cli-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/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-with-i-had.feedentry: src/content/blog/2020/08/31/database-i-with-i-had.conf src/content/blog/2020/08/31/database-i-with-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/email-cli-fun-profit.feedentry: src/content/tils/2020/09/04/email-cli-fun-profit.conf src/content/tils/2020/09/04/email-cli-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-with-i-had.sortdata: src/content/blog/2020/08/31/database-i-with-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/email-cli-fun-profit.sortdata: src/content/tils/2020/09/04/email-cli-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.htmllisting: src/content/blog/index.htmldeps +src/content/pastebins/index.htmllisting: src/content/pastebins/index.htmldeps +src/content/podcasts/index.htmllisting: src/content/podcasts/index.htmldeps +src/content/screencasts/index.htmllisting: src/content/screencasts/index.htmldeps +src/content/tils/index.htmllisting: src/content/tils/index.htmldeps +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-with-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/index.htmldeps: $(articles.blog.indexentry) +src/content/blog/feed.xmldeps: $(articles.blog.feedentry) +src/content/blog/index.htmldeps src/content/blog/feed.xmldeps: $(articles.blog.sortdata) + find $(articles.blog.sortdata) > $@ + +src/content/blog/feed.xml: src/content/blog/feed.xmldeps + + +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/index.htmldeps: $(articles.pastebins.indexentry) +src/content/pastebins/feed.xmldeps: $(articles.pastebins.feedentry) +src/content/pastebins/index.htmldeps src/content/pastebins/feed.xmldeps: $(articles.pastebins.sortdata) + find $(articles.pastebins.sortdata) > $@ + +src/content/pastebins/feed.xml: src/content/pastebins/feed.xmldeps + + +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/index.htmldeps: $(articles.podcasts.indexentry) +src/content/podcasts/feed.xmldeps: $(articles.podcasts.feedentry) +src/content/podcasts/index.htmldeps src/content/podcasts/feed.xmldeps: $(articles.podcasts.sortdata) + find $(articles.podcasts.sortdata) > $@ + +src/content/podcasts/feed.xml: src/content/podcasts/feed.xmldeps + + +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/index.htmldeps: $(articles.screencasts.indexentry) +src/content/screencasts/feed.xmldeps: $(articles.screencasts.feedentry) +src/content/screencasts/index.htmldeps src/content/screencasts/feed.xmldeps: $(articles.screencasts.sortdata) + find $(articles.screencasts.sortdata) > $@ + +src/content/screencasts/feed.xml: src/content/screencasts/feed.xmldeps + + +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/email-cli-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/index.htmldeps: $(articles.tils.indexentry) +src/content/tils/feed.xmldeps: $(articles.tils.feedentry) +src/content/tils/index.htmldeps src/content/tils/feed.xmldeps: $(articles.tils.sortdata) + find $(articles.tils.sortdata) > $@ + +src/content/tils/feed.xml: src/content/tils/feed.xmldeps |