-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
57 lines (51 loc) · 1.72 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your entire site, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# `jekyll serve`. If you change this file, please restart the server process.
# Theme Settings
#
# Review documentation to determine if you should use `theme` or `remote_theme`
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
remote_theme : "mmistakes/[email protected]"
#minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
# Site Settings
locale : "en-US"
title : "zacdurham.com"
title_separator : "-"
subtitle : ""
#name : "Zac Durham"
description : "Static site for my cv and bio."
analytics:
provider : "google-gtag"
google:
tracking_id : "G-NMQB5M9FW7"
# Site Author
author:
name : "Zac Durham"
#avatar : "assets/img/avatar.png"
bio : ""
location : "Greensboro, NC"
email :
links:
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/zacdurham/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/zchef2k"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:[email protected]"
# Plugins (previously gems:)
plugins:
- jekyll-include-cache
defaults:
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
related: true