-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
119 lines (96 loc) · 2.99 KB
/
hugo.toml
File metadata and controls
119 lines (96 loc) · 2.99 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
baseURL = 'https://jrobb.org/'
languageCode = 'en-us'
title = 'jrobb.org'
theme = "hugo-theme-m10c"
#theme = "hugo-xterm"
publishDir = "docs"
copyright = "Jon Robbins (CC BY 4.0)"
defaultContentLanguage = "en"
# Generate a nice robots.txt for SEO
enableRobotsTXT = true
[params]
author = "Jon Robbins"
description = "Just my random thoughts"
avatar = "/images/avatars/rm/grok-me-rm-style-2.jpg"
menu_item_separator = " / "
# menu_item_separator = "<br>"
favicon = "/favicon.ico"
paginate = 20
# Dates are displayed following the format below. For more information about
# formatting, see https://gohugo.io/functions/format/
dateFormat = "2006-01-02"
# (EXPERIMENTAL) This theme has two options for its CSS styles: "original" and
# "herman". The former is what you see on Bear Cub's demo (an optimized
# version of Hugo Bear Blog), while the latter has a more modern look based on
# Herman Martinus's version of the Blogster Minimal theme for Astro.
themeStyle = "original"
# (EXPERIMENTAL) This theme is capable of dynamically generating social cards
# for posts that don't have `images` defined in their front matter; By setting
# `generateSocialCard` to false, you can prevent this behavior. For more
# information see layouts/partials/social_card.html
generateSocialCard = true
#######################################################
# menu items
#######################################################
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 3
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 5
[[menu.main]]
name = "Quotes"
url = "/quotes/"
weight = 10
[[menu.main]]
name = "Guides"
url = "/tags/guides/"
weight = 20
[[menu.main]]
name = "Recipes"
url = "/recipes/"
weight = 30
[[menu.main]]
name = "Dad Stuff"
url = "/tags/iamyourfather/"
weight = 35
[[menu.main]]
name = "About"
url = "/about/"
weight = 40
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 50
#######################################################
[[params.social]]
icon = "brand-mastodon"
name = "Mastodon"
url = "https://mastodon.social/@jrobb"
[[params.social]]
name = "X"
icon = "brand-x"
url = "https://x.com/jrobbnc"
[[params.social]]
icon = "brand-github"
name = "My Github"
url = "https://github.com/jfrobbins"
# Setup syntax highlighting without inline styles. For more information about
# why you'd want to avoid inline styles, see
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src#unsafe_inline_styles
[markup]
[markup.highlight]
lineNos = true
lineNumbersInTable = false
# This allows Bear Cub to use a variation of Dracula that is more accessible
# to people with poor eyesight. For more information about color contrast
# and accessibility, see https://web.dev/color-and-contrast-accessibility/
noClasses = false