-
Notifications
You must be signed in to change notification settings - Fork 32
/
_config.yml
101 lines (87 loc) · 1.88 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
101
# Dependencies
markdown: kramdown
highlighter: rouge
# Gems
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-redirect-from
- jekyll-seo-tag
# Settings
color: '#fab005'
exclude:
[
CNAME,
README.md,
NOTES.md,
LICENSE.md,
.gitignore,
package.json,
_js,
_scss,
_images,
gulpfile.js,
gulpconfig.js,
node_modules,
gemfile,
Gemfile.lock,
]
permalink: /:title/
compress_html:
clippings: all
comments: all
dark_theme: false
# Site meta
title: Summer
tagline: 'Delicious & healthy recipes'
description: 'A simple Jekyll theme with a photo sidebar.'
keywords: 'connor, bär, designer, traveller, code, jekyll, developer, theme'
url: https://connor-baer.github.io
baseurl: /summer
assets: /assets
images: /images/
image: index-large.jpg
logo: /assets/icons/apple-icon-144x144.png
author:
name: Connor Bär
bio: Hi, I'm Connor, the author of this blog. Nice to meet you!
image: author
url: https://connorbaer.co
email: [email protected]
twitter: connor_baer
social:
twitter: https://twitter.com/connor_baer
instagram: https://instagram.com/connor_baer
github: https://github.com/connor-baer/summer
version: 2.0.0
github:
repo: https://github.com/connor-baer/summer
# Integrations
# typekit: fcv7rfe
google_fonts:
Overpass: 400, 600, 800
# google_analytics_key: UA-37412525-4
# google_site_verification: Z-pc_HPc4XNBz8xg1fgtxO2MSIYLirZc2jWTNq0bJyM
# Content
excerpt_separator: <!-- Read more -->
navigation:
GitHub: https://github.com/connor-baer/summer
Download: https://github.com/connor-baer/summer/archive/gh-pages.zip
collections:
recipes:
output: true
defaults:
- scope:
path: ''
type: posts
values:
layout: post
lang: en
permalink: /news/:title/
- scope:
path: ''
type: recipes
values:
layout: recipe
lang: en
permalink: /:title/