From 817595b0759a63cf06a343a8a2dfad1f0833cad5 Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Sun, 14 Apr 2024 13:59:19 +0200 Subject: [PATCH] Added the Blowfish theme --- .gitmodules | 4 ++++ README.md | 3 ++- config/_default/hugo.toml | 5 +++-- config/_default/languages.en.toml | 1 + themes/blowfish | 1 + 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .gitmodules create mode 100644 config/_default/languages.en.toml create mode 160000 themes/blowfish diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..426d936 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "themes/blowfish"] + path = themes/blowfish + url = https://github.com/nunocoracao/blowfish.git + branch = main diff --git a/README.md b/README.md index 1e33c95..82f63e0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index b699169..46dc7ff 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,3 +1,4 @@ baseURL = "https://nicolabelluti.me/" -languageCode = "en-us" -title = "Nicola's Blog" + +# https://github.com/nunocoracao/blowfish +theme = "blowfish" diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml new file mode 100644 index 0000000..e27e276 --- /dev/null +++ b/config/_default/languages.en.toml @@ -0,0 +1 @@ +title = "Nicola's Blog" diff --git a/themes/blowfish b/themes/blowfish new file mode 160000 index 0000000..f06bcb2 --- /dev/null +++ b/themes/blowfish @@ -0,0 +1 @@ +Subproject commit f06bcb2a557cabf6071a78018304f323c71247cc