-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
76 lines (70 loc) · 1.72 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
# Site settings
title: "Kornholt’s Blog"
email: [email protected]
description: "My personal wiki-like site"
baseurl: ""
url: "http://kornholt.com"
# Build settings
permalink: '/:year/:month/:title/'
paginate: 5
plugins: [jekyll-paginate]
sass:
sass_dir: assets/css
navigation:
- title: Home
url: /
- title: Archive
url: /archive/
- title: About Me
url: /about/
exclude: [.git, .gitignore, Gemfile, Gemfile.lock, package.json, Gruntfile.js, node_modules, .DS_Store, .scss-lint.yml]
#Prose.io settings
prose:
rooturl: '_posts'
siteurl: 'http://jokorn.github.io'
media: 'images'
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
- /_sass
- 404.html
- about.md
- archive.md
- contact.md
- /css
- /images
- s3_website.yml
- upload.sh
metadata:
_posts:
- name: "title"
field:
element: "text"
label: "Title"
placeholder: "Add the post title"
- name: "description"
field:
element: "text"
label: "Description"
placeholder: "Add a short description of the post"
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "tags"
field:
element: "text"
label: "Tags"
placeholder: "Add tags, i.e. [Matlab, fMRI]"
- name: "excerpt"
field:
element: "text"
label: "Excerpt"
placeholder: "Write a small excerpt (or copy paste the beginning of the post)."
- name: "image"
field:
element: "text"
label: "Image URL"
placeholder: "Add the filename of the main image, eg. fun-no-cat.jpg."