소스 검색

Fix broken config docs link (#704)

* Fix broken config link

* Add myself to CONTRIBUTORS.md
Daniel Nduati 3 년 전
부모
커밋
cb5fb60627
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      CONTRIBUTORS.md
  2. 1 1
      docs/quick-start.md

+ 1 - 0
CONTRIBUTORS.md

@@ -115,3 +115,4 @@
 - [Eltjo](https://github.com/eltjo)
 - [Saurmandal](https://saur.neocities.org)
 - [Jneo8](https://github.com/jneo8)
+- [Daniel Nduati](https://github.com/DanNduati)

+ 1 - 1
docs/quick-start.md

@@ -3,7 +3,7 @@
 To start using `hugo-coder`:
 
 1. Add the repository into your Hugo Project repository as a submodule, `git submodule add https://github.com/luizdepra/hugo-coder.git themes/coder`.
-2. Configure your `config.toml`. You can either use the [this minimal configuration](Configurations#complete-example) as a base, or look for a complete explanation about all configurations [here](https://github.com/luizdepra/hugo-coder/wiki/Configurations). The [`config.toml`](https://github.com/luizdepra/hugo-coder/blob/master/exampleSite/config.toml) inside the [exampleSite](https://github.com/luizdepra/hugo-coder/tree/master/exampleSite) from the `exampleSite` is also a good reference.
+2. Configure your `config.toml`. You can either use the [this minimal configuration](https://github.com/luizdepra/hugo-coder/blob/main/docs/configurations.md#complete-example) as a base, or look for a complete explanation about all configurations [here](https://github.com/luizdepra/hugo-coder/wiki/Configurations). The [`config.toml`](https://github.com/luizdepra/hugo-coder/blob/master/exampleSite/config.toml) inside the [exampleSite](https://github.com/luizdepra/hugo-coder/tree/master/exampleSite) from the `exampleSite` is also a good reference.
 3. Build your site with `hugo serve` and see the result at `http://localhost:1313/`.
 
 If you just want to test this theme, go to [this page](https://themes.gohugo.io/theme/hugo-coder/).