-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
49 lines (46 loc) · 1.08 KB
/
_config.yml
File metadata and controls
49 lines (46 loc) · 1.08 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
markdown: rdiscount
permalink: /blog/:title
paginate: 7
paginate_path: "/blog/page:num/"
rdiscount:
extensions: [smart]
gems:
- jekyll-sitemap
name: Nevada Dynamics
url: http://nevadadynamics.github.io
description: Nevada Dynamics is enabling long-range command and control of drones for hobbyists and commercial users
prose:
rooturl: '_posts'
siteurl: 'http://nevadadynamics.github.io/'
media: 'media'
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "blog"
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
options:
- name: "Apples"
value: "apples"
- name: "Bananas"
value: "bananas"
_posts/static:
- name: "layout"
field:
element: "hidden"
value: "page"
- name: "permalink"
field:
element: "text"
label: "Permalink"
value: ""