Skip to content

Commit 353aacd

Browse files
Merge pull request #2 from commitconfirmed/dev
Migration to Blowfish
2 parents 3deea7e + e551145 commit 353aacd

File tree

20 files changed

+483
-31
lines changed

20 files changed

+483
-31
lines changed

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[submodule "site/themes/tailwind"]
22
path = site/themes/tailwind
33
url = https://github.com/tomowang/hugo-theme-tailwind.git
4+
[submodule "site/themes/blowfish"]
5+
path = site/themes/blowfish
6+
url = https://github.com/nunocoracao/blowfish.git
7+
branch = main

site/assets/img/author-logo.png

78.2 KB
Loading

site/assets/img/header-logo.svg

+4
Loading

site/config/_default/hugo.toml

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# -- Site Configuration --
2+
# Refer to the theme docs for more details about each of these parameters.
3+
# https://blowfish.page/docs/getting-started/
4+
5+
theme = "blowfish"
6+
baseURL = "https://commitconfirmed.github.io"
7+
defaultContentLanguage = "en"
8+
9+
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
10+
11+
enableRobotsTXT = true
12+
summaryLength = 0
13+
14+
buildDrafts = false
15+
buildFuture = false
16+
17+
enableEmoji = true
18+
19+
googleAnalytics = "G-TMR5HQPCWP"
20+
21+
[pagination]
22+
pagerSize = 100
23+
24+
[imaging]
25+
anchor = 'Center'
26+
27+
[taxonomies]
28+
tag = "tags"
29+
category = "categories"
30+
author = "authors"
31+
series = "series"
32+
33+
[sitemap]
34+
changefreq = 'daily'
35+
filename = 'sitemap.xml'
36+
priority = 0.5
37+
38+
[outputs]
39+
home = ["HTML", "RSS", "JSON"]
40+
41+
[related]
42+
threshold = 0
43+
toLower = false
44+
45+
[[related.indices]]
46+
name = "tags"
47+
weight = 100
48+
49+
[[related.indices]]
50+
name = "categories"
51+
weight = 100
52+
53+
[[related.indices]]
54+
name = "series"
55+
weight = 50
56+
57+
[[related.indices]]
58+
name = "authors"
59+
weight = 20
60+
61+
[[related.indices]]
62+
name = "date"
63+
weight = 10
64+
65+
[[related.indices]]
66+
applyFilter = false
67+
name = 'fragmentrefs'
68+
type = 'fragments'
69+
weight = 10
File renamed without changes.
+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
disabled = false
2+
languageCode = "en"
3+
languageName = "English"
4+
weight = 1
5+
title = "COMMITCONFIRMED"
6+
7+
[params]
8+
displayName = "EN"
9+
isoCode = "en"
10+
rtl = false
11+
dateFormat = "2 January 2006"
12+
logo = "img/header-logo.svg"
13+
# secondaryLogo = "img/logo.svg"
14+
description = "Personal Blog"
15+
copyright = "© { year } Andrew Jones"
16+
17+
[params.author]
18+
name = "Andrew Jones"
19+
20+
image = "img/author-logo.png"
21+
imageQuality = 96
22+
headline = "Network Engineering, Network Automation & Other things"
23+
bio = "Network Engineering & Automation Generalist"
24+
links = [
25+
# { email = "mailto:[email protected]" },
26+
# { link = "https://link-to-some-website.com/" },
27+
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
28+
# { apple = "https://www.apple.com" },
29+
# { blogger = "https://username.blogspot.com/" },
30+
{ bluesky = "https://bsky.app/profile/commitconfirmed.bsky.social" },
31+
# { codepen = "https://codepen.io/username" },
32+
# { dev = "https://dev.to/username" },
33+
# { discord = "https://discord.gg/invitecode" },
34+
# { dribbble = "https://dribbble.com/username" },
35+
# { facebook = "https://facebook.com/username" },
36+
# { flickr = "https://www.flickr.com/photos/username/" },
37+
# { foursquare = "https://foursquare.com/username" },
38+
{ github = "https://github.com/commitconfirmed" },
39+
# { gitlab = "https://gitlab.com/username" },
40+
# { google = "https://www.google.com/" },
41+
# { hashnode = "https://username.hashnode.dev" },
42+
# { instagram = "https://instagram.com/username" },
43+
# { itch-io = "https://username.itch.io" },
44+
# { keybase = "https://keybase.io/username" },
45+
# { kickstarter = "https://www.kickstarter.com/profile/username" },
46+
# { lastfm = "https://lastfm.com/user/username" },
47+
{ linkedin = "https://linkedin.com/in/linkedjones" },
48+
# { mastodon = "https://mastodon.instance/@username" },
49+
# { medium = "https://medium.com/username" },
50+
# { microsoft = "https://www.microsoft.com/" },
51+
# { orcid = "https://orcid.org/userid" },
52+
# { patreon = "https://www.patreon.com/username" },
53+
# { pinterest = "https://pinterest.com/username" },
54+
# { reddit = "https://reddit.com/user/username" },
55+
# { researchgate = "https://www.researchgate.net/profile/username" },
56+
# { slack = "https://workspace.url/team/userid" },
57+
# { snapchat = "https://snapchat.com/add/username" },
58+
# { soundcloud = "https://soundcloud.com/username" },
59+
# { spotify = "https://open.spotify.com/user/userid" },
60+
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
61+
# { steam = "https://steamcommunity.com/profiles/userid" },
62+
# { telegram = "https://t.me/username" },
63+
# { threads = "https://www.threads.net/@username" },
64+
# { tiktok = "https://tiktok.com/@username" },
65+
# { tumblr = "https://username.tumblr.com" },
66+
# { twitch = "https://twitch.tv/username" },
67+
# { twitter = "https://twitter.com/username" },
68+
# { x-twitter = "https://twitter.com/username" },
69+
# { whatsapp = "https://wa.me/phone-number" },
70+
# { youtube = "https://youtube.com/username" },
71+
# { ko-fi = "https://ko-fi.com/username" },
72+
# { codeberg = "https://codeberg.org/username"},
73+
]

site/config/_default/markup.toml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# -- Markup --
2+
# These settings are required for the theme to function.
3+
4+
[goldmark]
5+
[goldmark.renderer]
6+
unsafe = true
7+
8+
[highlight]
9+
noClasses = false
10+
11+
[tableOfContents]
12+
startLevel = 2
13+
endLevel = 4

site/config/_default/menus.en.toml

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# -- Main Menu --
2+
# The main menu is displayed in the header at the top of the page.
3+
# Acceptable parameters are name, pageRef, page, url, title, weight.
4+
#
5+
# The simplest menu configuration is to provide:
6+
# name = The name to be displayed for this menu link
7+
# pageRef = The identifier of the page or section to link to
8+
#
9+
# By default the menu is ordered alphabetically. This can be
10+
# overridden by providing a weight value. The menu will then be
11+
# ordered by weight from lowest to highest.
12+
13+
[[main]]
14+
name = "Posts"
15+
pageRef = "posts"
16+
weight = 10
17+
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+
28+
#[[main]]
29+
# name = "Parent"
30+
# weight = 20
31+
32+
#[[main]]
33+
# name = "example sub-menu 1"
34+
# parent = "Parent"
35+
# pageRef = "posts"
36+
# weight = 20
37+
38+
#[[main]]
39+
# name = "example sub-menu 2"
40+
# parent = "Parent"
41+
# pageRef = "posts"
42+
# weight = 20
43+
44+
#[[subnavigation]]
45+
# name = "An interesting topic"
46+
# pageRef = "tags/interesting-topic"
47+
# weight = 10
48+
49+
#[[subnavigation]]
50+
# name = "My Awesome Category"
51+
# pre = "github"
52+
# pageRef = "categories/awesome"
53+
# weight = 20
54+
55+
#[[main]]
56+
# name = "Categories"
57+
# pageRef = "categories"
58+
# weight = 20
59+
60+
61+
62+
63+
# -- Footer Menu --
64+
# The footer menu is displayed at the bottom of the page, just before
65+
# the copyright notice. Configure as per the main menu above.
66+
67+
68+
[[footer]]
69+
name = "About"
70+
pageRef = "about"
71+
weight = 10
72+
73+
[[footer]]
74+
name = "CV"
75+
pageRef = "cv"
76+
weight = 10
77+
78+
# [[footer]]
79+
# name = "Categories"
80+
# pageRef = "categories"
81+
# weight = 20

0 commit comments

Comments
 (0)