Skip to content

Commit 8b30a16

Browse files
committed
⬆️ upgrade Hugo and Blowfish theme
1 parent 26aa292 commit 8b30a16

File tree

4 files changed

+30
-32
lines changed

4 files changed

+30
-32
lines changed

LICENSE

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
Copyright (c) 2022 Tim Goshinski. All rights reserved.
22

3-
Redistribution and use in
4-
source and binary forms, with or without modification, are permitted provided
5-
that the following conditions are met:
3+
Redistribution and use in source and binary forms, with or without modification,
4+
are permitted provided that the following conditions are met:
65

7-
1. Redistributions of source code must
8-
retain the above copyright notice, this list of conditions and the following
9-
disclaimer.
6+
1. Redistributions of source code must retain the above copyright notice,
7+
this list of conditions and the following disclaimer.
108

11-
2. Redistributions in binary form must reproduce the above
12-
copyright notice, this list of conditions and the following disclaimer in the
13-
documentation and/or other materials provided with the distribution.
9+
2. Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation
11+
and/or other materials provided with the distribution.
1412

15-
3.
16-
Neither the name of the copyright holder nor the names of its contributors may be
17-
used to endorse or promote products derived from this software without specific
18-
prior written permission.
13+
3. Neither the name of the copyright holder nor the names of its contributors
14+
may be used to endorse or promote products derived from this software
15+
without specific prior written permission.
1916

20-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
21-
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
23-
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
24-
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
25-
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26-
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27-
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
28-
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29-
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
30-
DAMAGE.
17+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
18+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
21+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
24+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

config/_default/languages.en.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
languageCode = "en"
22
languageName = "English"
3-
displayName = "EN"
4-
isoCode = "en"
53
weight = 1
6-
rtl = false
7-
84
title = "Code-Chimp"
9-
# logo = "img/logo.png"
10-
description = "Sharing things I find interesting or come up with"
115

12-
dateFormat = "2 January 2006"
6+
[params]
7+
description = "Sharing things I find interesting or come up with"
8+
# logo = "img/logo.png"
9+
dateFormat = "2 January 2006"
10+
displayName = "EN"
11+
isoCode = "en"
12+
rtl = false
1313

1414
[author]
1515
name = "Tim Goshinski"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.19
44

55
require (
66
github.com/nunocoracao/blowfish v1.9.0 // indirect
7-
github.com/nunocoracao/blowfish/v2 v2.4.0 // indirect
7+
github.com/nunocoracao/blowfish/v2 v2.42.0 // indirect
88
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ github.com/nunocoracao/blowfish v1.9.0 h1:DqTrybi9CtG6HzCDMsDdzkVxVCjDaE6z1Ebj4O
22
github.com/nunocoracao/blowfish v1.9.0/go.mod h1:a+x71NKypnAynVrKYncF4jMagrvWjOdacVpA9RJh2UA=
33
github.com/nunocoracao/blowfish/v2 v2.4.0 h1:7Nxsfr0fAcCeuB3vvxyWazqNXgXPgykAukoe8gsobsU=
44
github.com/nunocoracao/blowfish/v2 v2.4.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=
5+
github.com/nunocoracao/blowfish/v2 v2.42.0 h1:2/txTVohyHMuMQo1rHL7Zu2M2dcZl/y246wt+Ewgr0A=
6+
github.com/nunocoracao/blowfish/v2 v2.42.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=

0 commit comments

Comments
 (0)