-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
57 lines (52 loc) · 1.16 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
# Site settings
title: Automat Berlin GmbH
email: [email protected]
author: Automat Berlin GmbH
description: "Find senior software engineers, experienced agile practitioners and a valuable tech partner network at Automat Berlin. We code your solution!"
baseurl: ""
url: "https://automat.berlin"
date_format: "%b %-d, %Y"
# Social icons
github_username:
bitbucket_username:
stackoverflow_id:
twitter_username:
skype_username:
steam_nickname:
google_plus_id:
linkedin_username:
angellist_username:
medium_id:
bitcoin_url:
paypal_url:
flattr_button:
text:
post:
updated: 'Updated'
minute_read: 'minute read'
related_posts: 'Related Posts'
og_locale: 'en_US'
collections:
jobs:
output: true
# Build settings
markdown: kramdown
kramdown:
default_lang: javascript
footnote_nr: 1
toc_levels: 1..6
highlighter: rouge
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: pretty
paginate: 5
paginate_path: "/posts/page:num/"
sass:
compressed: true
gems:
- jekyll-sitemap
# https://github.com/jekyll/jekyll/issues/2938
exclude: [vendor]
plugins:
- jekyll-paginate
- jekyll-sitemap