interpeer/config.toml

32 lines
641 B
TOML

baseURL = 'http://localhost:1313/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = "main-theme"
paginate = 4
# watchIgnoreFiles = ["assets/css/styles.css"]
[menu]
[[menu.main]]
identifier = 'about'
name = 'About'
pageref = '/about/'
url = '/about/'
weight = 1
[[menu.main]]
identifier = 'blog'
name = 'Blog'
pageref = '/blog/'
url = '/blog/'
weight = 2
[[menu.main]]
identifier = 'development'
name = 'Development'
pageref = '/#/'
url = '/#/'
weight = 3
[[menu.main]]
identifier = 'documentation'
name = 'Documentation'
pageref = '/projects/channeler'
url = '/projects/channeler'
weight = 4