-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
57 lines (49 loc) · 1.14 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# see https://gohugo.io/getting-started/configuration/ for list of options
baseURL = "https://phpinternal.github.io/wiki/"
#relativeURLs = true
languageCode = "en-us"
title = "PHP RFC's"
theme = "php"
description = "PHP Experimental Wiki Replacement"
timezone = "Europe/London"
footnoteReturnLinkContents = "^"
enableGitInfo = true
enableRobotsTXT = true
[params]
css = [ "css/wiki.css" ]
highlight = true
# highlightStyle = "solarized-dark"
highlightStyle = "github-gist"
highlightLanguages = ["php"]
githubRepository = "brzuchal/php-dev"
[sitemap]
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5
[taxonomies]
status = "statuses"
[menu]
[[menu.main]]
identifier = "index"
name = "Start"
pre = "<i class='fa fa-home'></i>"
url = "/"
weight = -1000
[[menu.main]]
name = "RFC"
post = "<i class='fa fa-check'></i>"
url = "/rfc/"
weight = -100
[[menu.main]]
name = "Pages"
post = "<i class='fa fa-file'></i>"
url = "/rfc/"
weight = -100
[[menu.icon]]
url = "https://github.com/php/php-rfcs"
name = "github"
weight = 2
[[menu.icon]]
url = "https://twitter.com/official_php"
name = "twitter"
weight = 3