-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yaml
69 lines (62 loc) · 1.46 KB
/
config.yaml
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
58
59
60
61
62
63
64
65
66
67
68
69
languageCode: "en-us"
title: "ScreepsPlus"
# theme: "blackburn"
theme: ScreepsPlus
# baseURL: https://screepspl.us/
canonifyurls: false
paginate: 10
enableEmoji: true
enableGitInfo: true
indexes:
tag: "tags"
topic: "topics"
params:
subtitle: ""
brand: "ScreepsPlus"
custom_css: ["css/my.css"]
description: "ScreepsPlus Graphs and Servers"
# custom_js: ["js/my.js"]
menu:
main:
- name: "Services"
pre: "<i class='fa fa-chevron-right fa-fw'></i>"
itentifier: "services"
weight: 10
- name: "External"
pre: "<i class='fa fa-external-link fa-fw'></i>"
weight: 50
- name: "Home"
pre: "<i class='fa fa-home fa-fw'></i>"
weight: 1
identifier: "home"
url: "/"
- name: "Forum"
pre: "<i class='fa fa-comments fa-fw'></i>"
weight: 80
identifier: "forum"
url: "https://screeps.com/forum/category/25/screepsplus"
parent: External
- name: "Wiki"
pre: "<i class='fa fa-book fa-fw'></i>"
weight: 50
identifier: "wiki"
url: "https://wiki.screepspl.us"
parent: External
- name: Account
pre: "<i class='fa fa-user fa-fw'></i>"
weight: 90
- name: 'Signin/Logout'
pre: "<i class='fa fa-sign-in fa-fw'></i>"
weight: 10
url: "/login"
parent: Account
- name: 'Grafana'
pre: "<i class='fa fa-line-chart fa-fw'></i>"
url: "/grafana"
parent: Account
social:
twitter: "ags131"
github: "ScreepsPlus"
patreon: "ags131"
#slack: "C2FD5CGJV"
discord: "RjSS5fQuFx"