-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
118 lines (105 loc) · 2.9 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
# URL settings for yasslab.jp
permalink: /:title
url: https://yasslab.jp
# URL settings for News
defaults:
- scope:
path: ""
type: "posts"
values:
permalink: /ja/news/:title
# Use sass for designing
sass:
style: compressed
sass_dir: css
sourcemap: always
load_paths:
- css/bootstrap/scss
# Variables for pages, news, feeds, etc
company:
vision: "Having a Good Life by Creating ;)"
size: 7
email: [email protected]
capital: 500
name: YassLab
# Variables to configure RSS feed
authors:
yasulab:
name: yasulab
uri: https://twitter.com/yasulab
Yuppyhappytoyou:
name: Yuppyhappytoyou
uri: https://twitter.com/Yuppyhappytoyou
# Settings for Jekyll/Heroku hosting
domain: "yasslab.jp"
source: ./
destination: ./_site
timezone: Asia/Tokyo
encoding: utf-8
# Show upcoming news (but hidden in production)
future: true
## Global Vars to generate links
yasslab: "[YassLab](https://yasslab.jp/)"
railstutorial: "[Railsチュートリアル](https://railstutorial.jp/)"
railsguides: "[Railsガイド](https://railsguides.jp/)"
coderdojo: "[coderdojo.jp](https://coderdojo.jp/)"
okinawarb: "[Okianwa.rb](https://ruby.okinawa/)"
frogs: "[Ryukyufrogs](https://www.ryukyu-frogs.com/)"
highlighter: rouge
markdown: kramdown
kramdown:
auto_ids : true
autolink : true
entity_output : as_char
toc_levels : 1..6
smart_quotes : lsquo,rsquo,ldquo,rdquo
input : GFM
gfm_quirks : paragraph_end
hard_wrap : true
footnote_nr : 1
show_warnings : false
plugins:
- jekyll-feed
- kramdown
- jekyll-include-cache
- jekyll-sitemap # This must be LAST to include contents generated by gems above
# Need to declare to include for Netlify
# https://docs.netlify.com/routing/redirects/#syntax-for-the-redirects-file
include:
- _redirects
exclude:
- README.md
- Procfile
- Gemfile
- Gemfile.lock
- config.ru
- vendor
- app.json
- node_modules
- package.json
- package-lock.json
- test
- spec
- tasks
- .jekyll-cache
# Enable Incremental Regeneration feature (experimental)
# https://jekyllrb.com/docs/configuration/incremental-regeneration/
#
# Disabled; needed to rebuild all pages to show future news
# But you can enable this feature by adding '--incremental' option.
incremental: false
# See the official README for more options:
# https://github.com/digitalsparky/jekyll-minifier
#
# NOTE: This requires execjs gem that forces to install Node.js buildpack in Heroku.
# Comments out the following settings to keep buildpack(s) simple as possible.
#
#jekyll-minifier:
# preserve_php: false
# compress_css: false # Comppressed by Sass. No need to set this 'true'
# compress_javascript: false # TODO: Setting this 'true' fails to build files.
# compress_json: true
# simple_doctype: false
# preserve_line_breaks: false
# simple_boolean_attributes: false
# compress_js_templates: false