summaryrefslogtreecommitdiff
path: root/blog/2021-07-15.md
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-04-19 14:27:32 +0300
committereug-vs <eugene@eug-vs.xyz>2022-04-19 14:27:32 +0300
commita7a039a704360f102ac8c678533c5cf113a499a1 (patch)
tree92179e76e294e2f0e41cc670a34eff7231d782d2 /blog/2021-07-15.md
parente6a2cbada3d44908c74974223a5328b43969e689 (diff)
downloadeug-vs-xyz-a7a039a704360f102ac8c678533c5cf113a499a1.tar.gz
feat: use more of the wiki-style
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.