forked from makinacorpus/caue24
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
34 lines (34 loc) · 858 Bytes
/
_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
# See http://jekyllrb.com/docs/configuration/.
name: Conseil d'Architecture, d'Urbanisme et de l'Environnement de Dordogne
# GitHub Pages is running in safe mode, so use it during tests as well.
safe: true
# No permalink
permalink: none
# Currently using github project domain
root: /caue24
# Exclude some files we don't want in the site
exclude:
- README.md
- .gitignore
- .gitlab-ci.yml
- node_modules
- package*
- e2e
# Markdown interpreter
markdown: kramdown
# prose.io settings
# https://github.com/prose/prose/wiki/Prose-Configuration
prose:
siteurl: "http://makinacorpus.github.io/caue24"
media: "data/images"
rooturl: "data"
metadata:
"data":
- name: "layout"
field:
element: "hidden"
value: "page"
- name: "published"
field:
element: "hidden"
value: "true"