From 47b71558b72269e72ca642dff5ca58af60815eef Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 7 Apr 2023 15:30:58 +0800 Subject: [PATCH] Reduce content taxonomy with only tags and series --- config/_default/config.toml | 4 ++++ content/posts/2018-05-01-free-resource-list/index.adoc | 5 +---- .../index.adoc | 5 +---- .../2019-08-15-a-site-overhaul-has-occurred/index.adoc | 3 +-- .../2019-08-20-the-complete-linux-turnabout/index.adoc | 6 +----- .../2019-08-25-a-ricing-starting-checklist/index.adoc | 6 +----- .../index.adoc | 8 +++----- .../2019-09-28-what-is-effective-documentation/index.adoc | 5 +---- content/posts/2020-11-06-moving-into-nixos/index.adoc | 6 +----- .../index.adoc | 3 +++ .../index.adoc | 8 ++------ .../index.adoc | 7 +------ .../2023-03-12-using-neovim-as-your-manpager/index.adoc | 4 ++++ .../2023-03-24-managing-mutable-files-in-nixos/index.adoc | 3 +++ 14 files changed, 27 insertions(+), 46 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index f16357d..87f3499 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -16,6 +16,10 @@ This site uses [medium-zoom](https://github.com/francoischalifour/medium-zoom) a For analytics, it uses [GoatCounter](https://goatcounter.com/). """ +[taxonomies] +tag = "tags" +series = "series" + [[module.imports]] path = "github.com/foo-dogsquared/hugo-theme-more-contentful" diff --git a/content/posts/2018-05-01-free-resource-list/index.adoc b/content/posts/2018-05-01-free-resource-list/index.adoc index f64113e..2aee33d 100644 --- a/content/posts/2018-05-01-free-resource-list/index.adoc +++ b/content/posts/2018-05-01-free-resource-list/index.adoc @@ -2,11 +2,8 @@ title: A freebie's resource list (mostly related to programming) date: 2018-05-01 09:25:57 +0800 -categories: - - Freebies tags: - - bookmarks - - freebies + - Bookmarks --- = A freebie's resource list (mostly related to programming) diff --git a/content/posts/2019-04-30-developing-projects-with-free-resources/index.adoc b/content/posts/2019-04-30-developing-projects-with-free-resources/index.adoc index b911bf4..af1df60 100644 --- a/content/posts/2019-04-30-developing-projects-with-free-resources/index.adoc +++ b/content/posts/2019-04-30-developing-projects-with-free-resources/index.adoc @@ -2,11 +2,8 @@ date: 2019-04-30 12:32:40 +0800 title: Developing projects with free resources -categories: - - How not to procastinate tags: - - projects - - development + - Bookmarks --- = Developing projects with free resources diff --git a/content/posts/2019-08-15-a-site-overhaul-has-occurred/index.adoc b/content/posts/2019-08-15-a-site-overhaul-has-occurred/index.adoc index 9f09352..e84f732 100644 --- a/content/posts/2019-08-15-a-site-overhaul-has-occurred/index.adoc +++ b/content/posts/2019-08-15-a-site-overhaul-has-occurred/index.adoc @@ -3,8 +3,7 @@ title: A site overhaul has occurred date: 2019-08-15T18:10:07+08:00 tags: - - self - - meta + - Meta --- = A site overhaul has been occurred diff --git a/content/posts/2019-08-20-the-complete-linux-turnabout/index.adoc b/content/posts/2019-08-20-the-complete-linux-turnabout/index.adoc index 664fb01..1872c2a 100644 --- a/content/posts/2019-08-20-the-complete-linux-turnabout/index.adoc +++ b/content/posts/2019-08-20-the-complete-linux-turnabout/index.adoc @@ -1,12 +1,8 @@ --- title: "The complete Linux turnabout" date: 2019-08-20T20:50:18+08:00 -categories: - - How to Linux tags: - - linux - - desktop - - ricing + - Linux --- = The complete Linux turnabout diff --git a/content/posts/2019-08-25-a-ricing-starting-checklist/index.adoc b/content/posts/2019-08-25-a-ricing-starting-checklist/index.adoc index c0bdb65..969a8f8 100644 --- a/content/posts/2019-08-25-a-ricing-starting-checklist/index.adoc +++ b/content/posts/2019-08-25-a-ricing-starting-checklist/index.adoc @@ -2,11 +2,7 @@ title: "A 'ricing' starting checklist" date: 2019-08-25T18:03:43+08:00 categories: - - How to Linux -tags: - - linux - - desktop - - ricing + - Linux --- = A "ricing" starting checklist diff --git a/content/posts/2019-09-03-blogging-with-asciidoctor-and-hugo/index.adoc b/content/posts/2019-09-03-blogging-with-asciidoctor-and-hugo/index.adoc index b2fd2b3..69dafa5 100644 --- a/content/posts/2019-09-03-blogging-with-asciidoctor-and-hugo/index.adoc +++ b/content/posts/2019-09-03-blogging-with-asciidoctor-and-hugo/index.adoc @@ -1,12 +1,10 @@ --- title: "Blogging with Asciidoctor and Hugo" date: 2019-09-03T13:07:43+08:00 -categories: - - Hugo tags: - - writing - - ssg - - hugo + - Writing + - Asciidoctor + - Hugo --- = Blogging with Asciidoctor and Hugo diff --git a/content/posts/2019-09-28-what-is-effective-documentation/index.adoc b/content/posts/2019-09-28-what-is-effective-documentation/index.adoc index 2d11360..5f51a1a 100644 --- a/content/posts/2019-09-28-what-is-effective-documentation/index.adoc +++ b/content/posts/2019-09-28-what-is-effective-documentation/index.adoc @@ -2,11 +2,8 @@ title: "What is effective documentation" date: 2019-09-28T20:29:58+08:00 -categories: - - Documentation tags: - - writing - - documentation + - Writing --- = What is effective documentation diff --git a/content/posts/2020-11-06-moving-into-nixos/index.adoc b/content/posts/2020-11-06-moving-into-nixos/index.adoc index 126a433..a634e68 100644 --- a/content/posts/2020-11-06-moving-into-nixos/index.adoc +++ b/content/posts/2020-11-06-moving-into-nixos/index.adoc @@ -3,12 +3,8 @@ title: "Moving into NixOS" date: 2020-10-11T12:47:58+08:00 publishdate: 2020-11-06T16:00:00+08:00 -categories: - - How to NixOS - - How to Linux tags: - - linux - - nix + - Nix --- = Moving into NixOS diff --git a/content/posts/2020-11-11-implementing-declarative-themes-in-hugo/index.adoc b/content/posts/2020-11-11-implementing-declarative-themes-in-hugo/index.adoc index e0bf842..b9be490 100644 --- a/content/posts/2020-11-11-implementing-declarative-themes-in-hugo/index.adoc +++ b/content/posts/2020-11-11-implementing-declarative-themes-in-hugo/index.adoc @@ -2,6 +2,9 @@ title: "Implementing configurable Base16 schemes in Hugo themes" date: 2020-11-08T12:30:27+08:00 publishdate: 2020-11-11T20:30:00+08:00 + +tags: + - Hugo --- = Implementing easy Base16 schemes in Hugo themes diff --git a/content/posts/2023-02-26-my-experience-managing-a-cloud-hosted-server-with-nixos/index.adoc b/content/posts/2023-02-26-my-experience-managing-a-cloud-hosted-server-with-nixos/index.adoc index 65198ac..494d2f8 100644 --- a/content/posts/2023-02-26-my-experience-managing-a-cloud-hosted-server-with-nixos/index.adoc +++ b/content/posts/2023-02-26-my-experience-managing-a-cloud-hosted-server-with-nixos/index.adoc @@ -2,13 +2,9 @@ title: "My experience of managing a cloud-hosted server with NixOS" publishdate: 2023-02-26T00:00:00+00:00 -categories: - - How to NixOS - - How to Linux tags: - - linux - - nix - - nixos + - Nix + - System administration --- = My experience of managing a cloud-hosted server with NixOS diff --git a/content/posts/2023-03-05-combining-traditional-dotfiles-and-nixos-configurations-with-nix-flakes/index.adoc b/content/posts/2023-03-05-combining-traditional-dotfiles-and-nixos-configurations-with-nix-flakes/index.adoc index 1415b8d..e97f21d 100644 --- a/content/posts/2023-03-05-combining-traditional-dotfiles-and-nixos-configurations-with-nix-flakes/index.adoc +++ b/content/posts/2023-03-05-combining-traditional-dotfiles-and-nixos-configurations-with-nix-flakes/index.adoc @@ -2,13 +2,8 @@ title: "Combining traditional dotfiles and NixOS configurations with Nix flakes" publishdate: 2023-03-05T00:00:00+00:00 -categories: - - How to NixOS - - How to Linux tags: - - linux - - nix - - nixos + - Nix --- = Combining traditional dotfiles and NixOS configurations with Nix flakes diff --git a/content/posts/2023-03-12-using-neovim-as-your-manpager/index.adoc b/content/posts/2023-03-12-using-neovim-as-your-manpager/index.adoc index 59f9335..198a9e7 100644 --- a/content/posts/2023-03-12-using-neovim-as-your-manpager/index.adoc +++ b/content/posts/2023-03-12-using-neovim-as-your-manpager/index.adoc @@ -1,6 +1,10 @@ --- title: "Using Neovim as your manpager" publishdate: 2023-03-12T00:00:00+00:00 + +tags: + - Linux + - Vim --- = Using Neovim as your manpager diff --git a/content/posts/2023-03-24-managing-mutable-files-in-nixos/index.adoc b/content/posts/2023-03-24-managing-mutable-files-in-nixos/index.adoc index 4aa23e8..4388965 100644 --- a/content/posts/2023-03-24-managing-mutable-files-in-nixos/index.adoc +++ b/content/posts/2023-03-24-managing-mutable-files-in-nixos/index.adoc @@ -1,6 +1,9 @@ --- title: "Managing mutable files in NixOS" date: 2023-03-24T00:00:00+00:00 + +tags: + - Nix --- = Managing mutable files in NixOS