diff --git a/config.toml b/config.toml index 80c96d3..936f8b5 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,19 @@ baseURL = 'https://bokku.xyz/' languageCode = 'en-us' title = 'Bokku' -theme = 'zmin' \ No newline at end of file +theme = 'zmin' + +[[menus.main]] +name = "Home" +pageRef = "/" +weight = 10 + +[[menus.main]] +name = "Legal" +pageRef = "/legal" +weight = 20 + +[[menus.main]] +name = "Abuse" +url = "mailto:admin@bokku.xyz" +weight = 30 \ No newline at end of file diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..767d597 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,14 @@ +--- +Title: "Home" +--- +**Bokku** is a free web host tailored towards people who want a website but don't have the monetary resources to do so. + +### Shared hosting +* 300MB HDD storage +* PHP support +* 1 MySQL database +* Unlimited bandwidth + +Interested? Contact [admin@bokku.xyz](mailto:admin@bokku.xyz). + +[![](/badges/bokku.gif)](https://bokku.xyz) [![](/badges/fzorb.gif)](https://fzorb.xyz) [![](/badges/zorbmail.gif)](https://mail.fzorb.xyz) [![](/badges/frantech.gif)](https://frantech.ca) [![](/badges/freebsd.gif)](https://freebsd.org) ![](/badges/nojs.gif) [![](/badges/zx86.gif)](https://zx86.org) [![](/badges/vim2.gif)](https://www.vim.org) [![](/badges/gitea.gif)](https://git.fzorb.xyz/bokku/website) [![](/badges/firefox3.gif)](https://mozilla.org) [![](/badges/monero-now.gif)](https://getmonero.org) [![](/badges/mysqla.gif)]() ![](/badges/lilrib.gif) [![](/badges/best_free.gif)](https://fsf.org) diff --git a/content/legal/_index.md b/content/legal/_index.md new file mode 100644 index 0000000..caadd39 --- /dev/null +++ b/content/legal/_index.md @@ -0,0 +1,3 @@ +--- +Title: "Legal" +--- \ No newline at end of file diff --git a/content/legal/pp.md b/content/legal/pp.md new file mode 100644 index 0000000..9e6bc35 --- /dev/null +++ b/content/legal/pp.md @@ -0,0 +1,10 @@ +--- +Title: "Privacy Policy" +--- + +## Information Bokku collects: +* Everything you upload on your website +* Your IP address when accessing any *.bokku.xyz site, either via HTTP or FTP + +## How that information is used +* Bokku does not sell your data at all ever to anyone ever \ No newline at end of file diff --git a/content/legal/tos.md b/content/legal/tos.md new file mode 100644 index 0000000..5d16085 --- /dev/null +++ b/content/legal/tos.md @@ -0,0 +1,19 @@ +--- +Title: "Terms of Service" +--- + +## Best-Effort Service +Bokku.xyz is a free service, and we strive to ensure its reliability. However, there may be occasional instances where Bokku goes offline. In such cases, we cannot be held responsible for any disruptions or inconveniences. We are also not obligated to provide you with service. + +## Termination of Service +Bokku.xyz reserves the right to terminate your service at our own discression. It can mostly be boiled down to: +* Breaking our Acceptable Usage Policy + * Nothing that would be unlawful in Luxembourg or Romania + * No commercial services, go to a more reputable web host + * No pornographic material + * Reselling our hosting +* Preventing other users from properly utilising their Bokku.xyz web hosting. +* Exceeding the maximum storage limit + +## Additional Points +You are the sole person responsible for checking for any updates to our terms of service. \ No newline at end of file diff --git a/static/badges/best_free.gif b/static/badges/best_free.gif new file mode 100644 index 0000000..5a6931c Binary files /dev/null and b/static/badges/best_free.gif differ diff --git a/static/badges/bokku.gif b/static/badges/bokku.gif new file mode 100644 index 0000000..a7c4166 Binary files /dev/null and b/static/badges/bokku.gif differ diff --git a/static/badges/firefox3.gif b/static/badges/firefox3.gif new file mode 100644 index 0000000..80e7e85 Binary files /dev/null and b/static/badges/firefox3.gif differ diff --git a/static/badges/frantech.gif b/static/badges/frantech.gif new file mode 100644 index 0000000..9ec4e6d Binary files /dev/null and b/static/badges/frantech.gif differ diff --git a/static/badges/freebsd.gif b/static/badges/freebsd.gif new file mode 100644 index 0000000..cd41141 Binary files /dev/null and b/static/badges/freebsd.gif differ diff --git a/static/badges/fzorb.gif b/static/badges/fzorb.gif new file mode 100644 index 0000000..02b6ff6 Binary files /dev/null and b/static/badges/fzorb.gif differ diff --git a/static/badges/gitea.gif b/static/badges/gitea.gif new file mode 100644 index 0000000..3436dce Binary files /dev/null and b/static/badges/gitea.gif differ diff --git a/static/badges/lilrib.gif b/static/badges/lilrib.gif new file mode 100644 index 0000000..e86aa7b Binary files /dev/null and b/static/badges/lilrib.gif differ diff --git a/static/badges/monero-now.gif b/static/badges/monero-now.gif new file mode 100644 index 0000000..7219f6e Binary files /dev/null and b/static/badges/monero-now.gif differ diff --git a/static/badges/mysqla.gif b/static/badges/mysqla.gif new file mode 100644 index 0000000..cfd3e1c Binary files /dev/null and b/static/badges/mysqla.gif differ diff --git a/static/badges/nojs.gif b/static/badges/nojs.gif new file mode 100644 index 0000000..b83040c Binary files /dev/null and b/static/badges/nojs.gif differ diff --git a/static/badges/vim2.gif b/static/badges/vim2.gif new file mode 100644 index 0000000..01f09f1 Binary files /dev/null and b/static/badges/vim2.gif differ diff --git a/static/badges/zorbmail.gif b/static/badges/zorbmail.gif new file mode 100644 index 0000000..e6909e3 Binary files /dev/null and b/static/badges/zorbmail.gif differ diff --git a/static/badges/zorbnet.gif b/static/badges/zorbnet.gif new file mode 100644 index 0000000..cfb3280 Binary files /dev/null and b/static/badges/zorbnet.gif differ diff --git a/static/badges/zx86.gif b/static/badges/zx86.gif new file mode 100644 index 0000000..07bad52 Binary files /dev/null and b/static/badges/zx86.gif differ diff --git a/themes/zmin/layouts/_default/list.html b/themes/zmin/layouts/_default/list.html index 06b290a..1c40c66 100644 --- a/themes/zmin/layouts/_default/list.html +++ b/themes/zmin/layouts/_default/list.html @@ -11,7 +11,6 @@ {{ if .IsHome }}{{ $pages = .Site.RegularPages }}{{ end }} {{ range (where $pages "Section" "!=" "") }}
  • - {{ .Date.Format "2006/01/02" }} {{ .Title | markdownify }}
  • {{ end }}