-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.yml
51 lines (40 loc) · 1.11 KB
/
hugo.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
---
baseURL: https://hisaac.net
title: hisaac.net
archetypeDir: src/archetypes
assetDir: src/assets
contentDir: src/content
dataDir: src/data
layoutDir: src/layouts
staticDir: src/static
themesDir: src/themes
# Generate a nice robots.txt for SEO
enableRobotsTXT: true
outputFormats:
rss:
mediatype: application/rss+xml
baseName: feed
params:
# The description of your website
description: Isaac Halvorson's personal website
# The path to your favicon
favicon: favicon.ico
# Dates are displayed following the format below. For more information about
# formatting, see https://gohugo.io/functions/format/
dateFormat: Jan 2, 2006
# Author metadata. This is mostly used for the RSS feed of your site, but the
# email is also added to the footer of each post
author:
name: Isaac Halvorson # Your name as shown in the RSS feed metadata
email: [email protected] # Added to the footer so readers can reply to posts
markup:
goldmark:
renderer:
unsafe: true
extensions:
typographer:
disable: true
highlight:
noClasses: false
permalinks:
blog: /blog/:slug/