Initial commit
This commit is contained in:
46
config-nix.toml
Normal file
46
config-nix.toml
Normal file
@@ -0,0 +1,46 @@
|
||||
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"
|
Reference in New Issue
Block a user