diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-06-03 22:25:01 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-06-03 22:25:01 +0530 |
commit | 68a449da1aff148ad500f448e7d753e7745ba845 (patch) | |
tree | 5ee9320aae379eb68aa3ec98645d97cf2f09c3cd /openbills |
first commit
Diffstat (limited to 'openbills')
-rw-r--r-- | openbills/.hugo_build.lock | 0 | ||||
-rw-r--r-- | openbills/.hugo_upload | 3 | ||||
-rw-r--r-- | openbills/content/_index.md | 5 | ||||
-rw-r--r-- | openbills/hugo.toml | 13 | ||||
-rw-r--r-- | openbills/static/favicon.ico | bin | 0 -> 1150 bytes | |||
m--------- | openbills/themes/zt_hugo | 0 |
6 files changed, 21 insertions, 0 deletions
diff --git a/openbills/.hugo_build.lock b/openbills/.hugo_build.lock new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/openbills/.hugo_build.lock 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 Binary files differnew file mode 100644 index 0000000..4927520 --- /dev/null +++ b/openbills/static/favicon.ico diff --git a/openbills/themes/zt_hugo b/openbills/themes/zt_hugo new file mode 160000 +Subproject f7175a61b6f1c8dbe5525c29081d0b00bce998d |