-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (41 loc) · 1.17 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
title: read_me.txt
author:
email: [email protected]
description: > # this means to ignore newlines until "show_exerpts:"
This is where I type words about big calculators and digital harm-reduction.
show_excerpts: true # set to true to show excerpts on the homepage
paginate: 5
paginate_path: "/blog/page:num/"
tag_permalink_style: pretty
tag_page_layout: tag_page
tag_page_dir: tag
# jekyll-dash date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
dash:
date_format: "%b %-d, %Y"
#disqus:
#shortname:
# generate social links in footer
# supported colors: green, red, orange, blue, cyan, pink, teal, yellow, indigo, purple
social_links:
- url: https://mastodon.social/@matrix8967
icon: mastodon
color: cyan
- url: https://matrix8967.itch.io
icon: itch-io
color: red
- url: https://gitlab.com/matrix8967
icon: gitlab
color: purple
show_author: true
# Build settings
theme: jekyll-dash
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- liquid-md5
- jekyll/tagging
# Replaces the default avatar provider (gravatar)
avatar_source: github
github_username: matrix8967