forked from samesies/barber-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
80 lines (73 loc) · 1.47 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
# Site/SEO settings
email: [email protected]
baseurl: ""
permalink: /:title/
google_analytics:
name: Samuel Heinrich Spiker
title: Spiker's Berlin
description: >
Digital edition of Samuel Spiker's 1833 Berlin und seine Umgebungen im neunzehnten Jahrhundert
url: https://www.spikers-berlin.org
twitter_username: sammeltassen
default_img: /assets/images/spiker-thumbs/02a.jpg
social:
- name: twitter
url: https://twitter.com/sammeltassen
- name: github
url: https://github.com/sammeltassen
# Contact settings
contact_img:
formcarry:
# Disqus settings
disqus:
# MailChimp settings
mailchimp_action:
mailchimp_input:
# Author settings
author:
- name: Samuel Heinrich Spiker
bio:
url: https://de.wikipedia.org/wiki/Samuel_Heinrich_Spiker
# Pagination settings
pagination:
enabled: true
debug: false
per_page: 12
permalink: '/page/:num/'
title: ':title'
limit: 0
sort_field: 'date'
sort_reverse: false
autopages:
enabled: true
categories:
enabled: false
collections:
enabled: false
tags:
layouts:
- 'tag.html'
title: 'Tag'
permalink: '/tag/:tag'
slugify:
mode: raw
cased: true
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate-v2
- jekyll-sitemap
- jekyll-email-protect
compress_html:
clippings: all
comments: all
startings: [html, head, body]
exclude:
- node_modules
- .DS_Store
- barber.jpg
- Gemfile
- Gemfile.lock
- gulpfile.js
- package.json
- README.md