-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_prose.yml
34 lines (34 loc) · 944 Bytes
/
_prose.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
prose:
# Restricts authoring access to a directory
rooturl: '_posts'
# Turns on Jekyll live previews. The url is the homepage of the live site.
siteurl: 'http://staff.imamopravoznati.org/'
# Specify a media directory uploading images defaults to.
# When media is added to this directory, a listing of available assets is
# populated from the image dropdown link on markdown files
media: 'assets/images'
# Array of files to ignore and hide in Prose
ignore:
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- PULL_REQUEST_TEMPLATE.md
- README.md
- sync-wiki.sh
- CNAME
- _config.yml
- /_layouts
- /_includes
- /_saas
- docker-compose.yml
metadata:
_posts:
standard:
- name: "published"
field:
element: "checkbox"
value: "false"
- name: "title"
field:
element: "text"
label: "title"