-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
61 lines (50 loc) · 1.2 KB
/
Copy pathhugo.toml
File metadata and controls
61 lines (50 loc) · 1.2 KB
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
55
56
57
58
59
60
61
baseURL = "https://danohn.com/"
locale = "en-us"
title = "danohn.com"
enableRobotsTXT = true
[params]
description = "Engineering notes from the things I’m building and learning."
author = "Daniel Ohnesorge"
authorImage = "images/authors/daniel-ohnesorge.jpg"
[params.social]
github = "https://github.com/danohn"
sponsor = "https://github.com/sponsors/danohn"
x = "https://x.com/dan_ohn"
linkedin = "https://www.linkedin.com/in/dohnesorge/"
[params.analytics]
plausibleScript = "https://analytics.danohn.com/js/pa-y0g4-do_o7Mkl5zAZtMND.js"
[params.giscus]
repo = "danohn/danohn.com"
repoId = "R_kgDOSxo24w"
category = "Comments"
categoryId = "DIC_kwDOSxo2484C-i1-"
[taxonomies]
author = "authors"
topic = "topics"
[markup]
[markup.highlight]
noClasses = false
style = "github"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML"]
taxonomy = ["HTML"]
term = ["HTML"]
[services]
[services.rss]
limit = 20
[[menu.main]]
name = "Home"
url = "/"
weight = 10
[[menu.main]]
name = "About"
url = "/about/"
weight = 20
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 30