forked from themefisher/airspace-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_config.yml
48 lines (38 loc) · 1011 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
exclude:
- "/vendor/"
- "Gemfile"
- "Gemfile.lock"
- "README.md"
- "LICENSE.md"
- "*.gemspec"
- "publish.sh"
- "worknenjoy.iml"
- ".git"
- ".gitignore"
- "publish.sh"
gems:
- jekyll-multiple-languages-plugin
languages: ["en", "pt-BR"]
#exclude_from_localizations: ["javascript", "images", "css"]
# Site settings
title: Work n Enjoy
subtitle: "A Startup that create solutions for remote working"
url: "http://worknenjoy.com" # the base hostname & protocol for your site
baseurl: "" # Set this value to "" if you want your site to be root
cover: "/assets/cover.png"
logo: "/assets/logo.png"
timezone: null
show_drafts: true
limit_posts: 0
future: false
unpublished: true
# Build settings
markdown: kramdown
# Google analytics
ga_tracking_id: "UA-114655639-2"
# Category descriptions (for archive pages)
descriptions:
- cat: jekyll
desc: "Posts describing Jekyll setup techniques."
- cat: dummy
desc: "Just some placeholder posts, lorem ipsum and the rest."