diff --git a/archetypes/default.md b/archetypes/default.md index 6f07bbda..1c6421fc 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,6 +2,7 @@ title: {{ replace .TranslationBaseName "-" " " | title }} subtitle: date: {{ .Date }} +slug: {{ substr .File.UniqueID 0 7 }} description: keywords: draft: true diff --git a/archetypes/friends.md b/archetypes/friends.md index cba8e826..93c46989 100644 --- a/archetypes/friends.md +++ b/archetypes/friends.md @@ -1,7 +1,7 @@ --- title: {{ replace .TranslationBaseName "-" " " | title }} subtitle: -type: friends +layout: friends date: {{ .Date }} description: "{{ .Site.Params.author.name }}'s friends" keywords: diff --git a/archetypes/offline.md b/archetypes/offline.md index eb757c9b..37e409ae 100644 --- a/archetypes/offline.md +++ b/archetypes/offline.md @@ -1,5 +1,5 @@ --- -type: offline +layout: offline description: '{{ T "offlineTitle" }} - {{ .Site.Title }}' keywords: - PWA diff --git a/archetypes/post-bundle/index.md b/archetypes/post-bundle/index.md index 103b7cd6..9be79ded 100644 --- a/archetypes/post-bundle/index.md +++ b/archetypes/post-bundle/index.md @@ -2,6 +2,7 @@ title: {{ replace .TranslationBaseName "-" " " | title }} subtitle: date: {{ .Date }} +slug: {{ substr .File.UniqueID 0 7 }} draft: true author: name: diff --git a/archetypes/posts.md b/archetypes/posts.md index 9f99da36..231b1daa 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -2,6 +2,7 @@ title: {{ replace .TranslationBaseName "-" " " | title }} subtitle: date: {{ .Date }} +slug: {{ substr .File.UniqueID 0 7 }} draft: true author: name: diff --git a/docs b/docs index b317055f..e82cd9aa 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit b317055f0a7cfa21006256e4deaf967be03b266c +Subproject commit e82cd9aa0f510803c3bdbd1071b858b644e8c591 diff --git a/hugo.toml b/hugo.toml index b493448c..e0c604a9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -69,7 +69,7 @@ enableEmoji = true title = "" weight = 2 [menu.main.params] - icon = "fa-solid fa-th" + icon = "fa-solid fa-folder-tree" [[menu.main]] identifier = "tags" pre = ""