-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (45 loc) · 1.06 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
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: /:title
# Setup
title: peckto
tagline: 'Projects'
description: 'My projects.'
url: https://www.peckto.de
commentsystem: false
disqus: example
author:
name: 'Tobias Specht'
url: https://www.peckto.de
paginate: 5
# Custom vars
#icon: /assets/images/icon.png
cover: /assets/images/cover.jpg
social:
# - icon: twitter
# url: https://twitter.com/iancamporez
# desc: Follow me on twitter
- icon: github
url: https://github.com/peckto
desc: Fork me on github
# - icon: googleplus-alt
# url: https://google.com/+tospecht
# desc: Add me on google+
# - icon: feed
# url: http://camporez.com/atom.xml
# desc: Subscribe to my feed
menu:
- title: Home
url: /
- title: About
url: /about.html
copyright:
author: peckto
url: https://www.peckto.de
type_title: Some rights reserved
type_url: http://creativecommons.org/licenses/by-nc/2.5
# Google Analytics (add the UA Code, e.g.: UA-xxxxxxxx-1)
#google_analytics:
plugins: [jekyll-paginate]