-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
40 lines (33 loc) · 899 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
# Welcome to Jekyll!
#
# Site settings
title: Perfectly Awesome
description: "Brian Piercy's collection of bookmark esoterica."
email: [email protected]
author: Brian Piercy
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://bjpcjp.github.io"
# Build settings
markdown: kramdown
#theme: minima
plugins:
- jekyll-feed
- jekyll_social_icons
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
social_links:
#twitter: https://twitter.com/brianpiercy
github: https://github.com/bjpcjp
linkedin: https://linkedin.com/in/brianpiercy
# excerpt visibility
show_excerpts: true
# navigation links
header_pages:
- index.html # all posts by date
- posts-by-tag.html # all posts grouped by tag
- posts-by-title.html # all posts by title
- about.html
#- posts-by-tag-last-update.html # sorted by most recently updated post with a given tag
# pagination
paginate: 50