add ttm.sh and fix markdown table

This commit is contained in:
Ben Harris 2018-08-16 00:26:45 -04:00
parent 94465c2535
commit b103bb321b
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
5 changed files with 7 additions and 5 deletions

View File

@ -10,7 +10,7 @@ $services = [
'cryptpad' => ['fa' => 'sticky-note', 'url' => 'https://pad.tilde.team'],
'pastebin' => ['fa' => 'paste', 'url' => 'https://paste.tilde.team/'],
'termbin' => ['fa' => 'terminal', 'url' => 'https://bin.tilde.team/'],
'nullpointer' => ['fa' => 'file-code-o', 'url' => 'https://0x0.tilde.team'],
'nullpointer' => ['fa' => 'file-code-o', 'url' => 'https://ttm.sh'],
'gopher' => ['fa' => 'floppy-o', 'url' => 'https://gopher.tilde.team'],
];

View File

@ -17,7 +17,7 @@ $additional_head = "
class MDParser implements Mni\FrontYAML\Markdown\MarkdownParser {
public function __construct() {
$this->mdparser = new Michelf\Markdown();
$this->mdparser = new Michelf\MarkdownExtra();
$this->mdparser->header_id_func = function ($header) {
return preg_replace('/[^a-z0-9]/', '-', strtolower($header));
};

View File

@ -91,6 +91,6 @@ tarsnap -x -f name-of-backup
we keep backups of:
* `/home`
* `/etc`
* `/var` (excluding `/var/log`)
* `/var` (excluding `/var/log` and `/var/lib/lxd`)
see the [tarsnap documentation](https://www.tarsnap.com/usage.html) for more information.

View File

@ -30,8 +30,9 @@ you have a couple options:
---
because [~ben](https://tilde.team/~ben/) likes to buy domain names, you can use the following domains with your tildemail:
because [~ben](https://tilde.team/~ben/) hoards domain names, you can use the following domains with your tildemail:
* ttm.sh
* tilde.zone
* tilde.chat
* tilde.site
@ -40,6 +41,7 @@ because [~ben](https://tilde.team/~ben/) likes to buy domain names, you can use
* tildeverse.org
mail sent to yourusername@ any of those domains will end up in your inbox. most clients will allow you to add additional identities/aliases.
additionally, any address with a `-` or `+` and arbitrary text behind it will be forwarded to you email: ie. `your_username+somethingcool@tildeverse.org` or `yourusername-notcool@tilde.site`.
feel free to use as many as you'd like :)

View File

@ -15,7 +15,7 @@ category:
> all users are now required to use an ssh keypair for login, or will be required to proceed with manual account recovery with [~ben](/~ben/) or another admin. drop a line to [sudoers@tilde.team](mailto:sudoers@tilde.team) or hop on [irc](https://web.tilde.chat/?join=sudoers) for assistance.
** if you just want to get right to a tutorial you can [skip over this background info](#tutorial)**
** if you just want to get right to a tutorial you can [skip over this background info](#how-to-make-an-ssh-key)**
while [tilde.team](https://tilde.team) is accessible on the web and features lovely web pages written by its users, all of the interaction with tilde.team takes place **inside the machine** that runs tilde.team as opposed to via web forms that have an effect from **outside** tilde.team's computer.