hugo-theme-readable

Fork of https://github.com/cjtheham/hugo-theme-readable
git clone https://git.eamoncaddigan.net/hugo-theme-readable.git
Log | Files | Refs | README | LICENSE

commit 353913d39759a765dc493e888542726a56f86d9b
parent e5d5548ca0cfba8e5e9f9b093b417aa6f0d46281
Author: Evan G <evan@mail.fbievan.live>
Date:   Wed, 19 Jun 2024 15:10:02 -0500

Initalize Go Module

Diffstat:
Ago.mod | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/go.mod b/go.mod @@ -0,0 +1,3 @@ +module codeberg.org/Freedom-to-Write/hugo-theme-readable + +go 1.22.4