-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (41 loc) · 1.3 KB
/
_config.yml
File metadata and controls
55 lines (41 loc) · 1.3 KB
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
# Jekyll configuration
name: Simoom DevBlog
description: A place to get updates on the development od the game
# Url is currently only used only for the RSS feed in feed.xml
url: https://simoom-dev.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: ''
share:
#facebook: true
#twitter: true
#gplus: true
#linkedin: true
#pinterest: true
#email: true
social:
#github: streetturtle
#stackoverflow: ''
##linkedin:
#instagram: ''
#lastfm: ''
#rss: feed.xml
# Google Analytics key, leave blank to ignore
google_analytics_key: UA-63582989-4
# Yandex metrica (https://metrica.yandex.com/) leave blank 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: pboueke
comments: true
permalink: /:year/:month/:title
gems: [jekyll-paginate]
# Enable for using pages, more details are here: http://jekyllrb.com/docs/pagination/
paginate: 3
#highlighter: rouge
markdown: kramdown
kramdown:
input: GFM # Enable GitHub Flavored Markdown (fenced code blocks)
hard_wrap: true
exclude: ['README.md', 'LICENSE']