Skip to content

Commit f12bdaa

Browse files
General upkeep
1 parent 3a0df60 commit f12bdaa

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "site/themes/tailwind"]
2-
path = site/themes/tailwind
3-
url = https://github.com/tomowang/hugo-theme-tailwind.git
41
[submodule "site/themes/blowfish"]
52
path = site/themes/blowfish
63
url = https://github.com/nunocoracao/blowfish.git

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
My own personal blog. Visit https://commitconfirmed.github.io for the page.
44

5-
If you would like to create your own Blog on GitHub pages, see https://commitconfirmed.github.io/posts/hugo-github-pages-starter and the associated starter respository https://github.com/commitconfirmed/hugo-git-pages-starter
5+
If you would like to create your own Blog on GitHub pages, see https://commitconfirmed.github.io/posts/hugo-github-pages-starter and the associated starter repository https://github.com/commitconfirmed/hugo-git-pages-starter
66

77
## Random notes
88

99
Files to update when updating the Hugo version
1010

1111
```bash
1212
Dockerfile
13-
.github/worksflows/hugo.yml
13+
.github/workflows/hugo.yml
1414
.devcontainer/Dockerfile
1515
```

site/config/_default/languages.en.toml

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

77
[params]
88
displayName = "EN"
@@ -11,7 +11,7 @@ title = "COMMIT CONFIRMED"
1111
dateFormat = "2 January 2006"
1212
logo = "img/header-logo.svg"
1313
# secondaryLogo = "img/logo.svg"
14-
description = "Personal Blog"
14+
description = "Network Engineering & Network Automation Blog"
1515
copyright = "© { year } Andrew Jones"
1616

1717
[params.author]

site/config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
4545
layout = "profile" # valid options: page, profile, hero, card, background, custom
4646
#homepageImage = "IMAGE.jpg" # used in: hero, and card
4747
showRecent = true
48-
showRecentItems = 5
48+
showRecentItems = 6
4949
showMoreLink = true
5050
showMoreLinkDest = "/posts/"
5151
cardView = true

site/content/posts/basic-nornir/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tags = [
1010
"python",
1111
]
1212
showComments = "true"
13+
robots = "all"
1314
+++
1415

1516
## Introduction

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags = [
99
"github-pages",
1010
]
1111
showComments = "true"
12+
robots = "all"
1213
+++
1314

1415
## Introduction

site/content/posts/network-diagram-guide/01-intro/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ series = [
1414
]
1515
series_order = 1
1616
showComments = "true"
17+
robots = "all"
1718
+++
1819

1920
## Introduction

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags = [
99
"tmux",
1010
]
1111
showComments = "true"
12+
robots = "all"
1213
+++
1314

1415
## Introduction

site/themes/tailwind

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)