add ~content~

This commit is contained in:
leah 2021-08-21 16:25:23 +01:00
parent 92c836a866
commit 094a2d049c
4 changed files with 64 additions and 1 deletions

26
content/docs/email.md Normal file
View File

@ -0,0 +1,26 @@
+++
title = "Email"
description = "each south london account comes with an email address!"
+++
## Let's talk email
Every South London account comes with an email address — `yourusername@southlondon.cc`. Log in using your favourite email client (I've tested it with Thunderbird, Geary and the Gmail app on Android), and it should work just fine (at least in theory, more on that in a bit).
### Server Details
Right now, Email clients won't detect the server details by default, so you're gonna need to type them out manually. Here they are:
- **Incoming Server (IMAP):** `hamish.southlondon.cc`
- **Requires SSL:** Yes
- **Port:** 993
- **Outgoing Server (SMTP):** `hamish.southlondon.cc`
- **Requires SSL:** Yes
- **Requires TLS:** Yes
- **Port:** 587
- **Username:** Your username, without the `@southlondon.cc` at the end.
- **Password:** Your shell password. (if you don't have one yet, set it with `passwd`).
## Some Warnings
<div class="infobox infobox-warning"> <b> Due to the fact that I have no idea what I'm doing, I wouldn't recommend you use this service for anything important. </b> </div>
<div class="infobox infobox-warning"> <b> Outgoing Emails are often blocked by major Email providers, especially Google & Outlook. </b> </div>

View File

@ -0,0 +1,12 @@
+++
title = "Contributing"
description = "how to help out"
+++
<div class="infobox infobox-warning">This is slightly rough, I need to make it less terrible but I don't have a lot of time at the moment, feel free to ping me once in a while to remind me.</div>
- Fork the [source repository](https://tildegit.org/southlondon/library)
- Make your changes (you might want to check the [zola docs](https://getzola.org/documentation/) for more info on how to do that)
- Make a pull request
- Scream at me on irc until I review it
- You've

View File

@ -1,4 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');
// hello if you are reading this please remind me to clean this up
body {
background-color: #150e41;
color: #d9d5f3;
@ -112,3 +114,26 @@ a, a:focus {
text-decoration: none;
}
}
.infobox {
max-width: 400px;
margin: 24px auto;
padding: 12px;
background: #EBE5CD;
color: #181818;
a {
color: #181818;
a:focus {
color: #181818;
}
}
text-align: center;
}
.infobox-error {
background: #ddb1b1;
}
.infobox-important {
background: #faecc0;
}

View File

@ -56,7 +56,7 @@
<h2>Contribute!</h2>
<p>Anyone can submit a pull request for this wiki. Give it a go maybe!</p>
<br>
<a href="/guides/contribute.md" class="button">Get Started</a>
<a href="/guides/contribute/" class="button">Get Started</a>
</div>
<!-- scripts here -->