forked from elixirschool/elixirschool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
74 lines (65 loc) · 1.17 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
# Setup
baseurl: /
url: https://elixirschool.com
permalink: pretty
default_lang: en
exclude_from_localization: []
# Author
author:
name: Sean Callan
url: seancallan.com
email: [email protected]
twitter: doomspork
github: doomspork
plugins:
- jekyll-assets
- jekyll-redirect-from
- jekyll-sitemap
- kramdown
- uglifier
# Markdown Config
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Assets
exclude: ['config.ru', 'Gemfile', 'Gemfile.lock', 'Procfile', 'Rakefile', 'vendor']
assets:
compress:
css: sass
js: uglifier
digest: true
sources:
- _assets/images
- _assets/javascripts
- _assets/stylesheets
- _assets/fonts/icomoon
sitemap:
file: '/sitemap.xml'
include_posts:
- '/index.html'
change_frequency_name: 'change_frequency'
priority_name: 'priority'
elixir:
version: 1.5.2
erlang:
OTP: 20
erts: 9.1
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
-
scope:
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"
# Helpers
empty_array: []