Update README to reflect move to Codeberg

This commit is contained in:
benjaminhollon 2024-06-18 21:47:27 +00:00
parent 079b946fd6
commit d6c39b9b51
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@ Want to check out a demo? (coming soon)
To add this theme to an existing Hugo site, start by adding this repo as a submodule in the site's themes folder.
`git submodule add https://github.com/cjtheham/hugo-theme-readable themes/readable`
`git submodule add https://codeberg.org/Freedom-to-Write/hugo-theme-readable themes/readable`
Then, update your config file to be using the new theme. For example, if you are using config.toml, the line should become:
`theme = 'readable'`
If you don't have an existing site, feel free to use the provided [starter template](https://github.com/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/cjtheham/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/).