diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e469d5c --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# SiCh ([https://chad.thesiah.xyz](https://chad.thesiah.xyz)) + +A site dedicated to turn web peasants into Internet SiCh. + +Simple step-by-step text and image-based tutorials for creating websites, email servers, chat servers, server administration and everything else. + +Suggestions welcome. + +This site is compiled and organized with Hugo, using [this very simple theme](https://github.com/TheSiahxyz/lugo). + +## Submission guidelines + +- Guides should be made for the most recent stable version of Debian. (Now Debian 12.) +- Follow the general style of pre-existing articles. +- use the root user (i.e. no `sudo`) unless there is a specific need. +- do not preface commands with `$` or `#` or anything. +- use `.svg` files for icons/logos and for illustrative images favor webp, keep filesize low. +- Use `example.org` the example domain. +- Do not add Docker tutorials. +- Installable services must have the `service` tag and an `icon` set in the metadata so they properly appear in the service display. +- Server/sysadmin tips should have the `server` tag, so they appear in that list. + +## License + +Adding anything to this site puts it in the public domain. You are welcome to add your personal links to the bottom of pages you write for credit. |
