Added the Blowfish theme

This commit is contained in:
2024-04-14 13:59:19 +02:00
parent 073ebf00b9
commit 817595b075
5 changed files with 11 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
[submodule "themes/blowfish"]
path = themes/blowfish
url = https://github.com/nunocoracao/blowfish.git
branch = main
+2 -1
View File
@@ -1,3 +1,4 @@
# Blog
> My personal blog, powered by [Hugo](https://gohugo.io/)
> My personal blog, powered by [Hugo](https://gohugo.io/) and the
> [Blowfish](https://blowfish.page/) theme
+3 -2
View File
@@ -1,3 +1,4 @@
baseURL = "https://nicolabelluti.me/"
languageCode = "en-us"
title = "Nicola's Blog"
# https://github.com/nunocoracao/blowfish
theme = "blowfish"
+1
View File
@@ -0,0 +1 @@
title = "Nicola's Blog"
+1
Submodule themes/blowfish added at f06bcb2a55