-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (53 loc) · 1.17 KB
/
_config.yml
File metadata and controls
62 lines (53 loc) · 1.17 KB
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
# Site settings
title: "Jacques de Vos"
description: "Experiments and experiences in software."
email: jacques@nreality.com
url: "https://jacques.nreality.com"
baseurl: ""
twitter_handle: "@jacdevos"
logo: https://jacques.nreality.com/assets/images/jacdevos300x300.png
# Author
author:
name: Jacques de Vos
email: jacques@nreality.com
# Social
social:
- icon: twitter
url: https://twitter.com/jacdevos
desc: Follow me on twitter
- icon: github
url: https://github.com/jacdevos
desc: Fork me on github
- icon: linkedin
url: https://www.linkedin.com/in/jacdevos
desc: Connect on LinkedIn
# Theme
remote_theme: chesterhow/tale
# Feed settings
feed:
posts_limit: 50
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day/:title
paginate: 50
# Assets
sass:
sass_dir: _sass
style: compressed
# Plugins
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-remote-theme
# Includes
include:
- _pages
# Excludes
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENCE
- vendor