1
0
Fork 0
forked from mirrors/hugo-tufte

Publish example site (via Netlify) ()

* modify test CI
* add test ci badge back
* use newest hugo version for test ci
* add netlify.toml
* add netlify badge
This commit is contained in:
loikein 2023-05-01 16:49:52 +00:00 committed by GitHub
commit 02788d2fe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 45 deletions

6
netlify.toml Normal file
View file

@ -0,0 +1,6 @@
[build]
command = "cd exampleSite && hugo --minify --gc --themesDir .. --theme ."
publish = "exampleSite/public"
[build.environment]
HUGO_THEME = "hugo-tufte"