-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (44 loc) · 1.1 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
# Site settings
title: p-jo github
email: [email protected]
# description: "Activist & Web Consultant. Guiding progressive organisations in the digital world."
url: http://petterjoelson.com
twitter:
username: p_jo
facebook:
publisher: petter.joelson
logo: /public/logo.png
social:
links:
- "https://medium.com/@p_jo"
- "https://twitter.com/p_jo"
- "https://www.facebook.com/petter.joelson"
- "https://github.com/p-jo"
- "https://flipboard.com/@p_jo"
- "https://www.linkedin.com/in/petterjoelson"
baseurl: ""
# Build settings
markdown: kramdown
# relative_permalinks: true
permalink: pretty
gems:
- jekyll-seo-tag
# Get JSON-files
# jekyll_get:
# - data: projects
# json: 'https://secure.are.na/v2/channels/portfolio--14'
# cache: true
# Multilingual settings
# See https://github.com/tristen/multilingual
# permalink: /:categories/:title
# languages:
# - name: 'English'
# key: 'en'
# - name: 'Español'
# key: 'es'
# Prose settings
# See https://github.com/prose/prose/wiki
prose:
rooturl: '_posts'
# Settings
exclude: [".sass-cache", "bower_components", "Rakefile"]