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 5365462844891d880eb10850bc79309b82fe8832
parent d6c39b9b51e935ee7f02f97bb6f0d42d72dba0f2
Author: Evan G <evan@mail.fbievan.live>
Date:   Tue, 18 Jun 2024 19:20:28 -0500

Fix Starter template link

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -18,7 +18,7 @@ Then, update your config file to be using the new theme. For example, if you are `theme = 'readable'` -If you don't have an existing site, feel free to use the provided [starter template](https://codeberg.org/cjtheham/hugo-starter-readable) to quickly get your website online. +If you don't have an existing site, feel free to use the provided [starter template](https://codeberg.org/Freedom-to-Write/hugo-starter-readable) to quickly get your website online. For more information on starting a Hugo website and using custom themes, refer to the [Hugo documentation](https://gohugo.io/documentation/).