-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
38 lines (31 loc) · 973 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
title: decuser's blog
author:
name: decuser
email: [email protected]
description: decuser's technical explorations and adventures in retro-computing, unix, and
programming.
show_excerpts: true
excerpt_separator: <!--more-->
# Minima date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%b %-d, %Y"
# generate social links in footer
social_links:
- { platform: github, user_url: "https://github.com/decuser" }
- { platform: youtube, user_url: "https://www.youtube.com/@decuser" }
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
#header_pages:
# - about.md
# Build settings
#theme: minima
remote_theme: jekyll/minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- jekyll-remote-theme
paginate: 10
#timezone: America/Chicago
google_analytics: G-6K8M1G32XP