This repository was archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
99 lines (88 loc) · 1.71 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
# General
title: Twintigers aan Z
description: >-
Theatergroep Twintigers aan Z uit Enschede
locale: nl_NL
tagline: >-
Dé theatergroep voor Twentse jongeren tussen de 20 en 30
# Paths
baseurl: ''
url: "https://twintigersaanz.nl"
# Options
darkMode: true
showTags: true
showAuthors: false
showCategories: true
showSearch: false
showSharePost: false
showFavIcon: true
showComments: false
showCookieBanner: false
useExternalContactForm: true
useAnalytics: true
# Third Party / Social
email: [email protected]
facebook: 'https://facebook.com/twintigersaanz'
# twitter: ''
instagram: 'https://www.instagram.com/twintigersaanz/'
formspree: https://formspree.io/f/mzboqenj
googleAnalyticsTrackingCode: G-F8KY7CY4VB
# disqusID: ''
# twitterHandle: ''
google-site-verification: 4l-e1BYeCyWync1MWfS_3Pjp-Jn54WwCyZJvLWLf7nM
# Collections
collections:
projects:
output: true
category:
output: true
tag:
output: true
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
comments: "true"
- scope:
path: ""
type: "pages"
values:
showInMenu: true
- scope:
path: ""
type: "projects"
values:
layout: "project"
- scope:
path: ""
type: "category"
values:
layout: "category"
- scope:
path: ""
type: "tag"
values:
layout: "tag"
- scope:
path: ""
values:
layout: "default"
# Permalinks
permalink: "/:categories/:year/:month/:day/:title/"
# Pagination
paginate: 10
paginate_path: "/news/page:num/"
# Includes
include: ["_pages"]
# Post Separator
excerpt_separator: <!--more-->
# Assets
sass:
sass_dir: _sass
style: compressed
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap