From 5d0c6b7fb3d87fffec5a6e49007b9696649fa267 Mon Sep 17 00:00:00 2001 From: leah Date: Fri, 19 Nov 2021 13:04:38 +0000 Subject: [PATCH] config changes etc --- config.toml | 2 +- content/docs/email.md | 19 +++++++++++-------- templates/base.html | 6 +++--- templates/index.html | 23 ++++++++--------------- 4 files changed, 23 insertions(+), 27 deletions(-) diff --git a/config.toml b/config.toml index 32c3152..19b7c20 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://library.southlondon.cc/" +base_url = "https://southlondon.cc/library" # Whether to automatically compile all Sass files in the sass directory compile_sass = true diff --git a/content/docs/email.md b/content/docs/email.md index a4a4b5c..35d4b2f 100644 --- a/content/docs/email.md +++ b/content/docs/email.md @@ -3,16 +3,19 @@ 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). +## oh mamma mia it's email time +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 below). + +### Webmail +We have an instance of [alps](https://git.sr.ht/~migadu/alps) set up at [webmail.southlondon.cc](https://webmail.southlondon.cc). do keep in mind alps is kinda buggy, so you might want to use something else instead. (at some point i'll probably set up a rainloop instance too.) ### 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: +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` +- **Incoming Server (IMAP):** `mail.southlondon.cc` - **Requires SSL:** Yes - **Port:** 993 -- **Outgoing Server (SMTP):** `hamish.southlondon.cc` +- **Outgoing Server (SMTP):** `mail.southlondon.cc` - **Requires SSL:** Yes - **Requires TLS:** Yes - **Port:** 587 @@ -21,6 +24,6 @@ Right now, Email clients won't detect the server details by default, so you're g ## Some Warnings -- Please keep in mind that you are using a tilde admined by a dumbass, and the liklihood of me fucking something up in the future is fairly high. **Do not use this service for anything important** -- There are many known problems with sending email to major Email providers. -- This server uses the [maddy](https://maddy.email) email server, which is fairly new and therefore might be slightly rough around the edges. \ No newline at end of file +- Please keep in mind that you are using a tilde admined by a dumbass, and the liklihood of me fucking something up in the future is fairly high. **please for the love of god don't use this service for anything extra important** +- At the moment all email is sent from a residential IP, which many email providers don't like and will likely mark your message as spam (or refuse to deliver it at all). +- This server uses the [maddy](https://maddy.email) email server, which is fairly new and therefore might be slightly rough around the edges. diff --git a/templates/base.html b/templates/base.html index a7b40b1..b9479f4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,9 +3,9 @@ - the south london library + {% if page.title %}{{ page.title }} · {% endif %}the south london library - + {% block content %} {% endblock %} @@ -13,4 +13,4 @@ All content licensed under CC BY-SA 4.0 - \ No newline at end of file + diff --git a/templates/index.html b/templates/index.html index b446f35..387b9a0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,7 @@
-
-

come write things! (please)

-

Anyone can submit a pull request for this wiki. Give it a go!

-
-
Get Started -
- - - + + - + -{% endblock content %} \ No newline at end of file +{% endblock content %}