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

site/content/npa-showcases/index.md

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

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

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,30 @@ tags = [
88
"zsh",
99
"tmux",
1010
]
11-
series = ["Linux Shell"]
12-
image = "images/title.png"
11+
showComments = "true"
1312
+++
1413

1514
## Introduction
1615

17-
This article expands on the basic [tmux](https://github.com/commitconfirmed/tmux-for-neteng) shell by moving from bash to zsh, adding the popular [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) plugin and, adding the [powerlevel10k](https://github.com/romkatv/powerlevel10k) theme for a speedier and modern looking shell.
16+
This article expands on the basic [tmux](https://github.com/commitconfirmed/tmux-for-neteng) repo by moving from bash to zsh, adding the popular [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) plugin and, adding the [powerlevel10k](https://github.com/romkatv/powerlevel10k) theme for a speedier and modern looking shell.
1817

19-
Repository here https://github.com/commitconfirmed/tmux-p10k-for-neteng/
18+
Repository below:
19+
20+
{{< github repo="commitconfirmed/tmux-p10k-for-neteng" >}}
2021

2122
## Try it out
2223

2324
Just click the "Open in GitHub Codespaces" button below! (github account required) Should see a terminal that looks similar to the below:
2425

25-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/commitconfirmed/tmux-p10k-for-neteng?quickstart=1&devcontainer_path=.devcontainer%2Fdevcontainer.json)
2626

27-
<img src="images/title.png" alt="Codespaces terminal window">
27+
{{< figure
28+
src="https://github.com/codespaces/badge.svg"
29+
alt="Open in GitHub Codespaces"
30+
href="https://codespaces.new/commitconfirmed/tmux-p10k-for-neteng?quickstart=1&devcontainer_path=.devcontainer%2Fdevcontainer.json"
31+
nozoom="true"
32+
>}}
33+
34+
<img src="images/tmux-screenshot-1.png" alt="Codespaces terminal window">
2835

2936
## Installation
3037

@@ -106,6 +113,4 @@ If you found this post useful, please show your support by sponsoring or at leas
106113

107114
- https://github.com/ohmyzsh/ohmyzsh
108115
- https://github.com/marlonrichert/zsh-autocomplete
109-
- https://github.com/romkatv/powerlevel10k
110-
111-
## Comments
116+
- https://github.com/romkatv/powerlevel10k

site/layouts/partials/comments.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<script src="https://giscus.app/client.js"
2+
data-repo="commitconfirmed/commitconfirmed.github.io"
3+
data-repo-id="R_kgDOOC1M0Q"
4+
data-category="Announcements"
5+
data-category-id="DIC_kwDOOC1M0c4Cnijk"
6+
data-mapping="pathname"
7+
data-strict="0"
8+
data-reactions-enabled="1"
9+
data-emit-metadata="0"
10+
data-input-position="top"
11+
data-theme="preferred_color_scheme"
12+
data-lang="en"
13+
crossorigin="anonymous"
14+
async>
15+
</script>

0 commit comments

Comments
 (0)