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
25
hugo.yaml
Normal file
25
hugo.yaml
Normal file
|
@ -0,0 +1,25 @@
|
|||
module:
|
||||
hugoVersion:
|
||||
min: "0.122.0"
|
||||
extended: true
|
||||
mounts:
|
||||
- source: content
|
||||
target: content
|
||||
- source: static
|
||||
target: static
|
||||
- source: layouts
|
||||
target: layouts
|
||||
- source: data
|
||||
target: data
|
||||
- source: assets
|
||||
target: assets
|
||||
- source: i18n
|
||||
target: i18n
|
||||
- source: archetypes
|
||||
target: archetypes
|
||||
- source: ../../node_modules/flag-icon-css/flags
|
||||
target: static/flags
|
||||
- source: ../../node_modules/@fontsource/mulish/files
|
||||
target: static/files
|
||||
- source: ../../node_modules/katex/dist/fonts
|
||||
target: static/fonts
|
Loading…
Add table
Add a link
Reference in a new issue