-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
_config.yml
56 lines (54 loc) · 1.05 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
# Site settings
title: Web Scratch
email: [email protected]
description: "ブラウザ/JavaScript等についてのブログ"
keywords:
- "JavaScript"
- "ブラウザ"
- "Browser"
- "ECMAScript"
- "拡張機能"
- "Security"
url: "https://efcl.info"
baseurl: ""
production_url : "https://efcl.info"
github_repo_url : https://github.com/efcl/efcl.github.io
icon: "/public/favicon.png"
timezone: Asia/Tokyo
encoding: utf-8
include:
- _headers
- _redirects
exclude:
- README.md
- config.rb
- about/node_modules
- vendor
- Gemfile
- Gemfile.lock
- LICENSE
- package.json
- node_modules
# Setup
author:
name: 'azu'
url: https://efcl.info/
twitter: azu_re
bluesky: azu.bsky.social
github: azu
paginate: 10
paginate_path: "page/:num"
permalink: /:year/:month/:day/:title/
# Github equal
safe: true
lsi: false
# Build settings
markdown: CommonMark
commonmark:
options: ["SMART", "FOOTNOTES", "UNSAFE"]
extensions: ["strikethrough", "autolink", "table"]
highlighter: rouge
plugins:
- jekyll-paginate
- jekyll-sitemap
- jemoji