mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
yesterday 14307e00ebb8a9eb8f7c2c9da2504486e8d8dfde
docs(fix): broken links and outdated references

Signed-off-by: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
2 files modified
15 ■■■■ changed files
CONTRIBUTING.md 3 ●●●● patch | view | raw | blame | history
README.md 12 ●●●● patch | view | raw | blame | history
CONTRIBUTING.md
@@ -12,7 +12,7 @@
## Before You Start
1. Use a compatible Hugo version (see [`config/_default/hugo.toml`](https://github.com/theNewDynamic/gohugo-theme-ananke/blob/main/config/_default/module.toml](https://github.com/theNewDynamic/gohugo-theme-ananke/blob/main/config/_default/module.toml)) for the current state).
1. Use a compatible Hugo version (see [`config/_default/module.toml`](https://github.com/theNewDynamic/gohugo-theme-ananke/blob/main/config/_default/module.toml) for the current state).
2. Install dependencies:
   ```bash
@@ -58,7 +58,6 @@
* Main project overview: `README.md`
* Contributor docs: `CONTRIBUTING.md`
* Theme docs content: `docs/`
* Docs site wrapper: `site/`
Please keep links relative where possible and remove stale references when updating pages.
README.md
@@ -31,8 +31,8 @@
Ananke supports both installation methods:
* [Install as Hugo Module (recommended)](docs/installation/gohugo-module.md)
* [Install as Git Submodule](docs/installation/git-submodule.md)
* [Install as Hugo Module (recommended)](docs/en/installation/gohugo-module.md)
* [Install as Git Submodule](docs/en/installation/git-submodule.md)
If you are new to Hugo, see Hugo's official quick start: [gohugo.io/getting-started/quick-start](https://gohugo.io/getting-started/quick-start/).
@@ -40,10 +40,10 @@
After installation, use these guides to configure your site:
* [Getting Started](docs/getting-started.md)
* [Configuration](docs/configuration/_index.md)
* [Customisation](docs/customisation/_index.md)
* [Troubleshooting](docs/troubleshooting.md)
* [Getting Started](docs/en/getting-started.md)
* [Configuration](docs/en/configuration/_index.md)
* [Customisation](docs/en/customisation/_index.md)
* [Troubleshooting](docs/en/troubleshooting.md)
## Support and Contributions