Rename config.yaml to hugo.yaml
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
4c00406545
commit
6cdfcd5390
2 changed files with 2 additions and 2 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