forked from elixirschool/elixirschool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
83 lines (73 loc) · 1.44 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
75
76
77
78
79
80
81
82
83
# Setup
name: ElixirSchool
url: https://elixirschool.com
permalink: /blog/:title/
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
- jekyll-archives
# Markdown Config
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Assets
exclude: ['config.ru', 'CONTRIBUTING.md', 'Gemfile', 'Gemfile.lock', 'GLOSSARY', 'Procfile', 'Rakefile', 'README.md', 'vendor', 'LICENSE']
assets:
compress:
css: sass
js: uglifier
digest: true
sources:
- _assets/images
- _assets/javascripts
- _assets/stylesheets
- _assets/fonts
sitemap:
file: '/sitemap.xml'
include_posts:
- '/index.html'
change_frequency_name: 'change_frequency'
priority_name: 'priority'
elixir:
version: 1.10.1
erlang:
OTP: 22.0
erts: 10.5.3
jekyll-archives:
enabled: ['categories', 'tags', 'year']
layout: archive
permalinks:
year: '/blog/years/:year/'
category: '/blog/categories/:name/'
tag: '/blog/tags/:name/'
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: []