-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
101 lines (87 loc) · 2.42 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Name of your site (displayed in the header)
name: Puppy Snuggles
# Short bio or description (displayed in the header)
description: for those who love snuggling with puppies!
navlinks:
- text: Blog
url: /blog/
- text: News
url: https://news.puppy-snuggles.com/
- text: Shop
url: /shop/
- text: T-Shirts
url: /tshirts/
frontpagelinks:
- title: Blog
url: /blog/
img: /images/blog.png
description: Here on the blog section of Puppy Snuggles, I talk about all things dogs - from personal stories to product reviews, and everything in between! Come and join the fun!
- title: Shop
url: /shop/
img: /images/shop.png
description: Shop all things for your pup - from treats to beds to cages and more!
- title: T-Shirts
url: /tshirts/
img: /images/t-shirts.png
description: Wear the coolest dog-related t-shirts, sweatshirts, and hoodies!
keywords:
- puppy
- puppies
- dog
- dogs
- doggie
- doggy
- snuggle
- snuggles
- puppy snuggles
sociallinks:
- what: Facebook
url: https://www.facebook.com/puppysnuggle
icon: fab fa-facebook-square
color: \#3B5998
- what: Instagram
url: https://www.instagram.com/puppy.snuggles/
icon: fab fa-instagram
color: \#e4405f
- what: Pinterest
url: https://www.pinterest.com/puppysnuggles12/
icon: fab fa-pinterest-square
color: \#C92228
- what: Twitter
url: https://twitter.com/puppy_snuggles
icon: fab fa-twitter-square
color: \#1DA1F2
- what: RSS
url: https://www.puppy-snuggles.com/feed.xml
icon: fas fa-rss
color: orange
fb-app-id: 380905068954806
twitter: Puppy_Snuggles
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed
# url: https://hendrixjoseph.github.io/puppy-snuggles
url: https://www.puppy-snuggles.com
#
# !! You don't need to change any of the configuration flags below !!
#
markdown: kramdown
highlighter: rouge
permalink: /blog/:title/
# paginate: 5
# paginate_path: "/blog/page:num"
# Set the Sass partials directory, as we're using @imports
sass:
style: :compressed #:expanded # You might prefer to minify using :compressed
# Use the following plug-ins
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-feed
- jemoji
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME