-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
23 lines (20 loc) · 719 Bytes
/
Copy path_config.yml
File metadata and controls
23 lines (20 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Site settings
timezone: Australia/Adelaide
title: Just a pile of Old Computer Junk
tagline: '"Its life Jim, but not as we know it"'
email: blog@oldcomputerjunk.net
description: > # this means to ignore newlines until "baseurl:"
This is my personal blog about various software development, devops,
information security, networking & embedded electronics topics.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://blog.oldcomputerjunk.net" # the base hostname & protocol for your site
twitter_username: pastcompute
github_username: oldcomputerjunk
pygments: true
permalink: /:year/:title/
paginate_path: '/blog/page:num/'
paginate: 1
# Build settings
markdown: kramdown
kramdown:
auto_ids: true