-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy path_config.yml
97 lines (78 loc) · 1.88 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: "/:title/"
highlighter: pygments
timezone: Europe/Helsinki
# Default YAML frontmatter settings
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: true
# Tagging settings
tag_title_prefix: "Posts tagged #"
tag_title_suffix: ""
# Facebook settings
fb_admins: 606660677
avatar: "/public/images/me_hires.png"
locale: en_US
# Image settings
image_base: /public/images/
# Do not copy these file to the output directory
exclude: ["transfer.sh", README.md]
#fb_appid: 337414769782635
# Setup
title: Vitaly Repin
tagline: Sapere aude!
url: "http://vrepin.org"
paginate_l: 4
baseurl: "/vr"
paginate_langs: ["en", "sv", "ru"]
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Vitaly Repin
url: https://twitter.com/vitalyrepin
email: [email protected]
# Custom vars
version: 1.0.0
github:
repo: https://github.com/vitalyrepin/vrepinblog
# Google sitemap generation
gems:
- jekyll-sitemap
- jekyll-paginate
# Conversion
markdown: redcarpet
excerpt_separator: "<!--break-->"
redcarpet:
extensions: ["footnotes"]
kramdown:
auto_ids: true
pages_list:
About: '/vr/about/'
Hobby projects: '/vr/hobbies/'
Tags: '/vr/tags/'
Feed: '/vr/atom.xml'
picture:
source: "_assets/imgs/_fullsize"
output: "generated"
markup: "picture"
presets:
default:
ppi: [1, 1.5, 2]
source_medium:
media: "(min-width: 40em)"
width: "640"
source_small:
height: "100"
source_default:
width: "640"