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.
 
 
 

53 lines
998 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 = "Repos"
identifier = "repos"
url = "/repos/"
weight = -700
[[menu.navbar]]
name = "Community"
identifier = "community"
url = "/community/"
weight = -600
[[menu.navbar]]
name = "Git"
identifier = "git"
url = "https://git.powerel.org/"
weight = -500
#[[menu.navbar]]
# name = "Bugs"
# identifier = "bugs"
# url = "https://bugzilla.powerel.org/"
# weight = -400
[params.analytics.piwik]
URL = "https://stats.vantosh.com"
ID = ""