mirror of
https://github.com/cchuster/connerchu.com
synced 2025-08-02 08:15:32 +00:00
10 lines
226 B
JSON
10 lines
226 B
JSON
{
|
|
"buildCommand": "hugo --gc --minify --environment production",
|
|
"outputDirectory": "public",
|
|
"framework": null,
|
|
"git": {
|
|
"submodule": true
|
|
},
|
|
"ignoreCommand": "git diff --quiet HEAD^ HEAD"
|
|
}
|
|
|