diff options
Diffstat (limited to 'src/pages/blog/2021-07-15.md')
-rw-r--r-- | src/pages/blog/2021-07-15.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/blog/2021-07-15.md b/src/pages/blog/2021-07-15.md index bbe1666..da239d4 100644 --- a/src/pages/blog/2021-07-15.md +++ b/src/pages/blog/2021-07-15.md @@ -19,7 +19,7 @@ It's in itself a separate topic for discussion, but what's important for today i a huge collection of stickers as there is in **Telegram**. I'm a big fan of **Wojak** stickers and many other ones, so I had to do something about it. -![stickerpicker](/public/stickerpicker.png) +![stickerpicker](/stickerpicker.png) # Matrix Stickerpicker Stickers work in a slightly weird way in **Matrix**. Basically you have to deploy your own sticker "server" @@ -128,7 +128,7 @@ For that I've created a new SSH key and added it to `CircleCI` secrets so that i git config --global user.email "eug-vs@keemail.me" git config --global user.name "eug-vs" git add . - git commit -m "feat: add stickerpacks with CircleCI [ci [skip](skip.md)]" + git commit -m "feat: add stickerpacks with CircleCI [ci [skip](skip)]" git push -u ``` @@ -139,6 +139,6 @@ need to check the **new** packs in the `telegram-packs.txt` - the script is actu And that's it! Now every time I add new URLs to the `telegram-packs.txt`, they will automatically appear in my widget within a minute or so. Enjoy your stickers! -![wojak-brain-chair](/public/wojak-brainchair.png) +![wojak-brain-chair](/wojak-brainchair.png) You can find full version of the config here: https://github.com/eug-vs/stickerpicker/blob/master/.circleci/config.yml |