-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
56 lines (48 loc) · 1020 Bytes
/
_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
title: Arthur Hammer
description: iOS Developer
author:
name: Arthur Hammer
email: [email protected]
github: https://github.com/arthurhammer
instagram: https://instagram.com/ar.hammer
repo: https://github.com/arthurhammer/arthurhammer.de
# jekyll-seo-tag
social:
links:
- https://github.com/arthurhammer
- https://instagram.com/ar.hammer
- https://stackoverflow.com/users/4994382
google_site_verification: knvANMeDeDlyFLBmV6H8_CZyVgm0ODw1ZEJEmYh2JQM
# Build
url: "https://arthurhammer.de"
permalink: /:year/:month/:title/
host: 0.0.0.0
excerpt_separator: <!--more-->
include:
- .htaccess
- _pages
exclude:
- _private
- README.md
- LICENSE
- vendor
- Gemfile
- Gemfile.lock
defaults:
-
scope:
path: "" # empty for all files
values:
layout: "post"
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
- jekyll/minibundle
# jekyll-paginate
paginate: 8
paginate_path: "/:num/"