9 lines
230 B
TOML
9 lines
230 B
TOML
[build]
|
|
publish = "exampleSite/public"
|
|
command = "cd exampleSite && hugo --gc --themesDir ../.."
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.60.1"
|
|
HUGO_THEME = "repo"
|
|
HUGO_BASEURL = "https://papercss-hugo-theme.netlify.com/"
|