-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
58 lines (54 loc) · 1.02 KB
/
_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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
title: Solanum IRCd
lang: en_UK
# email: [email protected]
description: >-
Solanum is the upcoming IRCd that's being shepherded on by a collaboration of
Libera Chat and OFTC staff.
url: https://solanum.chat
github_username: solanum-ircd
logo: /img/solanum.optimised.svg
paginate: 10
paginate_path: "/news/page:num/"
defaults:
- scope:
path: ""
type: "posts"
values:
layout: post
- scope:
path: ""
type: "spec"
values:
layout: page
- scope:
path: ""
type: "doc"
values:
layout: page
collections:
spec:
output: true
permalink: /:collection/:name
name: Specifications
doc:
output: true
permalink: /:collection/:name
name: Documentation
posts:
output: true
permalink: /news/:year/:month/:day/:slug
name: News
slug: news
include:
- _redirects
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- package-lock.json
- README.md
- postcss.config.js
- purgecss.config.js
- netlify.toml
- bin
- .gitignore