diff options
author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2024-12-24 12:37:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-24 12:37:49 +0100 |
commit | 480160eacb5293aea9571b08a5648c2cdc7730c9 (patch) | |
tree | 6a9e2b3aaa8ef4370939ed469ff6633b742ed87a | |
parent | a6bdde0d87f0fbcd1793973c91a20146e3b068f8 (diff) | |
parent | f8109dd68452aa95f47658779ccec5f643f90cab (diff) |
Merge pull request #57 from crnh/main
Add support for installing theme as Hugo module
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/tomfran/typo
+
+go 1.20
\ No newline at end of file |