-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
48 lines (43 loc) · 917 Bytes
/
_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
# Site settings
title: Steve Grossi at Work
email: [email protected]
description: Reflections on building software for, and with, people.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://work.stevegrossi.com"
permalink: pretty
paginate: 10
paginate_path: "/page/:num/"
twitter:
username: stevegrossi
github:
username: stevegrossi
author:
picture: /img/stevegrossi.jpg
twitter: stevegrossi
plugins:
- jekyll-sitemap
- jekyll-seo-tag
# Build settings
kramdown:
input: GFM
syntax_highlighter: rouge
# Exclude from _site
exclude:
- CNAME
- README.markdown
- Gemfile
- Gemfile.lock
# Collections
collections:
talks:
output: true
permalink: /talks/:title
# Default post options
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
layout: "post"
excerpt_separator: <!--more-->