From 68a449da1aff148ad500f448e7d753e7745ba845 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 3 Jun 2025 22:25:01 +0530 Subject: first commit --- openbills/.hugo_build.lock | 0 openbills/.hugo_upload | 3 +++ openbills/content/_index.md | 5 +++++ openbills/hugo.toml | 13 +++++++++++++ openbills/static/favicon.ico | Bin 0 -> 1150 bytes openbills/themes/zt_hugo | 1 + 6 files changed, 22 insertions(+) create mode 100644 openbills/.hugo_build.lock create mode 100644 openbills/.hugo_upload create mode 100644 openbills/content/_index.md create mode 100644 openbills/hugo.toml create mode 100644 openbills/static/favicon.ico create mode 160000 openbills/themes/zt_hugo (limited to 'openbills') diff --git a/openbills/.hugo_build.lock b/openbills/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/openbills/.hugo_upload b/openbills/.hugo_upload new file mode 100644 index 0000000..f6b3b67 --- /dev/null +++ b/openbills/.hugo_upload @@ -0,0 +1,3 @@ +user=vidhukant +host=vidhukant.com +target_dir=/var/www/openbills-website diff --git a/openbills/content/_index.md b/openbills/content/_index.md new file mode 100644 index 0000000..6d01c02 --- /dev/null +++ b/openbills/content/_index.md @@ -0,0 +1,5 @@ +# OpenBills + +OpenBills is an under construction, highly bespoke libre billing software geared towards small businesses. + +More to be added! 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 = [ +] diff --git a/openbills/static/favicon.ico b/openbills/static/favicon.ico new file mode 100644 index 0000000..4927520 Binary files /dev/null and b/openbills/static/favicon.ico differ diff --git a/openbills/themes/zt_hugo b/openbills/themes/zt_hugo new file mode 160000 index 0000000..f7175a6 --- /dev/null +++ b/openbills/themes/zt_hugo @@ -0,0 +1 @@ +Subproject commit f7175a61b6f1c8dbe5525c29081d0b00bce998df -- cgit v1.2.3