forked from streetturtle/jekyll-clean-dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
53 lines (41 loc) · 1.53 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
# Jekyll configuration
name: Benjamin R. Balzer
description: Web/Software Developer in training
# Url is currently only used only for the RSS feed in feed.xml
url: Benjamin-R-Balzer.github.io
#url: http://localhost:4000
# For a project page here should be a project name. Otherwise (for user's/organizaion's page leave it empty)
baseurl: ''
social:
dribbble:
email: [email protected]
facebook: benjamin.balzer.92
flickr:
github: Benjamin-R-Balzer
instagram:
linkedin: benjamin-balzer-b7449310
pinterest:
rss: # just type anything here for a working RSS icon
twitter:
stackoverflow: users/5831343/benjamin-balzer
youtube: # channel/<your_long_string> or user/<user-name>
googleplus: u/0/114447791868815062745 # anything in your profile username that comes after plus.google.com/
spotify: OtterProper
rss: feed.xml
# Google Analytics key, leave blank to ignore
google_analytics_key: UA-73055799-1
# Yandex metrika (https://metrica.yandex.com/) leave blanc to ignore or put true to use
yandex_metrica:
# Set this to your disqus shortname to enable comments. Note that the 'comments'
# setting below must also be true. Individual posts can override 'comments' to
# disable on a post-by-post basis
disqus: OtterProper
comments: true
permalink: /:year/:month/:title
# Enable for using pages, more details are here: http://jekyllrb.com/docs/pagination/
#paginate: 3
highlighter: pygments
markdown: kramdown
kramdown:
input: GFM # Enable GitHub Flavored Markdown (fenced code blocks)
exclude: ['README.md', 'LICENSE']