-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
45 lines (36 loc) · 960 Bytes
/
hugo.toml
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
title = 'Matt Loberg'
baseURL = 'https://mlo.io'
languageCode = 'en-us'
copyright = 'Matt Loberg'
timeZone = 'America/Chicago'
enableRobotsTXT = true
cleanDestinationDir = true
[params]
description = 'Software Engineer passionate about DevOps and Open Source.'
[params.hero]
id = 'main'
url = 'https://unsplash.com/photos/a-lake-surrounded-by-mountains-and-trees-vNVwg35VZrg'
credit = 'Philipp Düsel'
[frontmatter]
date = [':filename', ':default']
[taxonomies]
category = 'categories'
[permalinks.page]
posts = '/blog/:year/:month/:day/:slug/'
[permalinks.term]
categories = '/blog/category/:slug/'
[outputs]
home = ['html', 'rss', 'json']
section = ['html']
term = ['html']
taxonomy = ['html']
[outputFormats.rss]
baseName = 'feed'
[outputFormats.json]
baseName = 'feed'
[[build.cachebusters]]
source = '(postcss|tailwind)\.config\.js'
target = '(css|styles|scss|sass)'
[[build.cachebusters]]
source = 'layouts/.*'
target = '(css|styles|scss|sass)'