From 22d6311d041b7cac93a940e39354251e9a8966d4 Mon Sep 17 00:00:00 2001 From: drowl87 Date: Sun, 30 Jun 2024 08:40:58 -0400 Subject: [PATCH] updating references specific to forked repo --- go.mod | 2 +- layouts/partials/footer.html | 2 +- theme.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0269be6..595660f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/imfing/hextra +module code.mygenius.co/Genius/hextra go 1.20 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 61cbb11..c206fa6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -35,7 +35,7 @@ {{- define "theme-credit" -}} - + {{- . | markdownify -}} {{- if strings.Contains . "Hextra" -}} diff --git a/theme.toml b/theme.toml index 4f05672..ac2e970 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ name = "Hextra" license = "MIT" licenselink = "https://github.com/imfing/hextra/blob/main/LICENSE" description = "Modern, responsive, batteries-included Hugo theme for creating beautiful static websites." -homepage = "https://github.com/imfing/hextra/" +homepage = "https://code.mygenius.co/Genius/hextra" demosite = "https://imfing.github.io/hextra/" tags = ["Modern", "Elegant", "Blog", "Documentation", "Responsive", "Clean", "Light", "Dark", "Minimal"] features = ["Responsive", "Dark Mode", "Search", "Syntax Highlighting", "Multilingual", "Social", "Blog", "RSS", "Customization"]