hugo-themes-dev-env/config-nix.toml

46 lines
817 B
TOML

baseurl = "localhost:1313"
title = "Hugo Website"
theme = "nix"
languageCode = "en-us"
disqusShortname = "your_disqus_shortname"
[languages]
[languages.es]
title = 'Mi blog'
weight = 2
[languages.en]
title = 'My blog'
weight = 1
[menu]
[[menu.header]]
name = "post"
weight = 0
url = "post"
[[menu.header]]
parent = "post"
name = "All Posts"
url = "/posts"
[[menu.header]]
parent = "post"
name = "categories"
url = "/categories"
[[menu.header]]
parent = "post"
name = "tags"
url = "/tags"
[[menu.header]]
name = "about"
weight = 1
url = "about"
[params]
Name = "your_name"
HeaderUsername = "username"
HeaderHostname = "hostname"
GithubID = "your_github"
TwitterID = "your_twitter"
LinkedInID = "your_linkedin"