Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/davidhampgonsalves/hugo-black-and-light-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hamp-Gonsalves <davidhampgonsalves@gmail.com>2022-10-27 18:50:23 +0300
committerDavid Hamp-Gonsalves <davidhampgonsalves@gmail.com>2022-10-27 18:50:23 +0300
commitd330be397dadf864c33f631f3a3a692fc602450c (patch)
tree400f3ec3cc3a352a317090e3b6d493928966781c
parent799d357fc0ce5da91a2a4d749bbc3ff578b264d0 (diff)
update to modules1.0.1
-rw-r--r--go.mod3
-rw-r--r--theme.toml6
2 files changed, 6 insertions, 3 deletions
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"