Reduce content taxonomy with only tags and series

This commit is contained in:
Gabriel Arazas 2023-04-07 15:30:58 +08:00
parent 9cb92afc34
commit 47b71558b7
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
14 changed files with 27 additions and 46 deletions

View File

@ -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"

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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