-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy path_config.yml
100 lines (85 loc) · 2.07 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# plugins:
exclude:
- readme.md
- Gemfile
- Gemfile.lock
- LICENSE
include:
- _pages
- _redirects
# Site settings
title: Matt Grey
long-title: Matt Grey Design
email: mattgreydesign@gmail.com
description: "The selected portfolio of London based digital product designer Matt Grey"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://himatt.com" # the base hostname & protocol for your site
timezone: Europe/London
year: 2021
start-year: 2010
sitemap: true
# Social networks
social-username:
twitter: "@mattgreydesign"
linkedin: "himatt"
github: "mattgreydesign"
medium: "@mattgreydesign"
pinterest: "mattgreydesign"
instagram: "mattgreydesign"
flickr: "mattgreydesign"
spotify: "mattgreydesign"
# Content
image_serve_path: "/images" # <img src="{{ site.image_serve_path }}/projects/img.jpg">
# Build settings
markdown: kramdown
kramdown:
smart_quotes: lsquo,rsquo,ldquo,rdquo
# Sass output
sass:
style: compressed # :nested :compact :expanded :compressed
compress_html: # http://jch.penibelst.de/
enabled: true # compress html
clippings: all # clip safe tags
comments: []
endings: []
#ignore:
#envs: [local]
blanklines: false # boolean - strip blank lines and breaks
profile: false
startings: []
# Structure
navigation:
- title: Projects
url: /
- title: Fonts
url: /fonts
- title: About
url: /about
- title: Contact
url: /contact
permalink: /:title/
# Configure site collections
collections:
projects:
output: true
permalink: /projects/:path/
fonts:
output: true
permalink: /fonts/:path/
defaults:
- scope:
path: ""
type: "projects"
values:
layout: "project"
- scope:
path: ""
type: "fonts"
values:
layout: "font"