-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
118 lines (107 loc) · 2.54 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: [ "Güsel", "Güssl", "Güssel", "Güsl", "Gösu", "güzl", "güzzl", "güsäl" ]
logo:
- "img/logo-01.png"
- "img/logo-02.png"
- "img/logo-03.png"
- "img/logo-04.png"
- "img/logo-05.png"
- "img/logo-06.png"
- "img/logo-07.png"
- "img/logo-08.png"
- "img/logo-09.png"
- "img/logo-10.png"
- "img/logo-11.png"
- "img/logo-12.png"
- "img/logo-13.png"
- "img/logo-fusl.png"
- "img/logo-pfnusel.png"
- "img/logo-schuessl.png"
email: guesl@outlook.com
description: > # this means to ignore newlines until "baseurl:"
Güssel/Güsel/Güssl/Gösu-Band-Homepage. Grümpel Punk Band us Zug.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://xn--gssl-0ra.ch" # the base hostname & protocol for your site
github_username: mogria
encoding: utf-8
pagination:
enabled: true
collection: 'posts'
title: ' - siite :num'
category: 'uftritt'
per_page: 5
# Build settings
markdown: kramdown
# Data Collections:
collections:
songs:
output: true
permalink: "/:collection/:path:output_ext"
zines:
output: true
permalink: "/:collection/:path:output_ext"
# sitemap plugin configuration
sitemap:
filename: "/sitemap.xml"
exclude:
- "/feed.xml"
- "/css/main.scss"
- "/js/main.js"
include_posts:
- "/index.html"
collections:
- "posts"
- "songs"
- "zines"
defaults:
-
scope:
path: "zines/*/orig/*"
values:
sitemap: false
-
scope:
path: "img/orig/*"
values:
sitemap: false
-
scope:
path: "admin/*"
values:
sitemap: false
sass:
style: compressed
# Files which should not be copied over to _site
exclude:
- "bin"
- "deploy"
- "LICENSE"
- "README.md"
- "gemset.nix"
- "guezzlpage.nix"
- "default.nix"
- "Gemfile"
- "Gemfile.lock"
- "composer.json"
- "composer.lock"
- "vendor"
- "img/orig/*.xcf"
- "img/orig/*.pdf"
- "_zines/das_buch_der_ofen_barsung/orig/*.xcf"
- "_zines/das_buch_der_ofen_barsung/orig/*.pdf"
include:
- ".well-known"
# condifiguration for jekyll language plugin
language_data: data.lang.%%
language_includes_dir: _i18n
# Jekyll Plugins
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-email-protect