-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
69 lines (53 loc) · 1.29 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
title: をぶろぐ
email: tetsuwo.oishi@gmail.com
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: ""
url: "https://tetsuwo.github.io"
twitter_username: tetsukamp
github_username: tetsuwo
markdown: kramdown
#theme: none
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
# - jekyll-paginate-category
whitelist:
- jekyll-redirect-from
defaults:
-
scope:
type: pages
values:
permalink: /:path/:basename:output_ext
-
scope:
type: posts
values:
permalink: /post/:year:month:day/:title.html
#destination: public
#source: src
paginate: 5
paginate_path: "page/:num"
#category_dir: "categories"
#category_layout: "index.html"
# My variables
homeurl: https://tetsuwo.github.io
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- webpack.config.js
- package.json
- package-lock.json
- node_modules
- .bundle/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/