Initial commit

This commit is contained in:
Avijit 🚀
2021-05-22 10:47:28 +02:00
commit a4d7d1215b
35 changed files with 1578 additions and 0 deletions

8
netlify.toml Normal file
View File

@@ -0,0 +1,8 @@
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.51"
HUGO_THEME = "repo"
HUGO_BASEURL = "/"