-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
82 lines (74 loc) · 1.64 KB
/
_config.yml
File metadata and controls
82 lines (74 loc) · 1.64 KB
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
# Dependencies
markdown: redcarpet
pygments: true
# Permalinks
permalink: pretty
# Setup
title: Herb v/d Dool
tagline: 'Always a work in progress'
description: 'A little about me.'
url: http://herb.3speedhub.com
baseurl: /
author:
name: 'Herb v/d Dool'
url: https://github.com/herbdool
paginate: 5
# Custom vars
version: 0.1
github:
repo: https://github.com/herbdool/herbdool.github.com
# baseurl: /
# Prose
prose:
# rooturl: '_posts'
siteurl: 'http://herb.3speedhub.com/'
relativeLinks: 'http://herb.3speedhub.com/links.jsonp'
media: 'media'
ignore:
- .editorconfig
- .gitignore
- CNAME
- index.md
- links.jsonp
- atom.xml
- 404.html
- LICENSE.md
- README.md
- index.html
- _config.yml
- /_layouts
- /_includes
- /public
- /assets
- /media
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
options:
- name: "Thought"
value: "thought"
- name: "Project"
value: "project"
# _posts/static:
# - name: "layout"
# field:
# element: "hidden"
# value: "page"
# - name: "title"
# field:
# element: "text"
# label: "Title"
# value: ""
# - name: "permalink"
# field:
# element: "text"
# label: "Permalink"
# value: ""