Skip to content

Commit 25169de

Browse files
Converting to Blowfish theme
1 parent 831ed4d commit 25169de

File tree

11 files changed

+68
-44
lines changed

11 files changed

+68
-44
lines changed

site/assets/img/author-logo.png

78.2 KB
Loading

site/assets/img/logo.svg

Lines changed: 4 additions & 0 deletions
Loading

site/config/_default/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildFuture = false
1616

1717
enableEmoji = true
1818

19-
# googleAnalytics = "G-TMR5HQPCWP"
19+
googleAnalytics = "G-TMR5HQPCWP"
2020

2121
[pagination]
2222
pagerSize = 100

site/config/_default/languages.en.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ disabled = false
22
languageCode = "en"
33
languageName = "English"
44
weight = 1
5-
title = "Commitconfirmed"
5+
title = "COMMITCONFIRMED"
66

77
[params]
88
displayName = "EN"
99
isoCode = "en"
1010
rtl = false
1111
dateFormat = "2 January 2006"
12-
# logo = "img/logo.png"
12+
logo = "img/logo.svg"
1313
# secondaryLogo = "img/secondary-logo.png"
1414
description = "Personal Blog"
15-
copyright = "2025 Andrew Jones"
15+
copyright = "© { year } Andrew Jones"
1616

1717
[params.author]
1818
name = "Andrew Jones"
1919
email = "blog@commitconfirmed.com"
20-
image = "img/blowfish_logo.png"
20+
image = "img/author-logo.png"
2121
imageQuality = 96
22-
headline = "Network Engineering, Automation & Other things"
23-
bio = "Melbourne Based Network Engineer"
22+
headline = "Network Engineering, Network Automation & Other things"
23+
bio = "Network Engineering & Automation Generalist"
2424
links = [
25-
{ email = "mailto:blog@commitconfirmed.com" },
25+
# { email = "mailto:blog@commitconfirmed.com" },
2626
# { link = "https://link-to-some-website.com/" },
2727
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
2828
# { apple = "https://www.apple.com" },

site/config/_default/menus.en.toml

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,20 @@
1111
# ordered by weight from lowest to highest.
1212

1313
[[main]]
14-
name = "Blog"
14+
name = "Posts"
1515
pageRef = "posts"
1616
weight = 10
1717

18+
[[main]]
19+
name = "Tags"
20+
pageRef = "tags"
21+
weight = 20
22+
23+
[[main]]
24+
name = "NPA Showcases"
25+
pageRef = "npa-showcases"
26+
weight = 30
27+
1828
#[[main]]
1929
# name = "Parent"
2030
# weight = 20
@@ -47,21 +57,23 @@
4757
# pageRef = "categories"
4858
# weight = 20
4959

50-
#[[main]]
51-
# name = "Tags"
52-
# pageRef = "tags"
53-
# weight = 30
60+
5461

5562

5663
# -- Footer Menu --
5764
# The footer menu is displayed at the bottom of the page, just before
5865
# the copyright notice. Configure as per the main menu above.
5966

6067

61-
# [[footer]]
62-
# name = "Tags"
63-
# pageRef = "tags"
64-
# weight = 10
68+
[[footer]]
69+
name = "About"
70+
pageRef = "about"
71+
weight = 10
72+
73+
[[footer]]
74+
name = "CV"
75+
pageRef = "cv"
76+
weight = 10
6577

6678
# [[footer]]
6779
# name = "Categories"

site/config/_default/module.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/config/_default/params.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ defaultAppearance = "dark" # valid options: light or dark
1010
autoSwitchAppearance = true
1111

1212
enableSearch = true
13-
enableCodeCopy = false
13+
enableCodeCopy = true
1414

1515
replyByEmail = false
1616

1717
# mainSections = ["section1", "section2"]
18-
# robots = ""
18+
robots = "all"
1919

2020
disableImageOptimization = false
2121
disableTextInHeader = false
@@ -24,15 +24,15 @@ disableTextInHeader = false
2424
# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
2525
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
2626

27-
# highlightCurrentMenuArea = true
28-
# smartTOC = true
29-
# smartTOCHideUnfocusedChildren = true
27+
highlightCurrentMenuArea = true
28+
smartTOC = true
29+
smartTOCHideUnfocusedChildren = false
3030

3131
giteaDefaultServer = "https://git.fsfe.org"
3232
forgejoDefaultServer = "https://v8.next.forgejo.org"
3333

3434
[header]
35-
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
35+
layout = "fixed-gradient" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
3636

3737
[footer]
3838
showMenu = true
@@ -44,11 +44,11 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
4444
[homepage]
4545
layout = "profile" # valid options: page, profile, hero, card, background, custom
4646
#homepageImage = "IMAGE.jpg" # used in: hero, and card
47-
showRecent = false
47+
showRecent = true
4848
showRecentItems = 5
49-
showMoreLink = false
49+
showMoreLink = true
5050
showMoreLinkDest = "/posts/"
51-
cardView = false
51+
cardView = true
5252
cardViewScreenWidth = false
5353
layoutBackgroundBlur = false # only used when layout equals background
5454

@@ -57,11 +57,11 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
5757
showViews = false
5858
showLikes = false
5959
showDateOnlyInArticle = false
60-
showDateUpdated = false
60+
showDateUpdated = true
6161
showAuthor = true
6262
# showAuthorBottom = false
63-
showHero = false
64-
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
63+
showHero = true
64+
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
6565
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
6666
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
6767
showBreadcrumbs = false
@@ -74,14 +74,14 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
7474
showPagination = true
7575
invertPagination = false
7676
showReadingTime = true
77-
showTableOfContents = false
77+
showTableOfContents = true
7878
# showRelatedContent = false
7979
# relatedContentLimit = 3
80-
showTaxonomies = false
80+
showTaxonomies = true
8181
showAuthorsBadges = false
8282
showWordCount = true
83-
# sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
84-
showZenMode = false
83+
sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "facebook" ]
84+
showZenMode = true
8585

8686
[list]
8787
showHero = false
@@ -111,7 +111,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
111111
showViews = false
112112
showLikes = false
113113
showTableOfContents = false
114-
cardView = false
114+
cardView = true
115115

116116
[term]
117117
showHero = false

site/content/about.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
+++
2+
title = "About"
3+
description = "About Me"
4+
date = "2025-03-25"
5+
tags = [
6+
"personal",
7+
]
8+
categories = [
9+
"personal",
10+
]
11+
toc = false
12+
+++
13+
14+
Testing about page

site/content/posts/hugo-github-pages-starter/featured.svg

Lines changed: 4 additions & 0 deletions
Loading

site/content/posts/hugo-github-pages-starter/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ tags = [
88
"github",
99
"github-pages",
1010
]
11-
categories = [
12-
"hugo",
13-
]
1411
series = ["Hugo Blog"]
15-
image = "images/hugo-title.svg"
1612
+++
1713

1814
## Introduction

site/content/posts/tmux-p10k-for-neteng/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ tags = [
88
"zsh",
99
"tmux",
1010
]
11-
categories = [
12-
"linux",
13-
]
1411
series = ["Linux Shell"]
1512
image = "images/title.png"
1613
+++

0 commit comments

Comments
 (0)