-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
74 lines (66 loc) · 1.26 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
title: Kevin Rosario's Portfolio
plugins:
- jekyll-bookshop
- jekyll-sitemap
- jekyll/tagging
- jekyll-toc
# - jekyll-target-blank
# Multiple bookshops can be used on one website,
# or different production / staging locations.
bookshop_locations:
- ./component-library
exclude:
- postcss.config.js
- node_modules
collections_dir: 'collections'
collections:
pages:
output: true
permalink: /:title/
projects:
output: false
permalink: /blog/:slug
testimonials:
output: false
posts:
output: true
permalink: /project/:slug
defaults:
- scope:
path: ""
values:
layout: default
- scope:
type: pages
path: _pages/index.html
values:
permalink: /
- scope:
type: projects
values:
layout: project
- scope:
type: posts
values:
layout: post
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: /:title
stats:
category_stats:
- name: Launches
count: 14
color: "#b083f0"
- name: Migrations
count: 80+
color: "#60a6ff"
- name: Grid/B+ Divestitures
count: 8
color: "#ff9bbf"
- name: Clients
count: 25+
color: "#4de3b0"
- name: Users Managed
count: 1,000,000+
color: "#F0838C"