-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
61 lines (52 loc) · 1.26 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
# Site settings
title: nearly functional
#email: your-email@domain.com
description: >
Articles on systems engineering, software development, and scalable data
stores. Opinions expressed are solely my own and do not express the views
or opinions of my employer.
baseurl: "" # the subpath of your site, e.g. /blog
#url: "http://wildflame.me" # the base hostname & protocol for your site
twitter_username: opeckojo
github_username: jopecko
# Build settings
markdown: kramdown
kramdown:
input: GFM
plugins:
- jekyll-paginate-v2
- jekyll-relative-links
- jekyll-last-modified-at
# Third-party services
# just leave someone empty to disable it
# google_analytics:
disqus_shortname:
# used this for post_excerpt at index_page
excerpt_separator: <!--description-->
defaults:
- scope:
path: "_snippets"
values:
layout: snippet
nav_id: /snippets/
has_contributions: true
author: jopecko
collections:
snippets:
relative_directory: "_snippets"
output: true
pagination:
enabled: true
per_page: 20
permalink: "/page/:num"
title: ":title - page :num"
sort_reverse: true
navigation:
- title: snippets
url: /snippets/
id: /snippets/
authors:
jopecko:
name: Joe O'Pecko
github: jopecko
twitter: opeckojo