-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (53 loc) · 1.02 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
# Site settings
encoding: "utf-8"
timezone: Europe/Warsaw
lang: "pl-PL"
locale: "pl-PL"
languages: ["en", "pl"]
cookie_lang: "hl"
incremental: true
layouts_dir : _layouts
includes_dir : _includes
title: "Blokada zdalna"
author:
name: "Blokada zdalna"
url: https://github.com/blokada-zdalna-pl
seo:
type: "Organization"
links:
- https://blokadazdalna.pl/
- https://github.com/blokada-zdalna-pl/
defaults:
- scope:
path: "./_pages/"
type: "pages"
values:
layout: "single"
- scope:
path: "./_pages/pl/"
type: "pages"
values:
layout: "single"
lang: "pl-PL"
locale: "pl-PL"
language: "pl"
exclude:
- ".github/"
- ".history/"
- "TODO.md"
- "README.md"
- "Makefile"
- ".jekyll-cache"
- "LICENSE"
- "CNAME"
- "Gemfile"
- "Gemfile.lock"
- "/.tmp/"
include:
- "_pages"
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-include-cache
- jekyll-seo-tag