From 7c4059f9954ef15ebbfb6373c141fe9a7b6dffc4 Mon Sep 17 00:00:00 2001 From: AtelierSnek Date: Wed, 12 Oct 2022 21:59:46 +1100 Subject: [PATCH] add blowfish theme --- .gitignore | 3 +++ .gitmodules | 4 ++++ themes/blowfish | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 themes/blowfish diff --git a/.gitignore b/.gitignore index 86c95ef..778717c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ hugo.linux # Temporary lock file while building /.hugo_build.lock + +#VS Code files +/.vscode \ No newline at end of file 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/themes/blowfish b/themes/blowfish new file mode 160000 index 0000000..093c6cf --- /dev/null +++ b/themes/blowfish @@ -0,0 +1 @@ +Subproject commit 093c6cf071bacb87b8ffdd29dd6f56a29c03ff05