seanlane / gochowdown

Hugo theme based on the Jekyll chowdown theme
MIT License
71 stars 51 forks source link

Theme as Go Module #31

Open onnohaldar opened 2 years ago

onnohaldar commented 2 years ago

It would be very nice to reuse the Theme as a Go Module. You only have to refer to the repository .

To use the Theme as Go Module you only have to put a simple short go.mod file in the root of the repository.

See example for GoChowDown go.mod file.

module github.com/seanlane/gochowdown

go 1.16

Thanks a lot!