Refine configuration.
This commit is contained in:
parent
7280a5cc7f
commit
6f2c63101e
1 changed files with 13 additions and 5 deletions
18
hugo.toml
18
hugo.toml
|
@ -1,5 +1,5 @@
|
||||||
baseurl = "https://kaholaz.net"
|
baseurl = "https://kaholaz.net"
|
||||||
title = "Min blogg"
|
title = "Sebastian Bugge"
|
||||||
languageCode = "nb-NO"
|
languageCode = "nb-NO"
|
||||||
theme = "hello-friend-ng"
|
theme = "hello-friend-ng"
|
||||||
paginate = 10
|
paginate = 10
|
||||||
|
@ -27,6 +27,11 @@ disableSitemap = false
|
||||||
disable404 = false
|
disable404 = false
|
||||||
disableHugoGeneratorInject = false
|
disableHugoGeneratorInject = false
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
posts = "/posts/:year/:month/:title/"
|
posts = "/posts/:year/:month/:title/"
|
||||||
|
|
||||||
|
@ -37,7 +42,7 @@ disableHugoGeneratorInject = false
|
||||||
dateformNumTime = "2006-01-02 15:04"
|
dateformNumTime = "2006-01-02 15:04"
|
||||||
|
|
||||||
# Subtitle for home
|
# Subtitle for home
|
||||||
homeSubtitle = "A simple and beautiful blog"
|
homeSubtitle = "problemløser, tenker, student"
|
||||||
|
|
||||||
# Set disableReadOtherPosts to true in order to hide the links to other posts.
|
# Set disableReadOtherPosts to true in order to hide the links to other posts.
|
||||||
disableReadOtherPosts = false
|
disableReadOtherPosts = false
|
||||||
|
@ -49,10 +54,13 @@ disableHugoGeneratorInject = false
|
||||||
# enableGlobalLanguageMenu = true
|
# enableGlobalLanguageMenu = true
|
||||||
|
|
||||||
# Metadata mostly used in document's head
|
# Metadata mostly used in document's head
|
||||||
description = "My new homepage or blog"
|
description = "En liten blogg for personlige prosjekter og tanker."
|
||||||
keywords = "homepage, blog"
|
keywords = "homepage, blog"
|
||||||
images = [""]
|
images = [""]
|
||||||
|
|
||||||
|
[params.logo]
|
||||||
|
logoText = "cd $HOME"
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "blog"
|
category = "blog"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
|
@ -64,9 +72,9 @@ defaultContentLanguageInSubdir = true
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "About"
|
name = "Om"
|
||||||
url = "about/"
|
url = "about/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "posts"
|
identifier = "posts"
|
||||||
name = "Posts"
|
name = "Innlegg"
|
||||||
url = "posts/"
|
url = "posts/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue