-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
119 lines (108 loc) · 2.53 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Ulises.us Jekyll Config
#
# bundle exec jekyll [command]
# includes settings for:
# - prose.io
# - minimagick
# Site settings
title: ULISES
email: [email protected]
description: >
Ulises / Books / Curation
baseurl: ""
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: hello-ulises
# Build settings
markdown: kramdown
highlighter: rouge
incremental: false
gems:
- jekyll-feed
- jemoji
- jekyll-minimagick
exclude:
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- vendor
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- gulpfile.js
- node_modules
- README.md
- components
encoding: "utf-8"
markdown_ext: "md"
kramdown:
input: GFM
hard_wrap: false
smart_quotes: lsquo,rsquo,ldquo,rdquo
sass:
sass_dir: _sass
style: compressed
mini_magick:
resize:
source: assets/img
destination: assets/img
resize: "600x>"
prose:
rooturl: '_posts'
media: 'assets/img'
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
metadata:
_posts:
- name: "title"
field:
element: "text"
placeholder: "enter post title"
help: This will appear as the post title
label: "title"
- name: "date"
field:
element: "text"
help: Date of post affects in which order posts appear
value: CURRENT_DATETIME
- name: "event_date"
field:
element: "text"
help: If applicable, enter date and time of event as it should appear in the text of the post
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "categories"
field:
element: "select"
label: "column"
placeholder: "choose column"
options:
- name: "left"
value: "left"
- name: "right"
value: "right"
- name: "tags"
field:
element: "multiselect"
label: "tags"
placeholder: "choose or add tags"
alterable: true
options:
- name: "sticky"
value: "sticky"
- name: "active-voice"
value: "active-voice"
- name: "intimacy"
value: "intimacy"
- name: "published"
field:
element: "checkbox"
label: "published"
help: Check if you'd like to see this post published to the public site
value: false