-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
43 lines (38 loc) · 967 Bytes
/
_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
# Site settings
title: Mark Hazleton
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Mark Hazleton on GitHub
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://markhazleton.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
author:
name: Mark Hazleton
email: [email protected]
# Build settings
theme: null
plugins:
- jekyll-feed
- jemoji
- jekyll-sitemap # Add a sitemap generator for better SEO
- jekyll-seo-tag # Enhance metadata for SEO
# Remote theme
remote_theme: null
# Minima theme settings
minima:
skin: dark
social_links:
twitter: markhazleton
github: markhazleton
linkedin: markhazleton
stackoverflow: "479571"
# Exclusions
exclude:
- Gemfile
- Gemfile.lock
- /docs/
- /README.md
- node_modules/
- vendor/
# Additional configurations
sass:
style: compressed # Compress CSS for better performance