Rename config.toml -> hugo.toml
This commit is contained in:
parent
61923c327b
commit
4e7988b011
13 changed files with 4 additions and 35 deletions
|
@ -1,20 +0,0 @@
|
||||||
# editorconfig.org
|
|
||||||
|
|
||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
charset = utf-8
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
end_of_line = lf
|
|
||||||
insert_final_newline = true
|
|
||||||
trim_trailing_whitespace = true
|
|
||||||
|
|
||||||
[*.{html,xml}]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
||||||
[*.md]
|
|
||||||
indent_style = unset
|
|
||||||
indent_size = unset
|
|
||||||
insert_final_newline = unset
|
|
||||||
trim_trailing_whitespace = unset
|
|
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1,2 +0,0 @@
|
||||||
* text eol=lf
|
|
||||||
*.png binary
|
|
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Generated files by hugo
|
||||||
|
/public/
|
||||||
|
resources/
|
||||||
|
.hugo_build.lock
|
13
netlify.toml
13
netlify.toml
|
@ -1,13 +0,0 @@
|
||||||
[build]
|
|
||||||
base = "exampleSite"
|
|
||||||
command = "hugo --gc --themesDir ../.. -b $URL"
|
|
||||||
publish = "exampleSite/public"
|
|
||||||
|
|
||||||
[build.environment]
|
|
||||||
HUGO_THEME = "repo"
|
|
||||||
|
|
||||||
[context.deploy-preview]
|
|
||||||
command = "hugo --gc --themesDir ../.. -b $DEPLOY_PRIME_URL"
|
|
||||||
|
|
||||||
[context.branch-deploy]
|
|
||||||
command = "hugo --gc --themesDir ../.. -b $DEPLOY_PRIME_URL"
|
|
Loading…
Reference in a new issue