Convert into hugo module

Allows easier theme management

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
Change-Id: Ic86273072bcda81009b2bea39b05e054c07d37a5
This commit is contained in:
baalajimaestro 2021-10-16 17:36:30 +05:30
parent 104cf1c564
commit 1f77cec0a9
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,2 @@
[[imports]]
path = "github.com/jpanther/congo"

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module github.com/baalajimaestro/personal-website
go 1.17
require github.com/jpanther/congo v1.3.0 // indirect

2
go.sum Normal file
View file

@ -0,0 +1,2 @@
github.com/jpanther/congo v1.3.0 h1:amNmYpHKErQQcB8hz3ZW+aFFVmKLxcDD5DgdkCKYvIA=
github.com/jpanther/congo v1.3.0/go.mod h1:fFwW7KKbofyaZgwLJdh6h1L51UZrSyymQgk31rclcuQ=