-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (33 loc) · 1.07 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
# Site settings
title: Dustin Mooney
email: hello@dustinmooney.com
url: https://dustinmooney.com
description: "The personal website of Dustin Mooney. Dustin is an expert in business and marketing strategy, political and non-profit consulting, and political, media, and current events commentary."
# Color settings (hex-codes without the leading hash-tag)
color:
primary-dark: '#000000'
links: '#219ab3'
# Footer settings
footer: Dustin Mooney
# Data
logo: img/logo.png
favicon_image: favicon.ico
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: twitter
url: https://twitter.com/DustinMooney
# - title: facebook
# url: https://www.facebook.com/thedustinwmooney
- title: stack-exchange
url: https://pressingissues.substack.com/
- title: linkedin
url: https://www.linkedin.com/in/dustinmooney/
# - title: github
# url: https://github.com/dustinwmooney
# Build settings
markdown: kramdown
permalink: pretty
# Plugin
plugins:
- jekyll-feed
- jekyll-sitemap