-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy path_config.yml
120 lines (105 loc) · 1.57 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
#
# Basic settings.
#
# url: http://localhost:4000
# baseurl: ""
url: http://ttskch.github.io
baseurl: /jekyll-ttskch-theme
title: Your name
description: Some descriptions of yourself.
avatar: /assets/img/ogp.png
# favicon: /favicon.ico
favicon: /assets/img/ogp.png
# language: ja
language: en
#
# Icons
#
icons:
rss: true
email:
github: ttskch
bitbucket:
twitter: ttskch
facebook:
google_plus:
tumblr:
behance:
dribbble:
flickr:
instagram:
linkedin: # full URL
pinterest:
reddit:
soundcloud:
stack_exchange: # full URL
steam:
wordpress:
youtube:
#
# Prettify url.
#
permalink: pretty
#
# Scripts.
#
google_analytics: # e.g. UA-000000-01
disqus:
#
# Localizations.
#
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.
#
recent_posts_num: 10
#
# Pagination.
#
paginate: 10
paginate_path: page/:num
#
# Social.
#
share_buttons:
twitter: true
facebook: false # needs ogp.fb.app_id
hatena: false
ogp:
image_url: //ttskch.github.io/jekyll-ttskch-theme/assets/img/ogp.png
fb:
admin: # facebook admin id
app_id: # facebook application id
#
# Plugins.
#
plugins:
- jekyll-paginate
- jekyll-feed
- jemoji
#
# Styles: see "_sass/base/_variables.scss"
#
#
# !! Danger zone !!
#
include: ["_pages"]
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
excerpt_separator: <!--more-->
sass:
sass_dir: _sass
style: :compressed # or :expanded
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- vendor