From b066138b0a89c35a1241bd2512454525e3541650 Mon Sep 17 00:00:00 2001 From: "Evan G." Date: Wed, 19 Jun 2024 14:01:47 -0500 Subject: [PATCH] Remove all the links that mention github in theme.toml + Fix Documentation --- docs/development.md | 4 ++-- theme.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/development.md b/docs/development.md index 4a71c4f..eda393c 100644 --- a/docs/development.md +++ b/docs/development.md @@ -2,7 +2,7 @@ ## Adding your fork as an additional Git remote to a hugo-theme-readable Git submodule -The easiest way to test your changes is with an existing Hugo website that already uses this theme. You can use your own or checkout the [starter template](https://github.com/cjtheham/hugo-starter-readable). +The easiest way to test your changes is with an existing Hugo website that already uses this theme. You can use your own or checkout the [starter template](https://codeberg.org/Freedom-to-Write/hugo-starter-readable). The following steps show you how to add your fork as an additional Git remote to the checked out Git submodule. @@ -16,7 +16,7 @@ git submodule update cd themes/readable/ # Add your fork as the remote 'fork'. -git remote add fork git@github.com:/hugo-theme-readable.git +git remote add fork git@codeberg.org:/hugo-theme-readable.git # Create a new branch. git checkout -b my-change diff --git a/theme.toml b/theme.toml index 78d0ed0..a971b5c 100644 --- a/theme.toml +++ b/theme.toml @@ -3,9 +3,9 @@ name = "Readable" license = "Unlicense" -licenselink = "https://github.com/cjtheham/hugo-theme-readable/blob/main/LICENSE" +licenselink = "https://codeberg.org/Freedom-to-Write/hugo-theme-readable/src/branch/main/LICENSE" description = "A theme using Freedom to Write's Readable.css" -homepage = "https://github.com/cjtheham/hugo-theme-readable" +homepage = "https://codeberg.org/Freedom-to-Write/hugo-theme-readable" tags = [] features = [] min_version = "0.41.0"