forked from Libera-Chat/libera-chat.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
58 lines (50 loc) · 958 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
title: Libera Chat
description: A next-generation IRC network for FOSS projects collaboration!
baseurl: ""
url: https://libera.chat
twitter:
username: liberachat
card: summary
facebook:
publisher: liberachat
mastodon:
username: liberachat
instance: fosstodon.org
irc:
plaintext:
name: irc.libera.chat:6667 (plaintext)
link: irc://irc.libera.chat:6667
tls:
name: irc.libera.chat:6697 (TLS)
link: ircs://irc.libera.chat:6697
collections_dir: content
permalink: /:name
collections:
guides:
output: true
permalink: /:collection/:name
posts:
output: true
permalink: /news/:title
feed:
path: atom.xml
defaults:
- scope:
path: ""
type: guides
values:
layout: guides
- scope:
path: ""
type: posts
values:
layout: article
- scope:
path: ""
values:
layout: default
locale: en_GB
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap