-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
_config.yml
64 lines (59 loc) · 1.33 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
# Site settings
title: JSer.info
email: [email protected]
description: "JavaScriptの最新情報を紹介する週刊ブログ"
keywords:
- "JavaScript"
- "ブラウザ"
- "ECMAScript"
url: "https://jser.info"
baseurl: ""
production_url : "https://jser.info"
github_repo_url : https://github.com/jser/jser.github.io
twitter_username: jser_info
timezone: Asia/Tokyo
encoding: utf-8
exclude:
- "README.md"
- "Gemfile"
- "LICENSE"
- "bower.json"
- "import.sh"
- "package.json"
- "test/"
- "vendor"
- "node_modules"
- "actions"
# Setup
author:
name: 'azu'
url: https://jser.info/
twitter: azu_re
github: azu
paginate: 10
paginate_path: "page/:num"
permalink: /:year/:month/:day/:title/
# Build settings
markdown: redcarpet
# https://github.com/jser/jser.github.io/issues/35
redcarpet:
extensions: [autolink, hard_wrap, with_toc_data]
# collection AMP
collections:
ampstory:
output: true
defaults:
-
scope:
path: "_i18n/ja" # empty string for all files
type: posts # limit to posts
values:
is_ja_post: true # automatically set is_ja_post=true for all posts
# multiple languages settings
languages: ["ja", "ko"]
exclude_from_localizations: ["bower_components", "node_modules", "public"]
plugins:
- jekyll-multiple-languages-plugin
- jekyll-sitemap
- jemoji
- jekyll-toc