-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
36 lines (30 loc) · 836 Bytes
/
config.yaml
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
baseURL: https://harringa.com
disablePathToLower: true
languageCode: en-us
ignoreFiles: [
"build/*"
]
title: Harringa.com
description: Generally used as a playground for Justin Harringa but also includes blog posts. Of course, all of that is subject to change.
# Links format
permalinks:
posts: posts/:year/:month/:title/
taxonomies:
category: categories
tag: tags
googleAnalytics: "UA-4900256-1"
disqusShortname: "harringa"
#theme: bota
params:
author: Justin Harringa
siteDescription: Generally used as a playground for Justin Harringa but also includes blog posts. Of course, all of that is subject to change.
googleMapsKey: AIzaSyC7CdiDDoEfq6B-VK1Zbi8bwq6fDkakC1A
blogPostTaxonomy: posts
menu:
main:
- name: Blog Posts
url: /posts/
weight: -100
- name: Links
url: /links/
weight: -80