-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
43 lines (38 loc) · 1010 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
# Permalinks
permalink: pretty
# Setup
title: Mikey Wills
description: Living at the intersection of engineering, design, and product thinking
baseurl: "" # the subpath of your site, e.g. /blog
url: https://muke.me # the base hostname & protocol for your site, e.g. http://example.com
analytics_id: UA-33507363-1
# SEO
logo: /assets/images/muke-logo.png
twitter:
username: mukealicious
social:
- https://twitter.com/mukealicious
- https://github.com/mukealicious
- http://codepen.io/mukealicious/
- https://dribbble.com/mukealicious
- https://keybase.io/mukey
- https://www.linkedin.com/in/mikeywills/
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
twitter: mukealicious
# Build settings
markdown: kramdown
theme:
gems:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock