Moochieng not for sales
This commit is contained in:
parent
3a85d6bab7
commit
25fbdfcdb3
2 changed files with 17 additions and 10 deletions
|
@ -13,14 +13,16 @@ hide:
|
||||||
|
|
||||||
## Web Hosting
|
## Web Hosting
|
||||||
|
|
||||||
| Tier | Garbage | Eww-Mail |
|
| Tier | Moochie | Garbage | Eww-Mail |
|
||||||
|-----------|----------|-----------|
|
|-----------|----------|----------|-----------|
|
||||||
| €€€ | 1 €/mo | 2.5 €/mo |
|
| €€€ | N/A | 1 €/mo | 2.5 €/mo |
|
||||||
| Sites | 1 | 1 |
|
| Sites | 1 | 1 | 1 |
|
||||||
| Mailboxes | - | 1 |
|
| Mailboxes | - | - | 1 |
|
||||||
| Storage | 1 GB | 2 GB |
|
| Storage | 512 MB | 1 GB | 2 GB |
|
||||||
| Bandwidth | 50 GB/mo | 100 GB/mo |
|
| Bandwidth | 25 GB/mo | 50 GB/mo | 100 GB/mo |
|
||||||
| Databases | 1 | 1 |
|
| Databases | 1 | 1 | 1 |
|
||||||
|
|
||||||
|
*[N/A]: not for sale
|
||||||
|
|
||||||
- All hosting plans include .snuf.fi subdomains
|
- All hosting plans include .snuf.fi subdomains
|
||||||
- SSH-access will be announced later
|
- SSH-access will be announced later
|
||||||
|
|
|
@ -19,6 +19,8 @@ theme:
|
||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
- content.code.copy
|
- content.code.copy
|
||||||
- content.action.edit
|
- content.action.edit
|
||||||
|
- content.tooltips
|
||||||
|
- content.footnote.tooltips
|
||||||
palette:
|
palette:
|
||||||
scheme: slate
|
scheme: slate
|
||||||
primary: teal
|
primary: teal
|
||||||
|
@ -44,6 +46,11 @@ extra_css:
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- tables
|
- tables
|
||||||
|
- footnotes
|
||||||
|
- abbr
|
||||||
|
- attr_list
|
||||||
|
- def_list
|
||||||
|
- pymdownx.snippets
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
anchor_linenums: true
|
anchor_linenums: true
|
||||||
|
@ -57,8 +64,6 @@ markdown_extensions:
|
||||||
- pymdownx.keys
|
- pymdownx.keys
|
||||||
- pymdownx.mark
|
- pymdownx.mark
|
||||||
- pymdownx.tilde
|
- pymdownx.tilde
|
||||||
- attr_list
|
|
||||||
- def_list
|
|
||||||
- pymdownx.tasklist:
|
- pymdownx.tasklist:
|
||||||
custom_checkbox: true
|
custom_checkbox: true
|
||||||
- pymdownx.emoji:
|
- pymdownx.emoji:
|
||||||
|
|
Loading…
Add table
Reference in a new issue