From d330be397dadf864c33f631f3a3a692fc602450c Mon Sep 17 00:00:00 2001 From: David Hamp-Gonsalves Date: Thu, 27 Oct 2022 09:50:23 -0600 Subject: update to modules --- go.mod | 3 +++ theme.toml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..89e6112 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module davidhampgonsalves/hugo-black-and-light-theme + +go 1.19 diff --git a/theme.toml b/theme.toml index 5d8844c..efb9164 100644 --- a/theme.toml +++ b/theme.toml @@ -1,11 +1,11 @@ name = "Black & Light" license = "GNU3.0" licenselink = "https://github.com/davidhampgonsalves/hugo-black-and-light-theme/blob/master/LICENSE" -description = "" +description = "A High contrast, text oriented, performant and Javascript-free theme for Hugo. " homepage = "https://github.com/davidhampgonsalves/hugo-black-and-light-theme" tags = ["responsive", "minimal", "simple", "personal", "white"] -features = [] -min_version = 0.17 +features = ["dark mode"] +min_version = "0.65.0" [author] name = "David Hamp-Gonsalves" -- cgit v1.2.3