-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
130 lines (112 loc) · 4.39 KB
/
hugo.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
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
120
121
122
123
124
125
126
127
128
129
130
baseURL: "https://thatferret.blog/"
languageCode: "en-uk"
title: "That Ferret Blog"
theme: "PaperMod"
enableRobotsTXT: true
enableGitInfo: true
pagination:
pagerSize: 8
markup:
goldmark:
renderer:
unsafe: true
menu:
main:
- identifier: home
name: home
url: /
weight: 10
- identifier: about
name: about
url: /about/
weight: 20
- identifier: series
name: series
url: /series/
weight: 30
- identifier: tags
name: tags
url: /tags/
weight: 40
- identifier: archive
name: archive
url: /archive/
weight: 50
- identifier: search
name: search
url: /search/
weight: 60
taxonomies:
tag: tags
series: series
params:
env: production
title: That Ferret Blog
description: "A blog for information, sources, overviews, & opinions for all things ferret related"
keywords: [Blog, Ferret,Ferret blog, Mustelid, Mustelidae, Pet Care, Animal Care, Ferret care, Ferret welfare, Ferret as a pet, Pet ferret, Ferret food, Ferret pet, Ferret noises, Dooking, Ferret colors, Ferret colours]
author: Bunny
DateFormat: "2 January, 2006"
copyrightStartYear: 2025
defaultTheme: dark
disableThemeToggle: false
cdnUrl: https://cdn.thatferret.blog
# home-info mode
homeInfoParams:
Title: Hi, I'm <span style="color:var(--theme)">Bunny</span> ฅ՞•ﻌ•՞ฅ
Content: "This blog aims to provide information, sources, overviews, & opinions for all things ferret related."
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
ShowWordCount: true
ShowRssButtonInSectionTermList: true
ShowPageNums: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
ShareButtons: ["reddit", "facebook", "whatsapp", "telegram"]
socialIcons:
- name: linktree
url: "https://linktr.ee/thatbunny"
- name: instagram
url: "https://www.instagram.com/bootsntoots_/profilecard"
- name: tiktok
url: "https://www.tiktok.com/@bunnyandthepets"
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
limit: 20
keys: ["title", "permalink", "summary", "content"]
footer:
license: <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">The content of <a property="dct:title" rel="cc:attributionURL" href="https://thatferret.blog">That Ferret Blog</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://linktr.ee/thatbunny">Bunny</a> & <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/GiggleSquid">GiggleSquid</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img loading="lazy" style="height:16px!important;width:16px!important;margin-left:3px;vertical-align:text-bottom;display:inherit" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img loading="lazy" style="height:16px!important;width:16px!important;margin-left:3px;vertical-align:text-bottom;display:inherit" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img loading="lazy" style="height:16px!important;width:16px!important;margin-left:3px;vertical-align:text-bottom;display:inherit" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>
analytics: This site uses <a target="_blank" rel="noopener noreferrer" href="https://umami.is" >Umami Analytics</a>, which collects non-personal, anonymised data.<br>You can opt out by blocking the umami_analytics.js script.<br>
text : Site created by <a target="_blank" rel="noopener noreferrer" href="https://github.com/GiggleSquid">Jack "GiggleSquid" Connors</a>
privacy:
disable: false
privacyEnhanced: true
outputs:
home:
- HTML
- RSS
- JSON
module:
mounts:
- source: assets
target: assets
- source: "node_modules/@catppuccin/palette/css"
target: "assets/css/catppuccin"
- source: "node_modules/@justinribeiro/lite-youtube"
target: "assets/js/lite-youtube"
build:
buildStats:
enable: true