forked from andrewbanchich/forty-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
49 lines (42 loc) · 1.23 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
# site settings
title: Davis Pies
subtitle: BS Mathematics
email: [email protected]
description: Hi, my name is Davis. Welcome to my site.
baseurl: "/home" # the subpath of your site, e.g. /blog
url: 127.0.0.1:4000 # the base hostname & protocol for your site
author: Davis Pies
street_address: 15721 SE Arista Dr
city: Portland
state: OR
zip_code: 97267
country: United States of America
phone: (971) 901-7083
pottery_images: "$HOME/forty-jekyll-theme/assets/images/pies.pots"
pottery_thumbails: "$HOME/forty-jekyll-theme/assets/images/thumbnails/"
# homepage tiles
tiles-source: pages # accepts "posts" or "pages"
tiles-count: 6
# social settings (key must match name of font awesome icon)
# see https://fontawesome.com/icons?d=gallery&p=2&s=brands
# Icons are not shown if value is empty
# You need to restart jekyll for changes to have an effect
socials:
GitHub: https://github.com/Davis-Pies
GitLab: https://gitlab.com/davis.pies1
Google-Plus:
Instagram: https://www.Instagram.com/Pies.pots
LinkedIn: https://www.linkedin.com/in/davis-pies-75224a249
Twitter:
Facebook:
Slack:
# build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
exclude:
- "*.gemspec"
- LICENSE.md
- CONTRIBUTING.md
- README.md