Update hugo version in netlify.toml (#946)
* Update hugo version in netlify.toml Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Rename config.yaml to hugo.yaml Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Use go version 1.21 Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Fix link Signed-off-by: hossainemruz <hossainemruz@gmail.com> --------- Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
6350e5e2e2
commit
8599c634e3
8 changed files with 18 additions and 20 deletions
|
@ -111,7 +111,7 @@ hugo mod init github.com/<your username>/<your repo name>
|
|||
|
||||
##### 2. Add this theme as your module dependency
|
||||
|
||||
Now, in your `config.yaml` file, add a `module` section.
|
||||
Now, in your `hugo.yaml` file, add a `module` section.
|
||||
|
||||
```yaml
|
||||
# Use Hugo modules to add theme
|
||||
|
@ -120,7 +120,7 @@ module:
|
|||
- path: github.com/hugo-toha/toha/v4
|
||||
```
|
||||
|
||||
Check this sample [config.yaml](https://github.com/hugo-toha/hugo-toha.github.io/blob/main/config.yaml) for further reference.
|
||||
Check this sample [hugo.yaml](https://github.com/hugo-toha/hugo-toha.github.io/blob/main/hugo.yaml) for further reference.
|
||||
|
||||
##### 3. Update your module
|
||||
|
||||
|
@ -207,7 +207,7 @@ $ npm install
|
|||
$ hugo server -w
|
||||
```
|
||||
|
||||
Now, you can make change in the theme and they will be reflected immediately on the running site. If you need to change any configuration, you can do that in the `config.yaml` file inside `exampleSite` folder. If you need to add any content or data, you can create the respective folder inside `exampleSite` directory and add your desired content or data there.
|
||||
Now, you can make change in the theme and they will be reflected immediately on the running site. If you need to change any configuration, you can do that in the `hugo.yaml` file inside `exampleSite` folder. If you need to add any content or data, you can create the respective folder inside `exampleSite` directory and add your desired content or data there.
|
||||
|
||||
#### Running the forked theme against your own site
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue