-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
142 lines (136 loc) · 3.9 KB
/
_config.yml
File metadata and controls
142 lines (136 loc) · 3.9 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
title: Bitcoin Cache Machine - A Secure, Privacy-Preserving, Software-Defined Data Center
email: info@bitcoincachemachine.org
description: Privacy-preserving Bitcoin Payment infrastructure for home and office.
#url: https://www.bitcoincachemachine.org
twitter_username: BTCCacheMachine
github_username: BitcoinCacheMachine
permalink: /:year/:month/:day/:title:output_ext
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate
# Secondary Parameters
header-img: img/header_v2.png
headercolor: "white"
logo: /img/bcm_logo_v2.png
icon: /img/bcm_icon_v2.png
# Tertiary Parameters
github_username: BitcoinCacheMachine
project_repository: BitcoinCacheMachine
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 10
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
# Prose Settings
prose:
ignore: ['feed.xml', '/stl', '/ply', '/js', '/plugin', '/lib', '/projectors', '_layouts', '/_includes', 'Gruntfile.js', 'package.json', 'proselinks.jsonp', 'ppanchor.matin', '.gitignore', '/search', '/css', '/img', '/img/favicon.png','_data/*.json','LICENSES.md','README.md','colorscheme.scss','members.html','index.html']
#siteurl: 'http://www.bitcoincachemachine.org/'
ispp: true
media: 'img'
metadata:
projects:
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "description"
field:
element: "text"
label: "Description"
value: ""
- name: "category"
field:
element: "text"
label: "Project"
value: ""
_posts:
- name: "subtitle"
field:
element: "text"
label: "Sub-Title (Short Description)"
value: ""
- name: "layout"
field:
element: "select"
label: "Choose Layout"
placeholder: "Layouts"
options:
- name: "Post"
value: "post"
- name: "Slide"
value: "slide"
- name: "Projector"
value: "projector"
- name: "Notebook"
value: "notebook"
- name: "Ply Surface"
value: "plysurface"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "author"
field:
element: "text"
label: "Author"
value: ""
- name: "tags"
field:
element: "text"
label: "Tags (seperate with whitespace)"
value: ""
- name: "category"
field:
element: "text"
label: "Project"
value: ""
- name: "vertical"
field:
element: "hidden"
value: </section><section markdown="1">
- name: "theme"
field:
element: "select"
label: "Theme (Slide)"
placeholder: "Theme (Slide)"
options:
- name: "Beige"
value: "beige"
- name: "Blood"
value: "blood"
- name: "Moon"
value: "moon"
- name: "Night"
value: "night"
- name: "Sky"
value: "sky"
- name: "Solarized"
value: "solarized"
- name: "trans"
field:
element: "select"
label: "Transition (Slide)"
placeholder: "Transition (Slide)"
options:
- name: "Cube"
value: "cube"
- name: "Page"
value: "page"
- name: "Concave"
value: "concave"
- name: "Linear"
value: "linear"
- name: "Fade"
value: "fade"
- name: "None"
value: "none"
- name: "visualworkflow"
field:
element: "checkbox"
label: "Visual Workflow Chart (Some Layouts)"
value: "true"