forked from jser/jser.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
89 lines (85 loc) · 1.86 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
# Site settings
title: JSer.info
email: [email protected]
description: "JavaScriptの最新情報を紹介する週刊ブログ"
keywords:
- "JavaScript"
- "ブラウザ"
- "ECMAScript"
url: "http://jser.info"
baseurl: ""
production_url : "http://jser.info"
github_repo_url : https://github.com/jser/jser.github.io
timezone: Asia/Tokyo
encoding: utf-8
exclude:
- "README.md"
- "Gemfile"
- "LICENSE"
- "bower.json"
- "import.sh"
- "package.json"
- "test/"
- "vendor"
- "node_modules"
# Setup
author:
name: 'azu'
url: http://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: [hard_wrap, with_toc_data]
# multiple languages settings
languages: ["ja", "ko"]
exclude_from_localizations: ["bower_components", "node_modules", "public"]
gems:
- jekyll-sitemap
- jemoji
# Prose
prose:
rooturl: '_posts/'
siteurl: 'http://jser.info'
media: 'media'
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
type: "text"
- name: "author"
field:
element: "hidden"
label: "Author"
value: "azu"
placeholder: "Trunk Botterson"
type: "text"
- name: "categories"
field:
element: "multiselect"
label: "Post Category"
placeholder: "Create or choose"
alterable: true
- name: "tags"
field:
element: "multiselect"
label: "Post Tag"
placeholder: "Create or choose"
alterable: true