forked from ScreepsPlus/site-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
42 lines (37 loc) · 798 Bytes
/
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
baseURL: "http://example.org/"
languageCode: "en-us"
title: "ScreepsPlus"
theme: "blackburn"
canonifyurls: true
paginate: 10
enableEmoji: true
indexes:
tag: "tags"
topic: "topics"
params:
subtitle: "Improving Screeps one graph at a time"
brand: "ScreepsPlus"
custom_css: ["css/my.css"]
# custom_js: ["js/my.js"]
menu:
main:
- name: "Home"
pre: "<i class='fa fa-home fa-fw'></i>"
weight: 1
identifier: "home"
url: "/"
- name: "Posts"
pre: "<i class='fa fa-list fa-fw'></i>"
weight: 2
identifier: "post"
url: "/post/"
- name: "Wiki"
pre: "<i class='fa fa-book fa-fw'></i>"
weight: 4
identifier: "wiki"
url: "https://wiki.screepspl.us"
social:
twitter: "ags131"
github: "ScreepsPlus"
patreon: "ags131"
slack: "C2FD5CGJV"