forked from efcl/efcl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
78 lines (77 loc) · 1.67 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
# Site settings
title: Web Scratch
email: [email protected]
description: "ブラウザ/JavaScript等についてのブログ"
keywords:
- "JavaScript"
- "ブラウザ"
- "ECMAScript"
- "Objective-C"
- "Firefox"
- "拡張機能"
url: "http://efcl.info"
baseurl: ""
production_url : "http://efcl.info"
github_repo_url : https://github.com/efcl/efcl.github.io
timezone: Asia/Tokyo
encoding: utf-8
exclude:
- README.md
- config.rb
- about/node_modules
- vendor
# Setup
author:
name: 'azu'
url: http://efcl.info/
twitter: azu_re
github: azu
paginate: 10
paginate_path: "page/:num"
permalink: /:year/:month/:day/:title/
# Github equal
safe: true
lsi: false
# Build settings
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "with_toc_data"]
gems:
- jekyll-sitemap
- jemoji
# Prose
prose:
rooturl: '_posts/'
siteurl: 'http://efcl.info'
media: 'wp-content/uploads'
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