-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
48 lines (41 loc) · 903 Bytes
/
_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
title: Meziklasí 🌾🏘️🌾
email: vesnice@meziklasi.cz
description: >-
Tato stránka je dedikována mýtické vesnici Meziklasí,
nacházející se ve středu a v pátek na východě České republiky.
url: "https://meziklasi.cz"
baseurl: ""
permalink: /:categories/:title/
markdown: kramdown
show_related: true
plugins:
- jekyll-sitemap
- jektex
jektex:
cache_dir: ".jekyll-cache"
ignore: ["*.xml", "*.css", "*.sass", "*.svg", "*.js", "*.map"]
macros:
- ["\\Q", "\\mathbb{Q}"]
picture:
source: "assets/img"
output: "assets/img/generated"
suppress_warnings: true
ignore_missing_images: true
nomarkdown: false
exclude:
- "*.gemspec"
- "*.gem"
- "Gemfile"
- "Gemfile.lock"
- "LICENSE"
- "README.md"
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"