Website Re-Done
This commit is contained in:
38
config.toml
Executable file
38
config.toml
Executable file
@@ -0,0 +1,38 @@
|
||||
baseurl = "https://netinfection.xyz/"
|
||||
languageCode = "en-us"
|
||||
theme = "hugo-theme-terminal"
|
||||
pagination.pagerSize = 5
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[params]
|
||||
contentTypeName = "posts"
|
||||
showMenuItems = 2
|
||||
fullWidthTheme = true
|
||||
centerTheme = false
|
||||
favicon = "favicon.png"
|
||||
[params.logo]
|
||||
logoText = "NetInfection"
|
||||
logoHomeLink = "/"
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
title = "NetInfection"
|
||||
copyright = ""
|
||||
[languages.en.params]
|
||||
subtitle = "A simple, retro theme for Hugo"
|
||||
keywords = ""
|
||||
menuMore = "Show more"
|
||||
readMore = "Read more"
|
||||
readOtherPosts = "Read other posts"
|
||||
|
||||
[languages.en.menu]
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
url = "/about"
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "contact"
|
||||
name = "Contact"
|
||||
url = "/contact"
|
||||
Reference in New Issue
Block a user