forked from gjreda/void
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
206 lines (178 loc) · 4.91 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
#
# This file contains configuration flags to customize the site
#
# Site settings
# Name of your site (displayed in the header)
name: 'Example Void Theme'
title: "Example: What is the title of your site?"
short_title: "Site Title"
# Short bio or description (displayed in the header)
description: "Lorem Ipsum something about your site and you too probably."
timezone: America\New_York
# Creator settings
creator: 'Example Author Name'
# URL of your avatar or profile pic (you could use your GitHub profile pic)
# '/theme/images/avatar.jpg'
copyright_start_year: 2015
# Icon settings
logo: https://avatars3.githubusercontent.com/u/9919?v=3&s=200
logo_description: "This is the site's logo"
favicon: 'favicon.ico' # Just the filename and extension, void assumes it's in the root directory
# Build Settings
## Conversion
markdown: kramdown
highlighter: coderay
#lsi: true // Boolean to determine to produce an index for related posts.
assets:
autoprefixer:
browsers:
- "last 3 versions"
- "IE > 9"
autowrite: true
compress:
css: true
js: true
features:
automatic_img_size: false
liquid: true
assets:
- "*.css"
- "*.ico"
- "*.jpg"
- "*.png"
sources:
- assets/bower
- assets/css
- assets/fonts
- assets/images
- assets/javascript
- assets/stylesheets
## Where things are
source: .
destination: ./_site/
layouts_dir: ./_layouts/
## Handling Reading
safe: false
encoding: "utf-8"
# Exclude these files from your production _site
exclude:
- .*/
- bin/*
- example-images/*
- node_modules/*
- tests/*
- /*.gem
- /*.gemspec
- /*.iml
- /*.json
- /*.lock
- /*.properties
- /*.txt
- /*.yml
- .bowerrc
- ./favicon.ico
- Gemfile
- LICENSE
- Rakefile
- README.md
- SECURITY.md
- vendor
#include:
#keep_files:
## Filtering Content
limit_posts: 4
future: false
unpublished: false
permalink: /:title/ #pretty
# Set the Sass partials directory, as we're using @imports
sass:
style: :compressed # Minified using :compressed, other choice is :expanded
# Build Plugins
whitelist: []
plugins:
- jekyll-feed
- jekyll-sitemap
# Serve settings
detach: false
host: localhost
port: 4831
# Your website URL (e.g. http://user.github.io)
# Used for Sitemap.xml and your RSS feed
url: "http://www.example.com" # the base hostname & protocol for your site
# If hosting site at a Project repository on GitHub pages
# (http://username.github.io/repository-name)
# and NOT the User repository (http://username.github.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl: "" # the subpath of the site, e.g. /blog/
# Front Matter Defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
author: {{ site.creator}}
# Markdown Processors
rdiscount:
extensions: []
redcarpet:
extensions: []
excerpt_separator: ""
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
input: GFM
syntax_highlighter: kramdown-syntax-coderay
syntax_highlighter_opts:
wrap: div
line_numbers: inline
line_number_start: 1
tab_width: 4
bold_every: 10
css: style
# About Page Info
about_page_header: "About Page Header"
center_image: "assets/images/demo-from-pixabay.jpg"
#
# Flags below are optional
#
# List of links for navigation
navigation: [
# You probably want to fill these in so they point to your user pages
{'site': 'flickr', 'user': '', 'url': 'http://www.flickr.com/...'},
{'site': 'github', 'user': '', 'url': 'https://github.com/...'},
{'site': 'instagram', 'user': '', 'url': 'http://www.instagram.com/user/...'},
{'site': 'lastfm', 'user': '', 'url': 'http://www.last.fm/user/...'},
{'site': 'linkedin', 'user': '', 'url': 'http://linkedin.com/in/...'},
{'site': 'pinterest', 'user': '', 'url': 'http://www.pinterest.com/...'},
{'site': 'spotify', 'user': '', 'url': 'https://open.spotify.com/user/...'},
{'site': 'stackoverflow', 'user': '', 'url': 'http://www.stackoverflow.com/user/...'},
{'site': 'twitter', 'user': '', 'url': 'https://twitter.com/...'}
]
embed_social_metadata:
facebook: false
twitter: false
# TODO Includes an icon in the footer for each username you enter
footer_links:
# email: "[email protected]"
# facebook_id:
# flickr_id:
# github_username:
# instagram_id:
# linkedin_id:
# pinterest_id:
# rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
# stackoverflow_url: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
# twitter_username:
# Enter your Disqus shortname (not your username) to enable commenting on posts
# You can find your shortname on the Settings page of your Disqus account
#disqus:
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
#google_analytics:
# Feed Settings
feed:
path: /feed.xml
tags: true