forked from freenode/web-7.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
44 lines (44 loc) · 990 Bytes
/
config.yml
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
name: freenode
absolute-url: 'https://freenode.net/'
COPYRIGHT: "© 2016-2021, freenode"
DESCRIPTION: "freenode.net - Supporting Free and Open Source Software Communities since 1998"
GITHUB_URL: "https://github.com/freenode/web-7.0"
SOCIAL:
- name: Twitter
icon: twitter
link: 'https://twitter.com/freenodestaff'
- name: Facebook
icon: facebook
link: 'https://www.facebook.com/freenode-366911233325305/'
FOOTER:
!include config/footer.yml
theme: templates
output: out
content-root: content
ignore:
- '.*'
modules:
- name: 'null'
map:
index: index.html
archive: artlist.html
- name: 'blog'
id: 'news'
source: news
root: news
- name: 'feed'
title: 'freenode news'
description: ''
module: 'news'
output: 'news'
- name: 'pages'
source: pages
root: ''
- name: 'faq'
source: kb
root: 'kb/answer'
index_root: 'kb'
indexes:
!include config/kb.yml
resources:
!include config/build.yml