mirror of https://github.com/Hilbis/Hilbish
25 lines
387 B
TOML
25 lines
387 B
TOML
|
baseURL = 'https://rosettea.github.io/hilbish/'
|
||
|
languageCode = 'en-us'
|
||
|
title = 'Hilbish'
|
||
|
theme = 'hsh'
|
||
|
|
||
|
[menu]
|
||
|
[[menu.nav]]
|
||
|
identifier = 'home'
|
||
|
name = 'Home'
|
||
|
url = '/'
|
||
|
weight = 1
|
||
|
[[menu.nav]]
|
||
|
identifier = 'install'
|
||
|
name = 'Install'
|
||
|
url = '/install'
|
||
|
weight = 2
|
||
|
[[menu.nav]]
|
||
|
identifier = 'docs'
|
||
|
name = 'Docs'
|
||
|
url = '/docs'
|
||
|
weight = 3
|
||
|
|
||
|
[markup.goldmark.renderer]
|
||
|
unsafe = true
|