diff options
Diffstat (limited to 'openbills/hugo.toml')
-rw-r--r-- | openbills/hugo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openbills/hugo.toml b/openbills/hugo.toml new file mode 100644 index 0000000..b592b51 --- /dev/null +++ b/openbills/hugo.toml @@ -0,0 +1,13 @@ +baseURL = 'https://openbills.vidhukant.com/' +languageCode = 'en-us' +title = 'Official OpenBills Website.' +theme = "zt_hugo" +disableKinds = ["taxonomy", "term"] +enableRobotsTXT = true + +[params] +projectTitle = "OpenBills" +projectDescription = "Libre Billing Software" +gitURL = "https://git.vidhukant.com/openbills" +extraNavLinks = [ +] |