-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
69 lines (55 loc) · 1.04 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
encoding: utf-8
timezone: Europe/Stockholm
exclude: [LICENSE, README.md, Gemfile, Gemfile.lock, vendor]
permalink: /:categories/:year/:month/:title/
languages: [en, sv]
nav: [home, about]
url: http://hexagenic.net
relative_permalinks: false
solarizedTheme: dark
author:
full_name: Mattias Hermansson
email: [email protected]
gplus: https://www.google.com/+MattiasHermanssonHexagenic
# Scopes
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: ""
type: posts
values:
type: posts
- scope:
path: ""
type: pages
values:
type: pages
- scope:
path: _posts/ja
values:
lang: ja
- scope:
path: _posts/en
values:
lang: en
- scope:
path: _posts/sv
values:
lang: sv
# Generators
highlighter: pygments
sass:
style: :compressed
markdown: redcarpet
redcarpet:
extensions: ['smart', 'superscript']
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
#gems:
# - jekyll-redirect-from
# - jemoji