summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-12-16 01:10:08 +0100
committerFederico Angelilli <code@fedang.net>2024-12-16 01:10:08 +0100
commit06bb3e6b18a71f402f87daea5c92c23cea3f9140 (patch)
treeafc0d7c6872d67815396bed9e0bca2663ecbaaaa
parent686dce4b02d462ade83d71cfe4a61b062782c660 (diff)
Add taxonomies
-rw-r--r--content/posts/gentoo-kernel-upgrade.md4
-rw-r--r--hugo.toml6
m---------themes/chilldark0
3 files changed, 9 insertions, 1 deletions
diff --git a/content/posts/gentoo-kernel-upgrade.md b/content/posts/gentoo-kernel-upgrade.md
index c806c31..5063e71 100644
--- a/content/posts/gentoo-kernel-upgrade.md
+++ b/content/posts/gentoo-kernel-upgrade.md
@@ -1,6 +1,8 @@
+++
title = "Gentoo kernel upgrade"
-summary = "Little howto on updating the kernel in a Gentoo system"
+summary = "A brief howto on updating the kernel on a Gentoo system."
+categories = [ "linux", "article" ]
+tags = [ "gentoo", "kernel", "linux", "sysadmin" ]
+++
## Preliminary steps
diff --git a/hugo.toml b/hugo.toml
index 1257dcb..2f25521 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -5,10 +5,16 @@ theme = 'chilldark'
enableRobotsTXT = true
enableGitInfo = true
+[frontmatter]
+ date = ['date', 'publishdate', 'pubdate', 'published', 'lastmod', ':git']
+ lastmod = [':git', 'lastmod', 'date', 'publishdate' ]
+ publishDate = ['publishdate', 'published', 'date']
+
[params.author]
name = "Federico Angelilli"
[params]
+ title_crumbs = false
bottom_text = "**🅭** [BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
custom_css = ["css/syntax.css"]
diff --git a/themes/chilldark b/themes/chilldark
-Subproject c621befb930ebf3422316a4286d5f8cc848763b
+Subproject 9c5e8b3a296fa4c7cd51eec0aaba4e93f54fb75