-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
101 lines (94 loc) · 2.12 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
name: Futureglyphs
featimg: cover00.jpg
url: http://futureglyphs.astrovandalistas.cc
baseurl: ''
port: 4443
permalink: /:title/
media_folder: /media
destination: jekyllbuild
full_rebuild: true
infinite_scroll: true #false for pagination
tumblr: ""
pinterest: ""
github: "https://github.com/astrovandalistas"
instagram: ""
twitter: "https://twitter.com/astrovandalista"
facebook: "https://www.facebook.com/Astrovandalistas-115153808562518/"
youtube: ""
vimeo: "https://vimeo.com/astrovandalistas"
soundcloud: ""
email: "[email protected]"
encoding: utf-8
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "post"
type: "standard"
homedisplay: "featimg"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
type: "standard"
homedisplay: "featimg"
# prose.io
prose:
media: 'media'
ignore:
- .gitignore
- _config.yml
- _layouts
- _includes
- _sass
- css
- fonts
- js
- LICENCE
- CNAME
- README.md
- index.html
- media/favicons
metadata:
_pages:
- name: "layout"
field:
element: "hidden"
value: "page"
- name: "homedisplay"
field:
element: "hidden"
value: "featimg"
- name: "published"
field:
element: "hidden"
value: "true"
- name: "title"
field:
element: "text"
label: "nome da página"
- name: "permalink"
field:
element: "text"
label: "escolha um url para essa página"
placeholder: "/url-da-pagina/"
- name: "nav-title"
field:
element: "text"
label: "nome da página para o menu (deixar em branco se não quiser no menu)"
- name: "cover-image"
field:
element: "text"
label: "imagem de capa para a página (tem que ser .jpg por enquanto)"
placeholder: "horta2.jpg"
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
relative_permalinks: false
include: ['_pages']
exclude: [.git, .gitignore, .sass-cache, README.md, jekyllbuild]