You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
750 B
39 lines
750 B
### config.toml |
|
title = "PowerEL" |
|
baseURL = "https://www.powerel.org/" |
|
theme = "pel" |
|
languageCode = "en-us" |
|
dataDir = "data" |
|
PaginatePath = "blog" |
|
sectionPagesMenu = "main" |
|
buildDrafts = false |
|
pygmentsUseClasses = true |
|
enableGitInfo = true |
|
enableRobotsTXT = true |
|
|
|
### navbar |
|
[[menu.navbar]] |
|
name = "Home" |
|
identifier = "home" |
|
url = "/" |
|
weight = -1000 |
|
[[menu.navbar]] |
|
name = "About" |
|
identifier = "about" |
|
url = "/about/" |
|
weight = -900 |
|
[[menu.navbar]] |
|
name = "Get PEL" |
|
identifier = "download" |
|
url = "/download/" |
|
weight = -800 |
|
[[menu.navbar]] |
|
name = "Documentation" |
|
identifier = "docs" |
|
url = "https://docs.powerel.org" |
|
weight = -700 |
|
[[menu.navbar]] |
|
name = "Bugs" |
|
identifier = "bugs" |
|
url = "https://bugzilla.powerel.org/" |
|
weight = -600
|
|
|