-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
56 lines (47 loc) · 1.6 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
# Basic site info
title: "William Spies"
tagline: "Building Things, Going Exploring"
description: "Personal & Technical Blog of William Spies"
keywords: "William Spies, blog, electronics, engineering, robotics, automation, industry"
og_locale: "en_US"
# Site author info
author:
name: "William Spies"
email: [email protected]
github_username: spieswl
# Site settings & folders
url: null # https://www.spieswl.com for main url // # null for spieswl.github.io // # http://localhost:4000 for local testing
baseurl: null # for master branch
enforce_ssl: spieswl.com
assets:
features: assets/images/features
posts: assets/images/posts
# Collections info
collections:
features:
output: true
permalink: /features/:title
# Posts info
permalink: /blog/:year/:title
# Build settings
source: ./
destination: ./_site
markdown: kramdown
highlighter: rouge
timezone: America/Denver
exclude: ["README.md", "LICENSE"]
# Site configurations
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: [local]
blanklines: false
profile: false
startings: [html, head, body]
sass:
sass_dir: assets/css/base
style: compressed # expanded
plugins_dir:
- jekyll-sitemap