-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (40 loc) · 1.24 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
# Dependencies
markdown: kramdown
# Permalinks
permalink: /article/:title
# Setup
title: Patrick Münch Blog
tagline: 'blog'
description: 'Patrick Münch Blog'
url: http://atomic111.github.io
baseurl:
commentsystem: google
disqus: example
author:
name: Patrick Münch
url: https://twitter.com/atomiczero111
paginate: 5
# Custom vars
icon: /assets/images/logo.jpeg
cover: /assets/images/cover.jpeg
social:
- icon: twitter
url: https://twitter.com/atomiczero111
desc: Follow me on twitter
- icon: github
url: https://github.com/atomic111
desc: Fork me on github
menu:
- title: Home
url: /
copyright:
author: Patrick Münch
url: http://atomic111.github.io
type_title: All rights reserved
# type_title: Some rights reserved
# type_url: http://creativecommons.org/licenses/by-nc/2.5
parallax: true
# Google Analytics (add the UA Code, e.g.: UA-xxxxxxxx-1)
google_analytics: UA-114726397-1
# Default Theme Color for Chrome on Android Lollipop (Use RGB ColorCode without `#`, e.g.: `db5945`)
theme_color: 7E9576