-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·91 lines (82 loc) · 1.91 KB
/
_config.yml
File metadata and controls
executable file
·91 lines (82 loc) · 1.91 KB
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
90
91
# Jykell configuration
markdown: kramdown
highlighter: rouge
language: 'en-uk'
# kramdown 2.x: GitHub-flavored markdown parser moved to a separate gem
# (kramdown-parser-gfm). Enabling it preserves tables, strikethrough and
# fenced-code handling that older posts may rely on.
kramdown:
input: GFM
syntax_highlighter: rouge
# Website info
name: 'Botbie Blog'
description: 'Your mind is for having ideas, not holding them...'
google_analytics: UA-51088846-5
disqus: botbie-io-blog
facebook_app_id: 1555729331387875
url: http://blog.botbie.io
logo: /assets/images/botbie.png
cover: /assets/images/covers/cover1.jpg
comments: true
navigation: true
# Permalinks
permalink: /:year/:month/:day/:title
# gems and other configs
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
# exclude files
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- "*.Rmd"
- vendor
- .travis.yml
- circle.yml
- scripts
# paginate
paginate: 5
paginate_path: '/page/:num/'
paginate_tag_basepath: '/tag/:name/'
paginate_tag_layout: 'tag.html'
paginate_author_basepath: '/author/:name/'
paginate_author_layout: 'author.html'
# Prose.io - Editor for posts
prose:
rooturl: '_posts'
media: 'assets/media'
ignore:
- index.html
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "text"
label: "title"
- name: "author"
field:
element: "text"
label: "Author"
- name: "description"
field:
element: "textarea"
label: "Description"
- name: "date"
field:
element: "text"
label: "Datetime"
value: CURRENT_DATETIME
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
alterable: true