-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
54 lines (44 loc) · 1 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
# vim: ts=2 sw=2 et
title: "Hunting the Shmoo"
baseURL: "https://ahal.ca/"
copyright: "© 2018 Andrew Halberstadt"
languageCode: "en-us"
theme: "hugo-theme-bootstrap4-blog"
sectionPagesMenu: "navbar"
permalinks:
blog: "/blog/:year/:slug/"
casts: "/casts/:year/:slug/"
page: "/:slug/"
pagination:
pagerSize: 10
menu:
navbar:
- identifier: blog
name: Blog
url: /blog/
- identifier: casts
name: Casts
url: /casts/
taxonomies:
series: series
tag: tags
# Theme variables
params:
author: "Andrew Halberstadt"
description: "Screencasts and blog posts on workflow, productivity, tools, Mozilla and whatever else tickles my fancy."
date_format: "Jan 02, 2006"
mainSections:
- blog
- casts
sidebar:
num_recent_posts: 10
tag_cloud: true
social:
mastodon: "[email protected]"
twitter: "halbersa"
# Whether to display summaries on the list page
truncate: true
PygmentsCodeFences: true
PygmentsStyle: "monokai"
PygmentsOptions:
linenos: table