-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
65 lines (55 loc) · 1.31 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
# Site settings
title: Essex Workshop
email: [email protected]
description: "A boilerplate set up to create a bilingual Jekyll website from Wiredcraft"
keywords:
- Jekyll
# URL
url: "https://krisztian-hofstadter-tedor.github.io/jekyll-multiling" # to add;
baseurl: ""
# Google tracking (Analytics and Google Tag Manager)
# google_tag_manager: GTM-XXXXXX
# google_analytics: UA-XXXXXXX-X
# SEO
# twitter: wiredcraft
# facebook: https://www.facebook.com/teamwiredcraft
# logo: /assets/logo.png
# image: /assets/logo.png
# social:
# - https://www.facebook.com/teamwiredcraft
# - https://twitter.com/wiredcraft
# - https://www.linkedin.com/company/wiredcraft
# - https://github.com/wiredcraft
# - https://weibo.com/1970385015/
# Sitemap (see sitemap.xml)
sitemap:
changefreq: weekly
# Build settings
exclude: ['README.md', 'Makefile']
# Collections
permalink: /:categories/:title/
defaults:
- scope:
path: ""
type: posts
values:
layout: post
class: post
- scope:
path: ""
type: drafts
values:
layout: post
class: post
# Plugins
plugins:
- jekyll-sitemap
# Multiligual
lang:
- en
# - fr
- zh
# Version (helps with force reloading assets)
version: sparkle
# Jekyll+ (not useful if you're running on GitHub pages)
# jekyllplus: Wiredcraft/jekyll-basics/master