-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·86 lines (76 loc) · 1.78 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
# 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.
# Site settings
title: Minette Shuen
email:
description: 'Minette Shuen'
baseurl: ''
url: '' # the base hostname & protocol for your site
# Build settings
markdown: kramdown
# Server Config options
livereload: true # You no longer need to include --livereload:
# jekyll serve -L
reload_port: 5678 # If you don't want to use the default port
# Sass
sass:
style: compressed
# Defaults
defaults:
- scope:
path: ''
type: posts
values:
layout: post
categories: ''
tags: []
featured-image: ''
- scope:
path: ''
type: pages
values:
layout: page
featured-image: ''
- scope:
path: ''
type: collections
values:
layout: collection
tags: []
featured-image: ''
homepage-thumbnail: ''
- scope:
path: 'assets/press'
values:
image: true
# Collections
collections:
collections:
output: true
permalink: /:collection/:path/
autopages:
enabled: false
permalink: pretty
exclude: [README.md, bower.json]
# Assets
# assets:
# prefix: "/assets"
# digest: true
# assets:
# - "*.JPG"
# - "bundle.css"
# sources:
# - "css"
# - "js"
# - "assets"
# features:
# liquid: false
# integrity: false
# # This will add height and width attributes for an img tag.
# automatic_img_size: true
# # This will add the digest path as an alt attribute for an img tag.
# automatic_img_alt: true