mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
chore: add Netlify config to build demo site
This commit is contained in:
parent
8a9d7e01b1
commit
a19b8b8883
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
[build]
|
||||
command = "hugo --themesDir ../../ -t repo"
|
||||
command = "hugo --themesDir ../../"
|
||||
base = "exampleSite"
|
||||
publish = "exampleSite/public"
|
||||
HUGO_VERSION = "0.53"
|
||||
HUGO_THEME="repo"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.production.environment]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue