-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (42 loc) · 1.18 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
# Welcome to Jekyll!
# Site settings
title: Paul Schaefer
tagline: web designer & developer
description: > # this means to ignore newlines until "baseurl:"
Paul Schaefer is a web designer and developer living in the lovely Pittsburgh, PA.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://pschfr.github.io/paulmakesthe.net" # the base hostname & protocol for your site, e.g. http://example.com
github: "https://github.com/pschfr/paulmakesthe.net"
githubURL: "https://pschfr.github.io"
analytics: "UA-76037357-1"
maps_key: "AIzaSyCXSuswDfS85nCe5rI4-1U4uKNK6SLuR3k"
username: "pschfr"
available: true
emailMD5: "434e1c10883e5ea54c5bfa918a1fa630"
email: "[email protected]"
# Build settings
markdown: kramdown
highlighter: rouge
# Changes links to articles/title.html
permalink: /:categories/:title/
# Obviously compresses the Sass output.
sass:
sass_dir: css
style: compressed
# The HTML is compressed via _layouts/compress.html
# See: http://jch.penibelst.de/
# Additional plugins
plugins:
- hawkins
- jekyll-feed
- jekyll-sitemap
# Exclude from _site
exclude:
- gulpfile.js
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
- node_modules
- CNAME
- vendor