-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
102 lines (87 loc) · 3.46 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
98
99
100
101
102
# Title of your website
title: 'Privacy by Design Foundation'
# The slogan describes your website and is used on homepage in <title> and other important places
slogan: 'Developing and supporting usage of privacy-friendly software'
# The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes.
description: 'The Privacy by Design Foundation develops IRMA: privacy-preserving, user friendly and secure authentication.'
# This URL is the main address for absolute links. Don't include a slash at the end.
url: ''
baseurl: ''
# This URL points directly to the images directory making
# things easier to link to images in posts and templates. It needs a slash at the end.
#
# Example: <img src="{{ site.urlimg }}{{ post.image.title }}" />
# Markdown-Example for posts ![Image Text]({{ site.urlimg }}image.jpg)
urlimg: '/images/'
# Logo size is 600x80 pixels
logo: "logo.png"
socialmedia:
twitter: IRMA_privacy
# Gems
gems:
- jekyll-asciidoc
- jekyll-gist
- jekyll-paginate
# Pagination
paginate: 5 # Paginates all X entries
paginate_path: "blog/page:num" # Pagination path › Important for blog page in /blog/ to work
# Theme works best with Kramdown (using the table of contents function)
markdown: kramdown
permalink: /:categories/:title/
highlight: rouge
excerpt_separator: "<!--more-->"
include: ['.htaccess']
# Exclude these files from your production _site
exclude:
- .sass-cache
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- INSTALL.md
- .DS_Store
- vendor
# The language setting is used in _layouts/default.html for html-settings
language: nl
# Used › default.html front-matter and compress.html
# Options › http://jch.penibelst.de
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
profile: false
ignore:
envs: [development]
# Default Settings
defaults:
-
scope:
path: '' # an empty string here means all files in the project
type: 'pages'
values:
show_meta: false # Hide metadata for all pages
# sidebar: # Possible values › left, right › by default there will be no sidebar
comments: false
author: phlow # Default author for pages
-
scope:
path: ''
type: 'posts'
values:
show_meta: true # Show metadata for all posts
# sidebar: # Possible values › left, right › by default there will be no sidebar
comments: false
author: phlow # Default author for posts
# Favicons and app icons
favicon-32x32: 'favicon-32x32.png'
touch-icon-192x192: 'touch-icon-192x192.png'
apple-touch-icon-180x180-precomposed: 'apple-touch-icon-180x180-precomposed.png'
apple-touch-icon-152x152-precomposed: 'apple-touch-icon-152x152-precomposed.png'
apple-touch-icon-144x144-precomposed: 'apple-touch-icon-144x144-precomposed.png'
apple-touch-icon-120x120-precomposed: 'apple-touch-icon-120x120-precomposed.png'
apple-touch-icon-114x114-precomposed: 'apple-touch-icon-114x114-precomposed.png'
apple-touch-icon-76x76-precomposed: 'apple-touch-icon-76x76-precomposed.png'
apple-touch-icon-72x72-precomposed: 'apple-touch-icon-72x72-precomposed.png'
apple-touch-icon-precomposed: 'apple-touch-icon-precomposed.png'
msapplication_tileimage: 'msapplication_tileimage.png' # Size 144x144
msapplication_tilecolor: '#fabb00'