-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (65 loc) · 2.44 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
################################################################################
# Site settings #
################################################################################
title: Kladde
description: Dies. Das. Einfach verschiedene Dinge.
lang: de_DE
author: chhch
date_format: "%d.%m.%Y"
################################################################################
# Default Settings #
# for more settings see #
# https://jekyllrb.com/docs/configuration/#default-configuration #
# https://git.io/v5E3u #
################################################################################
# Handling Reading
safe: true # cannot changed
exclude:
- docker-compose.yaml
- Gemfile
- Gemfile.lock
# Filtering Content
future: false # changed
# Plugins, see https://git.io/v5EO0
plugins:
# must explcit be loaded
# - jekyll-avatar
- jekyll-feed
# - jekyll-mentions
# - jekyll-redirect-from
- jekyll-seo-tag
# - jekyll-sitemap
- jemoji
# - jekyll-include-cache
# - jekyll-octicons
# - jekyll-remote-theme
# already loaded
# - jekyll-coffeescript
# - jekyll-commonmark-ghpages
# - jekyll-default-layout
# - jekyll-gist
# - jekyll-github-metadata
# - jekyll-optional-front-matter
# - jekyll-paginate
# - jekyll-readme-index
# - jekyll-relative-links
# - jekyll-titles-from-headings
gist:
noscript: false # cannot changed
# Conversion
markdown: kramdown # can changed (CommonMarkGhPages)
highlighter: rouge # cannot changed
lsi: false # cannot changed
incremental: false # cannot changed
# Outputting
permalink: pretty
# Theme
theme: jekyll-theme-primer # can changed
# Markdown Processors
kramdown:
template: "" # cannot changed
math_engine: mathjax # cannot changed
syntax_highlighter: rouge # cannot changed
input: GFM # can changed
hard_wrap: false # can changed
gfm_quirks: paragraph_end # can changed