diff options
| author | Luke Smith <Luke Smith> | 2022-06-25 11:15:09 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-06-25 11:15:09 -0400 |
| commit | b6e7f0993b14e56703bd1fcc9250ba417bcd0211 (patch) | |
| tree | 0f481155b26ca0f1b5e44473992f90490c582450 /README.md | |
| parent | 4d02422e19bf838d431922710eebb677f47fd419 (diff) | |
readme returns
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
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. |
