Toshaan Bharvani
5 years ago
3 changed files with 32 additions and 24 deletions
@ -0,0 +1,22 @@
@@ -0,0 +1,22 @@
|
||||
### config.toml |
||||
title = "PowerEL" |
||||
baseURL = "https://www.powerel.org/" |
||||
theme = "pel" |
||||
languageCode = "en-us" |
||||
dataDir = "data" |
||||
assetDir = "assets" |
||||
PaginatePath = "blog" |
||||
sectionPagesMenu = "main" |
||||
buildDrafts = false |
||||
pygmentsUseClasses = true |
||||
enableGitInfo = true |
||||
enableRobotsTXT = true |
||||
|
||||
[outputs] |
||||
section = [ "HTML", "Calendar", "RSS" ] |
||||
|
||||
[outputFormats] |
||||
[outputFormats.RSS] |
||||
mediatype = "application/rss" |
||||
baseName = "feed" |
||||
suffix = "xml" |
@ -1,53 +1,36 @@
@@ -1,53 +1,36 @@
|
||||
### 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]] |
||||
[[navbar]] |
||||
name = "Home" |
||||
identifier = "home" |
||||
url = "/" |
||||
weight = -1000 |
||||
[[menu.navbar]] |
||||
[[navbar]] |
||||
name = "About" |
||||
identifier = "about" |
||||
url = "/about/" |
||||
weight = -900 |
||||
[[menu.navbar]] |
||||
[[navbar]] |
||||
name = "Get PEL" |
||||
identifier = "download" |
||||
url = "/download/" |
||||
weight = -800 |
||||
[[menu.navbar]] |
||||
[[navbar]] |
||||
name = "Repos" |
||||
identifier = "repos" |
||||
url = "/repos/" |
||||
weight = -700 |
||||
[[menu.navbar]] |
||||
[[navbar]] |
||||
name = "Community" |
||||
identifier = "community" |
||||
url = "/community/" |
||||
weight = -600 |
||||
[[menu.navbar]] |
||||
[[navbar]] |
||||
name = "Git" |
||||
identifier = "git" |
||||
url = "https://git.powerel.org/" |
||||
weight = -500 |
||||
#[[menu.navbar]] |
||||
#[[navbar]] |
||||
# name = "Bugs" |
||||
# identifier = "bugs" |
||||
# url = "https://bugzilla.powerel.org/" |
||||
# weight = -400 |
||||
|
||||
[params.analytics.piwik] |
||||
URL = "https://stats.vantosh.com" |
||||
ID = "43" |
Loading…
Reference in new issue