Rename config.toml -> hugo.toml

This commit is contained in:
1bl4z3r 2023-07-05 13:02:07 +05:30
parent 61923c327b
commit 4e7988b011
13 changed files with 4 additions and 35 deletions

View file

@ -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
View file

@ -1,2 +0,0 @@
* text eol=lf
*.png binary

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Generated files by hugo
/public/
resources/
.hugo_build.lock

View file

@ -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"