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 2788db41cc551edf39eb0bbb36dd869c9a36d4e1
parent e5d5548ca0cfba8e5e9f9b093b417aa6f0d46281
Author: CJ Pokowitz <roguefoam@noreply.codeberg.org>
Date:   Wed, 26 Jun 2024 17:14:21 +0000

Merge pull request 'Initalize Go Module' (#34) from fbievan/hugo-theme-readable:gomod into main

Reviewed-on: https://codeberg.org/Freedom-to-Write/hugo-theme-readable/pulls/34

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