aboutsummaryrefslogtreecommitdiffstats
path: root/openbills/hugo.toml
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-06-03 22:25:01 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-06-03 22:25:01 +0530
commit68a449da1aff148ad500f448e7d753e7745ba845 (patch)
tree5ee9320aae379eb68aa3ec98645d97cf2f09c3cd /openbills/hugo.toml
first commit
Diffstat (limited to 'openbills/hugo.toml')
-rw-r--r--openbills/hugo.toml13
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 = [
+]