summaryrefslogtreecommitdiff
path: root/blog/2021-07-15.md
diff options
context:
space:
mode:
Diffstat (limited to 'blog/2021-07-15.md')
-rw-r--r--blog/2021-07-15.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/2021-07-15.md b/blog/2021-07-15.md
index 45f9f37..2ea0bd5 100644
--- a/blog/2021-07-15.md
+++ b/blog/2021-07-15.md
@@ -18,7 +18,7 @@ so I had to do something about it.
![stickerpicker](/public/stickerpicker.png)
-### Matrix Stickerpicker
+# Matrix Stickerpicker
Stickers work in a slightly weird way in **Matrix**. Basically you have to deploy your own sticker "server"
(*don't worry, it's just a static site*) where you can add your stickers - it will be used as a widget inside your client.
@@ -42,7 +42,7 @@ There are two problems of running this `Python` script automatically:
- You have to log into your `Matrix` account
- You have to log into your `Telegram` account
-### Config
+## Config
Here's my fork of the repo: https://github.com/eug-vs/stickerpicker
`CircleCI` is fully controlled by a config file `.circleci/config.yml`. It uses `YAML` which is really picky about indentation, so be careful with that.