diff options
author | EuAndreh <eu@euandre.org> | 2020-10-05 21:27:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-10 14:31:24 -0300 |
commit | a7c4db7e9215694ef6c50debcc0b4e7402265687 (patch) | |
tree | d45b89f1758b34416e5157cb0e7404276c6fa49a /_articles | |
parent | cargo2nix: Use overlay on example (diff) | |
download | euandre.org-a7c4db7e9215694ef6c50debcc0b4e7402265687.tar.gz euandre.org-a7c4db7e9215694ef6c50debcc0b4e7402265687.tar.xz |
Refactor i18n structure, remove layouts, add slides
Yep, this commit is too big big I didn't want to take the trouble of splitting
it now.
- _config.yml translation keys are now simetrical on the entitiy: articles,
pastebins, tils, slides, etc.;
- _posts were moved to _articles: the _posts collection had special treatment in
Jekyll which I wanted to avoid;
- the filtering of entries for the Atom feed is now done inside the
_includes/feed.atom file instead of every feed file;
- all entities are now dealt with using the pluralized name: articles,
pastebins, tils, slides. No more inconsistencies on the key names, they now
should only make sense as the translation value on the dictionary;
- add base reveal.js infrastruture, with Jekyll generating the listing page and
nothing else.
Diffstat (limited to '')
-rw-r--r-- | _articles/2018-07-17-running-guix-on-nixos.md (renamed from _posts/2018-07-17-running-guix-on-nixos.md) | 0 | ||||
-rw-r--r-- | _articles/2018-08-01-verifying-npm-ci-reproducibility.md (renamed from _posts/2018-08-01-verifying-npm-ci-reproducibility.md) | 0 | ||||
-rw-r--r-- | _articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md (renamed from _posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md) | 0 | ||||
-rw-r--r-- | _articles/2019-06-02-stateless-os.md (renamed from _posts/2019-06-02-stateless-os.md) | 0 | ||||
-rw-r--r-- | _articles/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md (renamed from _posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md) | 0 | ||||
-rw-r--r-- | _articles/2020-08-31-the-database-i-wish-i-had.md (renamed from _posts/2020-08-31-the-database-i-wish-i-had.md) | 0 | ||||
-rw-r--r-- | _articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md (renamed from _posts/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md) | 2 | ||||
-rw-r--r-- | _articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md (renamed from _posts/2020-10-05-swift2nix-run-swift-inside-nix-builds.md) | 0 |
8 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2018-07-17-running-guix-on-nixos.md b/_articles/2018-07-17-running-guix-on-nixos.md index e409f3c..e409f3c 100644 --- a/_posts/2018-07-17-running-guix-on-nixos.md +++ b/_articles/2018-07-17-running-guix-on-nixos.md diff --git a/_posts/2018-08-01-verifying-npm-ci-reproducibility.md b/_articles/2018-08-01-verifying-npm-ci-reproducibility.md index ff983e5..ff983e5 100644 --- a/_posts/2018-08-01-verifying-npm-ci-reproducibility.md +++ b/_articles/2018-08-01-verifying-npm-ci-reproducibility.md diff --git a/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md b/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md index a9a605b..a9a605b 100644 --- a/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md +++ b/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md diff --git a/_posts/2019-06-02-stateless-os.md b/_articles/2019-06-02-stateless-os.md index 2614b44..2614b44 100644 --- a/_posts/2019-06-02-stateless-os.md +++ b/_articles/2019-06-02-stateless-os.md diff --git a/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md b/_articles/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md index 3ce2acf..3ce2acf 100644 --- a/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md +++ b/_articles/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md diff --git a/_posts/2020-08-31-the-database-i-wish-i-had.md b/_articles/2020-08-31-the-database-i-wish-i-had.md index 004a558..004a558 100644 --- a/_posts/2020-08-31-the-database-i-wish-i-had.md +++ b/_articles/2020-08-31-the-database-i-wish-i-had.md diff --git a/_posts/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md index 4d4a8d5..d4b5a41 100644 --- a/_posts/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md +++ b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md @@ -7,7 +7,7 @@ ref: cargo2nix-dramatically-simpler-rust-in-nix --- In the same vein of my earlier post on -[swift2nix]({% post_url 2020-10-05-swift2nix-run-swift-inside-nix-builds %}), I +[swift2nix]({% link _articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md %}), I was able to quickly prototype a Rust and Cargo variation of it: [cargo2nix][cargo2nix]. diff --git a/_posts/2020-10-05-swift2nix-run-swift-inside-nix-builds.md b/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md index 7960b8b..7960b8b 100644 --- a/_posts/2020-10-05-swift2nix-run-swift-inside-nix-builds.md +++ b/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md |