From c3dfda41d9824e271202d50c297a041c763fa279 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Thu, 30 Jan 2025 08:41:03 +0200 Subject: [PATCH] What to even write here? This so cucumber! --- docs/how-to/index.md | 4 ++++ docs/pricing/index.md | 21 ++++++++++++++------- mkdocs.yml | 1 + 3 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 docs/how-to/index.md diff --git a/docs/how-to/index.md b/docs/how-to/index.md new file mode 100644 index 0000000..700d368 --- /dev/null +++ b/docs/how-to/index.md @@ -0,0 +1,4 @@ +# How Tos + +!!! TODO + Write those how-tos's diff --git a/docs/pricing/index.md b/docs/pricing/index.md index a15faf0..9685080 100644 --- a/docs/pricing/index.md +++ b/docs/pricing/index.md @@ -12,13 +12,20 @@ hide: - 15 €/year ## Web Hosting -| Tier | Garbage | Eww-Mail | -|-----------|----------|----------| -| €€€ | 1 €/mo | TBA | -| Sites | 1 | 1 | -| Mailboxes | - | 1 | -| Storage | 1 GB | 1 GB | -| Bandwidth | 50 GB/mo | 50 GB/mo | + +| Tier | Garbage | Eww-Mail | +|-----------|----------|-----------| +| €€€ | 1 €/mo | 2.5 €/mo | +| Sites | 1 | 1 | +| Mailboxes | - | 1 | +| Storage | 1 GB | 2 GB | +| Bandwidth | 50 GB/mo | 100 GB/mo | +| Databases | 1 | 1 | + +- All hosting plans include .snuf.fi subdomains +- SSH-access will be announced later +- Our bandwidth is very limited so it is unlikely you'll hit your limits + no matter how hard you try --- Contact me directly for sales, questions and negotiations of special needs. diff --git a/mkdocs.yml b/mkdocs.yml index 10a5543..cdd109f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,6 +43,7 @@ extra_css: - extra.css markdown_extensions: - admonition + - tables - pymdownx.details - pymdownx.highlight: anchor_linenums: true