diff --git a/config.toml b/config.toml index f6b958b..de2456e 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "https://connerchu.com" title = "Conner Chu" languageCode = "en-us" -theme = "hello-friend-ng" +theme = ["your-main-theme", "hugo-shortcode-gallery"] copyright = "© Copyright 2025" timeout = "1h" diff --git a/go.mod b/go.mod deleted file mode 100644 index 7dba071..0000000 --- a/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/cchuster/connerchu.com - -go 1.18 - -require github.com/mfg92/hugo-shortcode-gallery v1.2.0 // indirect diff --git a/go.sum b/go.sum deleted file mode 100644 index bfe1216..0000000 --- a/go.sum +++ /dev/null @@ -1,2 +0,0 @@ -github.com/mfg92/hugo-shortcode-gallery v1.2.0 h1:gkCZ08gNSoU/RymTScnR+Dh0gEwhlaxEjI0o2NTpWbA= -github.com/mfg92/hugo-shortcode-gallery v1.2.0/go.mod h1:zKnMCx7OJJPTfVNalUAFGkNVABLCqIuPl57NeBtSFc0= diff --git a/themes/hugo-shortcode-gallery b/themes/hugo-shortcode-gallery new file mode 160000 index 0000000..b0508b3 --- /dev/null +++ b/themes/hugo-shortcode-gallery @@ -0,0 +1 @@ +Subproject commit b0508b310e2dfcf1573d12e4a727481420c7909b