-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (69 loc) · 1.52 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
# Site settings
title: "Tombo Notes"
email: nil
description: >- # this means to ignore newlines until "baseurl:"
調べ、試したことのノート
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://notes3.tombo-works.com"
icon: "/favicon.ico"
# Global Configuration
safe: false
disable_disk_cache: false
ignore_theme_config: true
timezone: "Asia/Tokyo"
encoding: "utf-8"
exclude:
# default
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# added
- Makefile
- README.md
- package.json
- package-lock.json
- tailwind.config.js
- assets/css/input.css
# Front Matter Global, https://jekyllrb.com/docs/permalinks/#global
permalink: /:year/:month/:day/:title:output_ext
defaults:
- scope:
path: "" # an empty string here means all files in the project
values:
image: /assets/images/logo.png
# Markdown Options
markdown: CommonMark
commonmark:
options: ["FOOTNOTES"]
extensions: ["autolink", "strikethrough", "table", "tasklist"]
# Build Command Options
show_drafts: false
future: false
unpublished: false
lsi: false
force_polling: false
verbose: true
quiet: false
incremental: true
profile: true
strict_front_matter: true
# Plugin Options
## jekyll-paginate
### paginate: 7
### paginate_path: "page/:num"
## jekyll-seo-tag
author:
twitter: "pojiro3"
url: "https://github.com/pojiro"
twitter:
username: "pojiro3"
card: "summary"
locale: "ja_JP"
logo: /assets/images/logo.png