diff --git a/config.yml b/config.yml index a028195..d141243 100644 --- a/config.yml +++ b/config.yml @@ -54,8 +54,6 @@ params: socialIcons: - name: github url: "https://github.com/tommytran732" - - name: gitea - url: "https://git.tommytran.io/Tomster" - name: matrix url: "https://invite.arcticfoxes.net/#/@tommy:arcticfoxes.net" - name: telegram @@ -104,22 +102,26 @@ markup: menu: main: + - identifier: About + name: About + url: /about/ + weight: 10 - identifier: Blog name: Blog url: https://privsec.dev - weight: 10 + weight: 20 + - identifier: Contact + name: Contact + url: /contact/ + weight: 30 - identifier: Projects name: Projects url: /projects/ - weight: 20 - - identifier: Packages - name: Packages - url: /packages/ - weight: 30 + weight: 40 - identifier: PGP name: PGP url: tommy.asc - weight: 40 + weight: 50 privacy: disqus: diff --git a/content/packages.md b/content/packages.md deleted file mode 100644 index 71865d1..0000000 --- a/content/packages.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Packages" -date: 2022-09-03 ---- - -## Synapse -![Matrix](/images/matrix.jpg) - -I have a [simple fork](https://github.com/tommytran732/Synapse-Docker) of [Wonderfall's hardened Synapse Docker image](https://github.com/Wonderfall/docker-synapse) with the [Mjolnir module](https://github.com/matrix-org/mjolnir/blob/main/docs/synapse_module.md) support and the default (as opposed to light) variant of the [Hardened Memory Allocator](https://github.com/GrapheneOS/hardened_malloc). - -You can obtain the image by pulling `ghcr.io/tommytran732/synapse` or `quay.io/tommytran732/synapse`. - -## Matrix.to - -I made an Alpine Docker container for [Matrix.to](https://matrix.to) that you obtain by pulling `ghcr.io/tommytran732/matrix.to`. The default instance has been changed from [Element.io](https://app.element.io) to [ArcticFoxes.net](https://element.arcticfoxes.net). \ No newline at end of file diff --git a/static/images/simplex-chat-address.png b/static/images/simplex-chat-address.png deleted file mode 100644 index 9921bc7..0000000 Binary files a/static/images/simplex-chat-address.png and /dev/null differ