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 e5d5548ca0cfba8e5e9f9b093b417aa6f0d46281
parent 69ba81d35d069e90d773b3e41b61bd2773f7f7be
Author: CJ Pokowitz <roguefoam@noreply.codeberg.org>
Date:   Wed, 19 Jun 2024 19:08:45 +0000

Merge pull request 'Remove all the links that mention github in theme.toml + Fix Documentation' (#32) from fbievan/hugo-theme-readable:pr into main

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

Diffstat:
Mdocs/development.md | 4++--
Mtheme.toml | 7+++----
2 files changed, 5 insertions(+), 6 deletions(-)

diff --git 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:<your-username>/hugo-theme-readable.git +git remote add fork git@codeberg.org:<your-username>/hugo-theme-readable.git # Create a new branch. git checkout -b my-change diff --git a/theme.toml b/theme.toml @@ -3,13 +3,13 @@ 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" [author] name = "RogueFoam" - homepage = "" -\ No newline at end of file + homepage = ""