-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
66 lines (56 loc) · 1.18 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
59
60
61
62
63
64
65
66
permalink: /:categories/:title/
encoding: "utf-8"
title: blog.xoppa.com
avatar: /assets/img/favicon/favicon-96x96.png
icons:
rss: true
email:
github: xoppa
bitbucket:
twitter: xoppa
facebook:
google_plus:
tumblr:
behance:
dribbble:
flickr:
instagram:
linkedin: # full URL
pinterest:
reddit:
soundcloud:
stack_exchange: # full URL
steam:
wordpress:
youtube:
google_analytics: UA-28042435-1
disqus: blogxoppacom
str_next: Next
str_prev: Prev
str_read_more: Read more...
str_search: Search
str_recent_posts: Recent posts
str_show_all_posts: Show all posts
recent_posts_num: 10
paginate: 50
paginate_path: page/:num
share_buttons: true
ogp:
image_url: http://xoppa.github.io/assets/img/favicon/favicon-96x96.png
fb:
admin: # facebook admin id
app_id: # facebook application id
markdown: redcarpet
redcarpet:
extensions: ["autolink", "fenced_code_blocks", "strikethrough", "superscript", "with_toc_data", "tables", "footnotes", "no_intra_emphasis"]
highlighter: pygments
excerpt_separator: <more />
sass:
sass_dir: _sass
style: :compressed # or :expanded
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- vendor