-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
68 lines (57 loc) · 1.35 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
# Site settings
timezone: Europe/Berlin
baseurl: '' # the subpath of your site, e.g. '' or '/staging'
url: 'https://www.cginternals.de' # the base hostname & protocol for your site
title: 'CG Internals'
author: 'CG Internals, Potsdam, Germany'
google_font_sans_serif: 'Source+Sans+Pro:600,300'
google_font_monospace: 'Source+Code+Pro:400'
# Handling Reading
safe: true
encoding: utf-8
# Conversion
#gems: [ redcarpet ]
# Make redcarpet behave like GitHub Flavored Markdown
#extensions: [ "tables", "autolink", "strikethrough", "space_after_headers", "with_toc_data", "fenced_code_blocks", "no_intra_emphasis", "superscript" ]
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
# Outputting
exclude: [
'.htpasswd',
'_assets',
'node_modules',
'gitrev.js',
'package.json',
'rawup.js',
'README.md',
'setup.bat',
'uncssmin.js',
'update.bat',
'update.sh',
'update.m03p.sh',
'vendor']
include: [
'.htaccess']
defaults:
- scope:
path: ''
values:
lang: en
- scope:
path: _posts/blog-en
values:
lang: en
permalink: en/blog/:year-:month-:day-:title.html
- scope:
path: _posts/press-en
values:
lang: en
permalink: en/press/:year-:month-:day-:title.html
# CSS Minification
sass:
style: compressed