summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Tomaselli <tomaselli.fr@gmail.com>2024-12-24 12:37:49 +0100
committerGitHub <noreply@github.com>2024-12-24 12:37:49 +0100
commit480160eacb5293aea9571b08a5648c2cdc7730c9 (patch)
tree6a9e2b3aaa8ef4370939ed469ff6633b742ed87a
parenta6bdde0d87f0fbcd1793973c91a20146e3b068f8 (diff)
parentf8109dd68452aa95f47658779ccec5f643f90cab (diff)
Merge pull request #57 from crnh/main
Add support for installing theme as Hugo module
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..bb58f7d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/tomfran/typo
+
+go 1.20 \ No newline at end of file