update hugo.toml
This commit is contained in:
@@ -1,3 +1,83 @@
|
||||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site!'
|
||||
baseURL = "https://netscope-oversight.pages.dev/"
|
||||
title = "YXMA"
|
||||
theme = "PaperMod"
|
||||
|
||||
[params]
|
||||
ShowShareButtons = false
|
||||
ShowReadingTime = true
|
||||
defaultTheme = "auto"
|
||||
search = true
|
||||
ShowPostNavLinks = true
|
||||
customCSS = ["css/custom.css"]
|
||||
|
||||
[params.cover]
|
||||
responsiveImages = false
|
||||
|
||||
[params.profileMode]
|
||||
enabled = true
|
||||
title = "YXMA"
|
||||
subtitle = "Network - Art - Communism"
|
||||
imageUrl = "/img/me-smoke.jpg"
|
||||
imageTitle = "Profilbild"
|
||||
imageWidth = 120
|
||||
imageHeight = 120
|
||||
|
||||
[[params.socialIcons]]
|
||||
name = "Github"
|
||||
url = "https://github.com/Babayaga069"
|
||||
|
||||
[[params.socialIcons]]
|
||||
name = "Instagram"
|
||||
url = "https://www.instagram.com/shindy"
|
||||
|
||||
[params.footer]
|
||||
text = "YXMA"
|
||||
hideCopyright = false
|
||||
|
||||
[params.fuseOpts]
|
||||
isCaseSensitive = false
|
||||
shouldSort = true
|
||||
location = 0
|
||||
distance = 1000
|
||||
threshold = 0.4
|
||||
minMatchCharLength = 0
|
||||
keys = ["title", "permalink", "summary", "content"]
|
||||
|
||||
[params.label]
|
||||
text = "YXMA"
|
||||
icon = "img/logo_cutout.png"
|
||||
iconHeight = 30
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = "posts"
|
||||
name = "Posts"
|
||||
url = "/posts/"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "tags"
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
name = "About Me"
|
||||
url = "/about/"
|
||||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "search"
|
||||
name = "Search"
|
||||
url = "/search/"
|
||||
weight = 40
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
|
||||
Reference in New Issue
Block a user