-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·52 lines (46 loc) · 1022 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
49
50
51
52
# Site
name: martinpeck.com
title: martinpeck.com
copyright_name: Martin Peck
description: "A blog, written by someone called Martin Peck"
meta_description: "A blog, written by someone called Martin Peck."
logo: 'assets/icons/apple-icon.png'
google_analytics: 'G-W3GQ5SV4ZZ'
permalink: pretty
# Authors
authors:
mpeck:
name: Martin
display_name: Martin Peck
gravatar: e7abf15c907e020b93f8be6f5f2ae672
email: martinjohnpeck@gmail.com
web: https://martinpeck.com
twitter: https://twitter.com/martinpeck
description: "I write code, and manage people who write code."
# Plugins
plugins:
- jekyll-paginate
- jekyll-archives
- jekyll-gist
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/category/:name/'
# Pagination
paginate: 9
paginate_path: /page:num/
# Other
markdown: kramdown
highlighter: rouge
# Ignore stuff
exclude:
- README.md
- LICENSE.md
- vendor
- Gemfile
- Gemfile.lock
- azure-pipelines.yml
- Makefile