-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
41 lines (35 loc) · 919 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
# Site settings
title: John Paz
subtitle: Mr. Content Design
email: [email protected]
description: Just because you haven't heard of it, doesn't mean it's not awesome.
url: "https://johnapaz.com/" # the base hostname & protocol for your site
author: John Paz
city: Orlando
state: FL
country: USA
phone: (510) 707-7494
# Social settings
linkedin_url: https://www.linkedin.com/in/johnapaz
twitter_url: https://twitter.com/MrContentDesign
github_url: https://github.com/johnapaz
instagram_url: https://www.instagram.com/SrContentDesign/
# Build settings
markdown: kramdown
collections:
- about
- reviews
- tutorials
collections_dir: content
permalink: /:categories/:title:/
google_analytics: UA-165031992-2
# Breadcrumbs
breadcrumbs:
root:
hide: true # show breadcrumbs on root/home page
image: false # Show image or title text
#Excludes
exclude:
- package.json
- node_modules
- gulpfile.js