From b6e7f0993b14e56703bd1fcc9250ba417bcd0211 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 25 Jun 2022 11:15:09 -0400 Subject: readme returns --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..effde5f --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# LandChad.net ([https://landchad.net](https://landchad.net)) + +A site dedicated to turn web peasants into Internet LandChads. + +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/lukesmithxyz/lugo). + +## Submission guidelines + +- 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. -- cgit v1.2.3