-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
158 lines (152 loc) · 4.55 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# Site settings
title: Sam Wright
description: "This is a my personal page to serve as a portfolio of my past and present projects in mechanical engineering, woodworking, and anything else that seems interesting."
#url: "http://localhost:4000/"
url: "https://sam-wright.github.io"
# Secondary Parameters
baseurl: ""
header-img: img/home-bg.jpg
headercolor: "#FFFFFF"
logo: /img/atc_square.png
# Tertiary Parameters
github_username: sam-wright
linkedin_username: sam-wright-a201277a
google_plus_username: [email protected]
# project_repository: project-pages
disqus_shortname: https-sam-wright-github-io
g-analytics: UA-97918118-1
altmetric: false
# Build settings
gems: [jekyll-paginate]
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 10
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md", '*.example']
# Jekyll Settings
defaults:
-
scope:
path: "projects"
type: "pages"
values:
layout: "project"
header-img: "img/home-bg.jpg"
# 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', 'favicon.png','_data/*.json','LICENSES.md','README.md','colorscheme.scss','members.html','mentions.html','index.html']
siteurl: 'https://sam-wright.github.io/'
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: "horizontal"
field:
element: "hidden"
value: </section></section><section markdown="1" data-background="https://sam-wright.github.io/img/slidebackground.png"><section markdown="1">
- name: "vertical"
field:
element: "hidden"
value: </section><section markdown="1">
- name: "slideinit"
field:
element: "hidden"
value: <section markdown="1" data-background="https://sam-wright.github.io/img/slidebackground.png"><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"