-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
70 lines (60 loc) · 1.48 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
excerpt_separator: "<!--more-->"
exclude: [vendor]
permalink: /:title
# GEMS
gems: [jekyll-paginate]
# SITE CONFIGURATION
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://ichusrlocalbin.github.io" # the base hostname & protocol for your site
# THEME-SPECIFIC CONFIGURATION
mytheme:
# Meta
title: プログラマによる日常生活のメモ
avatar: blog_base/icon.png
gravatar: # email md5 hash
description: "プログラマによる日常生活のメモ" # used by search engines
# Header and footer text
header_text:
footer_text: Copyright 2016 [email protected] All Rights Reserved.
# Icons
rss: true
email_address: "[email protected]"
behance:
bitbucket:
dribbble:
facebook:
flickr:
github:
google_plus:
instagram:
linkedin: # full URL
pinterest:
reddit:
soundcloud:
stack_exchange: # full URL
steam:
tumblr:
twitter:
wordpress:
youtube:
# Scripts
google_analytics: "UA-83798010-1" # tracking id, e.g. "UA-000000-01"
disqus_shortname:
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_email: "Email"
str_next: "Next"
str_prev: "Prev"
str_continue_reading: "続きを読む"
# Colors, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
# PAGINATION
paginate: 5
paginate_path: "page_:num"
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed