Create debug site and link statics

This commit is contained in:
Yash Mehrotra
2021-05-25 19:22:28 +05:30
parent 395f02a96e
commit 2c4fb1956a
12 changed files with 182 additions and 3 deletions

11
exampleSite/config.toml Normal file
View File

@@ -0,0 +1,11 @@
baseURL = "http://www.example.com"
title = "Gokarna"
theme = "gokarna"
languageCode = "en"
defaultContentLanguage = "en"
paginate = 20
pygmentsStyle = "bw"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true