-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·86 lines (77 loc) · 2 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
title: Down South Entertainment | Margaret River
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
A music and entertainment agency in Margaret River, Western Australia.
baseurl: ""
url: 'http://downsouthentertainment.com.au'
# Where things are
source: .
destination: ./_site
layouts_dir: ./_layouts
data_dir: ./_data
# Handling Reading
safe: false
include: [".htaccess"]
exclude: []
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
textile_ext: "textile"
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Serving
detach: false
port: 4000
host: 0.0.0.0
# Backwards-compatibility
relative_permalinks: false
# Outputting
# permalink: pretty
permalink: /artists/:title/
paginate_path: /page:num
timezone: null
quiet: false
defaults: []
# Prose settings
prose:
siteurl: "http://downsouthentertainment.com.au"
media: "images"
metadata:
_posts:
- name: "layout"
field:
element: "text"
label: "Layout: artists, feature, testimonials"
placeholder: "Choose Layout"
value: ""
type: "text"
- name: "category"
field:
element: "text"
label: "Category: solo, dj, feature, band, special, testimonial"
placeholder: "Choose Category"
value: ""
type: "text"
- name: "image"
field:
element: "text"
label: "Image, e.g. /images/your_image.jpg"
placeholder: "Select your image"
value: "/images/"
type: "text"
- name: "desc"
field:
element: "text"
label: "description - Google SEO 160 characters"
placeholder: "Add Description"
value: ""
type: "text"
- name: "published"
field:
label: "Published"
element: "checkbox"
value: "true"