-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
86 lines (86 loc) · 1.62 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
title: Ed Cupaioli
description: Web Development | Optimization | Training
url: https://edcupaioli.com
meta_img: "/images/ec-meta-img.png"
email: "[email protected]"
phone: 469-867-3438
favicon: "/images/favicon.png"
org-name: Ed Cupaioli LLC
first-name: Ed
last-name: Cupaioli
address: 2925 43rd St
city: Sacramento
state: CA
zip: 95817
social:
- https://www.linkedin.com/in/ed-cupaioli-10a9849/
- https://github.com/ecupaio
gtm: 'GTM-THQC7Q9'
future: true
timezone: "America/New_York"
# Build settings
markdown: kramdown
include: ['_pages']
exclude:
- Gemfile
- Gemfile.lock
- node_modules
sass:
sass_dir: _sass
style: compressed
livereload: true
# Collections
collections:
projects:
output: true
layout: project
permalink: /project/:title/
experience:
output: false
skills:
output: true
services:
output: true
permalink: /service/:title/
studies:
output: true
permalink: /study/:title/
redirects:
output: true
layout: redirect
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
type: "projects"
values:
link: ""
published: false
img:
- ""
tech:
- ""
date: "2017-01-01"
layout: "project"
- scope:
type: "posts"
values:
permalink: "/blog/:title/"
layout: "blog-post"
published: false
tags:
- ""
- scope:
type: "services"
values:
layout: service
- scope:
type: "studies"
values:
layout: study
- scope:
type: "redirects"
values:
layout: redirect