diff options
| author | Luke Smith <Luke Smith> | 2022-06-25 10:56:36 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-06-25 10:56:36 -0400 |
| commit | 7e74a039122aef922d1619e636de3497ffcf7c60 (patch) | |
| tree | 6029d4f3bd5496acd15e81ad5babb367f8836d60 /README.md | |
| parent | 967594150f011456cde5965d48cbf0e64f39d31e (diff) | |
convert to hugo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 78663d2..0000000 --- a/README.md +++ /dev/null @@ -1,40 +0,0 @@ -# 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. - -## 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, keep filesize low -- Use `example.org` -- custom command/file info should be highlighted with `<strong>` tags - -### On `<pre>` tags - - -In-line code should be in `<code>` tags, while codeblocks should be in a `<code>` tag *inside* of a `<pre>` tag. -`<pre>` allows formatting preserving whitespace. -That said, do *not* format `<pre>` tags as following: - -``` -<pre><code> - echo "Here is a command." - echo "Here is another." -</code></pre> -``` - -but do it like this: - -``` -<pre><code>echo "Here is a command." -echo "Here is another."</code></pre> -``` - -**All** whitespace, including tabbing in and initial and final newlines are displayed by `<pre>`. -To maintain consistency and avoid goofy-looking extra lines, add no extra whitespace. |
