-
-
Notifications
You must be signed in to change notification settings - Fork 102
/
_config.yml
83 lines (72 loc) · 1.32 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
title: Libera Chat
description: A next-generation IRC network for FOSS projects collaboration!
baseurl: ""
url: https://libera.chat
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
facebook:
publisher: liberachat
mastodon:
username: liberachat
instance: fosstodon.org
bluesky:
profile: libera.chat
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
minutes:
output: true
permalink: /:collection/:year-:month-:day-:title
feed:
path: atom.xml
collections:
minutes:
path: "/minutes/atom.xml"
defaults:
- scope:
path: ""
type: guides
values:
layout: guides
seo:
type: TechArticle
- scope:
path: ""
type: posts
values:
layout: article
seo:
type: Article
- scope:
path: ""
type: minutes
values:
layout: article
seo:
type: Article
- scope:
path: ""
values:
layout: default
locale: en_GB
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
include:
- .well-known