Skip to content

Commit e551145

Browse files
Moving theme to blowfish
1 parent 25169de commit e551145

File tree

13 files changed

+73
-44
lines changed

13 files changed

+73
-44
lines changed

site/assets/img/header-logo.svg

Lines changed: 4 additions & 0 deletions
Loading

site/assets/img/logo.svg

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

site/config/_default/languages.en.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ title = "COMMITCONFIRMED"
99
isoCode = "en"
1010
rtl = false
1111
dateFormat = "2 January 2006"
12-
logo = "img/logo.svg"
13-
# secondaryLogo = "img/secondary-logo.png"
12+
logo = "img/header-logo.svg"
13+
# secondaryLogo = "img/logo.svg"
1414
description = "Personal Blog"
1515
copyright = "© { year } Andrew Jones"
1616

site/content/about.md

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

site/content/about/index.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
+++
22
title = "About"
3+
date = "2025-05-17"
34
description = "About Me"
4-
date = "2025-03-25"
5-
tags = [
6-
"personal",
7-
]
8-
categories = [
9-
"personal",
10-
]
11-
toc = false
5+
layout = "simple"
6+
sharingLinks = false
127
+++
138

149
Testing about page

site/content/cv/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
title = "CV"
3+
date = "2025-05-17"
4+
description = "Andrew Jones (commitconfirmed) CV"
5+
layout = "simple"
6+
sharingLinks = false
7+
+++
8+
9+
TBD
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
+++
2+
title = "NPA Showcases"
3+
date = "2025-05-17"
4+
description = "Information and Guide to my NPA Showcases GitHub repository"
5+
tags = [
6+
"npa showcases",
7+
"containerlab",
8+
"github",
9+
"network automation",
10+
"network engineering",
11+
]
12+
showComments = true
13+
showPagination = false
14+
+++
15+
16+
## Introduction
17+
18+
The majority of my posts on this site utilize the below repository to manage the containerlab network topologies and network automation product docker containers:
19+
20+
{{< github repo="commitconfirmed/npa-showcases" >}}

site/content/posts/hugo-github-pages-starter/images/hugo-title.svg

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

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags = [
88
"github",
99
"github-pages",
1010
]
11-
series = ["Hugo Blog"]
11+
showComments = "true"
1212
+++
1313

1414
## Introduction
@@ -544,6 +544,3 @@ Hugo and this theme support Google Analytics. To enable this create an account a
544544
[services.googleAnalytics]
545545
ID = "G-XXXXXXXXXX"
546546
```
547-
548-
## Comments
549-

site/content/posts/tmux-p10k-for-neteng/featured.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)