From 342438637f8d0d37c7b92a98868c78088d63e85e Mon Sep 17 00:00:00 2001 From: ben clark Date: Sun, 14 Mar 2021 00:22:00 +0000 Subject: [PATCH] inline code tweaks --- main.css | 5 ++++- wiki/index.md | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index 8fc66ef..1ff3b4a 100644 --- a/main.css +++ b/main.css @@ -103,5 +103,8 @@ pre { code { font-family: 'Comic Mono', monospace; font-size: 14px; + background-color: #e4e4e4; + border-radius: 4px; + padding: 0 4px; font-weight: 400; -} \ No newline at end of file +} diff --git a/wiki/index.md b/wiki/index.md index 9caeada..fba952a 100644 --- a/wiki/index.md +++ b/wiki/index.md @@ -5,6 +5,39 @@ color: blue --- hi! welcome to the wiki. it contains some helpful info about living life on southlondon.cc. -### a table of contents +# a table of contents +## getting started - [logging in: a guide](./login.html) +- [ssh tips and tricks](./ssh.html) + +## making things +- [some things you could make](./ideas.html) +- [some good books on writing code](./howtobegoodatprogramming.html) +- [how to use git without wanting to shit your pants and kill your roommate](./git.html) + +## getting on tv +- [getting your stuff on the main channels](./tv/main/) + - [sltv advertising](./tv/main/ads.html) + - [content guidelines](./tv/main/content.html) +- [making your own channel](./tv/userchannels/) + - [content guidelines](./tv/userchannels/content.html) + +## living life +- [making your page exceptionally snazzy](./designtips.html) +- [hosting git repos for fun and profit](./githosting.html) + +## talking to strangers +- [connect to irc](./irc.html) +- [using xmpp](./xmpp.html) +- [collecting tokens](./tokens.html) +- [fun things to say in #meta](./meta.html) + +## getting help +- [help! i need help!](./help.html) +- [so you've been banned from sl](./gettingbanned.html) +- [requesting packages](./packages.html) +- [know your rights](./rights.html) + +## helping out - [how to contribute to this wiki](./contribute.html) +- [how to give us money](./donate.html)