-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
104 lines (95 loc) · 2.47 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
title: Wilder Journal by Platoniq
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
This first edition of the Wilder Journal is dedicated to understanding contemporary challenges to democracy and experimenting with the tools and practices to overcome them.
baseurl: "" # "/journal-content" # the subpath of your site, e.g. /blog
url: "https://journal.platoniq.net" # the base hostname & protocol for your site, e.g. http://example.com
analytics_id: G-LLGWB6TLNS
repository: "https://github.com/Platoniq/wilder-journal"
logo: media/logo-platoniq_xxss.png
twitter:
username: platoniq
card: summary_large_image
image:
path: /media/volumes/social/cover-01.png
# Build settings
theme: jekyll-theme-platoniq-journal
timezone: Europe/Madrid
collections:
archives:
output: true
custom_permalink_placeholders: ["locale", "volume-uid", "category", "uid"]
permalink: /:locale/:volume-uid/:category/
articles:
output: true
custom_permalink_placeholders: ["locale", "volume-uid", "category","uid"]
permalink: /:locale/:volume-uid/:category/:uid/
authors:
output: false
call_to_actions:
output: false
volumes:
output: true
custom_permalink_placeholders: ["locale", "uid"]
permalink: /:locale/:uid/
pages:
output: true
custom_permalink_placeholders: ["locale", "uid"]
permalink: /:locale/:uid/
stickers:
output: false
sticker_packs:
output: true
custom_permalink_placeholders: ["locale", "volume-uid"]
permalink: /:locale/:volume-uid/stickers/
# Document defaults
defaults:
- scope:
path: ""
values:
layout: "default"
locale: es
- scope:
path: "*/en/*"
values:
locale: "en"
- scope:
path: "*/es/*"
values:
locale: "es"
- scope:
type: volumes
values:
layout: "journal"
author: "Platoniq"
- scope:
type: articles
values:
layout: "article"
author: "Platoniq"
- scope:
type: sticker_packs
values:
layout: "sticker_pack"
author: "Platoniq"
- scope:
type: pages
values:
layout: "page"
author: "Platoniq"
- scope:
path: "media"
values:
media: true
exclude: [Gemfile, Gemfile.lock, README.md, LICENSE.txt, .editorconfig]
# Plugins
plugins:
- jekyll-redirect-from
- jekyll-loading-lazy
- jekyll-target-blank
- jekyll-sitemap
target-blank:
add_css_classes: link-external
noopener: true
noreferrer: true
rel: nofollow