generated from oinam/oinam-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 49
/
_config.yml
62 lines (51 loc) · 1.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
title: Verschwörhaus bleibt
description: Offener Brief an die Stadtverwaltung Ulm
# Set this to your domain; baseurl is for the folder in your domain, if you have one -- `blog`.
# you can leave both of them blank if you are deploying on a top-level domain.
url: https://verschwoerhaus-bleibt.de
# footer
footer:
credit: false
custom: true
# if above footer:custom is 'true', then this will be printed instead
footer_custom: 'Der Text dieses Briefes wurde unter CC BY-SA veröffentlicht.'
layout:
theme: default # default, vintage, nord
theme_switch: true # enable or disable user toggle switch between light and dark theme
link_new_tab: true # should external links open in a new tab (true) or in the current tab (false)
# styles
# include only the styles you want [true | false]
styles:
font_family: sans # serif, sans (default)
forms: true
markdown: kramdown
highlighter: rouge
permalink: pretty
permalink: /:title/
sass:
sass_dir: /assets/css/_sass
style: compressed # nested, compact, expanded or compressed
sourcemap: never
plugins:
- jekyll-optional-front-matter # https://github.com/benbalter/jekyll-optional-front-matter
- jekyll-titles-from-headings # https://github.com/benbalter/jekyll-titles-from-headings/
- jekyll-seo-tag
titles_from_headings:
enabled: true
strip_title: true
collections: true
exclude:
- .jekyll-cache/
- .sass-cache/
- Gemfile
- Gemfile.lock
- gemfiles/
- LICENSE
- netlify.toml
- node_modules/
- oinam-jekyll-*.*
- oinam-jekyll.gemspec
- README.*
- server
- vendor/
- .sass-cache/