hugo-toha / guides

Documentation Hugo theme Toha. https://github.com/hossainemruz/toha.
https://toha-guides.netlify.app/
MIT License
23 stars 56 forks source link

config.yaml renamed to hugo.yaml #301

Closed tcarreira closed 3 weeks ago

tcarreira commented 4 months ago

On the guide https://toha-guides.netlify.app/posts/update-v3-to-v4/#6-update-the-configyaml-file there is an instruction:

you can check the sample config.yaml

that should be renamed to

you can check the sample hugo.yaml (previously config.yaml)

I'm not 100% sure about the parenthesis though, waiting for comments. There are probably more references like this on other posts as well

BernatBC commented 4 weeks ago

Hi @tcarreira, thank you for pointing it out. You're right, config.yaml was renamed to hugo.yaml. For me, previously config.yaml looks good. Moreover, config.yaml is everywhere in these guides, so we should replace all of them.

BernatBC commented 4 weeks ago

Hi @hossainemruz, what do you think is best?

hossainemruz commented 4 weeks ago

Hi @hossainemruz, what do you think is best?

  • Replace all occurrences of config.yaml to hugo.yaml
  • Replace only the references to the file in hugo-toha.github.io

Let's go with the first option. Replace all occurrences of config.yaml with hugo.yaml