From e9bbc2c2862c92767b3ba8ab2ca418162fca1cba Mon Sep 17 00:00:00 2001 From: qugalet Date: Tue, 31 Oct 2023 21:23:25 +0200 Subject: rewrite theme --- content/_index.en.org | 27 ---------------------- content/_index.org | 28 +++++++++++++++++++++++ content/_index.uk.org | 25 -------------------- content/archives.en.md | 6 ----- content/contacts.org | 9 ++++---- content/contacts.uk.org | 19 --------------- content/donate.org | 1 + content/donate.uk.org | 19 --------------- content/post/_index.org | 9 ++++++++ content/post/minecraft_vote_2022/cover.jpg | Bin 0 -> 137550 bytes content/post/minecraft_vote_2022/index.en.org | 27 ++++++++++++++++++++++ content/post/minecraft_vote_2022/index.uk.org | 27 ++++++++++++++++++++++ content/post/minecraft_vote_2022/rascal.png | Bin 0 -> 37165 bytes content/post/minecraft_vote_2022/sniffer.png | Bin 0 -> 43103 bytes content/post/minecraft_vote_2022/tuff_golem.png | Bin 0 -> 34079 bytes content/post/reconstruction/index.org | 14 ++++++++++++ content/post/searxng_started/index.en.org | 13 +++++++++++ content/post/searxng_started/index.uk.org | 12 ++++++++++ content/post/searxng_started/searxng.png | Bin 0 -> 69702 bytes content/posts/minecraft_vote_2022/cover.jpg | Bin 137550 -> 0 bytes content/posts/minecraft_vote_2022/index.en.org | 27 ---------------------- content/posts/minecraft_vote_2022/index.uk.org | 27 ---------------------- content/posts/minecraft_vote_2022/rascal.png | Bin 37165 -> 0 bytes content/posts/minecraft_vote_2022/sniffer.png | Bin 43103 -> 0 bytes content/posts/minecraft_vote_2022/tuff_golem.png | Bin 34079 -> 0 bytes content/posts/searxng_started/index.en.org | 13 ----------- content/posts/searxng_started/index.uk.org | 12 ---------- content/posts/searxng_started/searxng.png | Bin 69702 -> 0 bytes 28 files changed, 136 insertions(+), 179 deletions(-) delete mode 100644 content/_index.en.org create mode 100644 content/_index.org delete mode 100644 content/_index.uk.org delete mode 100644 content/archives.en.md delete mode 100644 content/contacts.uk.org delete mode 100644 content/donate.uk.org create mode 100644 content/post/_index.org create mode 100644 content/post/minecraft_vote_2022/cover.jpg create mode 100644 content/post/minecraft_vote_2022/index.en.org create mode 100644 content/post/minecraft_vote_2022/index.uk.org create mode 100644 content/post/minecraft_vote_2022/rascal.png create mode 100644 content/post/minecraft_vote_2022/sniffer.png create mode 100644 content/post/minecraft_vote_2022/tuff_golem.png create mode 100644 content/post/reconstruction/index.org create mode 100644 content/post/searxng_started/index.en.org create mode 100644 content/post/searxng_started/index.uk.org create mode 100644 content/post/searxng_started/searxng.png delete mode 100644 content/posts/minecraft_vote_2022/cover.jpg delete mode 100644 content/posts/minecraft_vote_2022/index.en.org delete mode 100644 content/posts/minecraft_vote_2022/index.uk.org delete mode 100644 content/posts/minecraft_vote_2022/rascal.png delete mode 100644 content/posts/minecraft_vote_2022/sniffer.png delete mode 100644 content/posts/minecraft_vote_2022/tuff_golem.png delete mode 100644 content/posts/searxng_started/index.en.org delete mode 100644 content/posts/searxng_started/index.uk.org delete mode 100644 content/posts/searxng_started/searxng.png (limited to 'content') diff --git a/content/_index.en.org b/content/_index.en.org deleted file mode 100644 index 9e2ae7a..0000000 --- a/content/_index.en.org +++ /dev/null @@ -1,27 +0,0 @@ -#+TITLE: -#+DATE: 2022-09-08T23:17:00+03:00 -#+DRAFT: false -#+DESCRIPTION: -#+TAGS[]: -#+KEYWORDS[]: -#+SLUG: -#+SUMMARY: - -#+attr_html: alt: konata happy title: konata happy -[[konata_happy_smol.gif]] - -** Welcome to my personal place ~ᕕ( ᐛ )ᕗ~ - -Hi, I'm Andriy (Андрій 🇺🇦), I'm owner of [[https://m0e.space][m0e.space]] instance. I'm studying [[https://pntl.edu.vn.ua][here]] (11th grade), learning and practicing JS, Python, C++, trying Rust (nothing serious now). - -Here you can read my thoughs about *Fediverse*, *JavaScript* and *Minecraft*, probably. - -You can find me on [[https://pl.m0e.space/qugalet][Fediverse]], other contacts are stored [[/contacts][here]]. - -If you want me to continue my experiments and other things, you can support me [[/donate][financially]]. - -*** Other Useful links: -- @@html:My Github@@ -- [[https://git.m0e.space/qugalet][My Gitea]] - - diff --git a/content/_index.org b/content/_index.org new file mode 100644 index 0000000..5ab60f9 --- /dev/null +++ b/content/_index.org @@ -0,0 +1,28 @@ +#+TITLE: Main page +#+DATE: 2022-09-08T23:17:00+03:00 +#+DRAFT: false +#+DESCRIPTION: +#+TAGS[]: +#+KEYWORDS[]: +#+SLUG: +#+MENU: main +#+WEIGHT: 10 +#+SUMMARY: + +#+attr_html: :alt konata happy :title konata happy :style margin: auto; display: block; +[[konata_happy_smol.gif]] + +** Welcome to my personal place ~ᕕ( ᐛ )ᕗ~ + +Hi, I'm Andriy (Андрій 🇺🇦), I'm owner of [[https://m0e.space][m0e.space]] instance. I'm studying [[https://vntu.edu.ua][here]] (first year), learning and practicing JS, C++, trying Go. + +Here you can read my thoughs about *Fediverse*, *JavaScript* and [[tags/minecraft][*Minecraft*]], probably. + +You can find me on [[https://pl.m0e.space/qugalet][Fediverse]], other contacts stored [[/contacts][here]]. + +If you want me to continue my experiments and other things, you can support me [[/donate][financially]]. + +*** Other Useful links: +- @@html:My Github@@ +- [[https://git.m0e.space/qugalet][My Gitea]] + diff --git a/content/_index.uk.org b/content/_index.uk.org deleted file mode 100644 index 137646d..0000000 --- a/content/_index.uk.org +++ /dev/null @@ -1,25 +0,0 @@ -#+TITLE: -#+DATE: 2022-09-08T23:17:00+03:00 -#+DRAFT: false -#+DESCRIPTION: -#+TAGS[]: -#+KEYWORDS[]: -#+SLUG: -#+SUMMARY: - -#+attr_html: alt: konata happy title: konata happy -[[konata_happy_smol.gif]] - -** Вітаю в моєму садку ~ᕕ( ᐛ )ᕗ~ - -Привіт, мене звуть Андрій, я власник сервісів та проєктів [[https://m0e.space][m0e.space]]. Вчуся [[https://pntl.edu.vn.ua][тут]] (11 клас), вмію і практикую JS, Python і C++, пробую Rust (поки нічого серйозного). - -Тут ви зможете почитати мої думки щодо *Федіверсу*, *JavaScript* та *Minecraft*, скоріш за все. - -Ви можете знайти мене на [[https://pl.m0e.space/qugalet][Fediverse]], інші канали зв'язку [[{{% ref contacts.uk.org %}}][тут]]. - -Якщо вам подобаються мої експерименти та творіння та хочете більше такого, ви можете підтримати мене [[{{% ref donate.uk.org %}}][фінансово]]. - -*** Інші корисні посилання: -- @@html:Мій Github@@ -- [[https://git.m0e.space/qugalet][Мій Gitea]] diff --git a/content/archives.en.md b/content/archives.en.md deleted file mode 100644 index 5628e34..0000000 --- a/content/archives.en.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Archive" -layout: "archives" -url: "/archives/" -summary: archives ---- diff --git a/content/contacts.org b/content/contacts.org index 887e7d4..f22d0ab 100644 --- a/content/contacts.org +++ b/content/contacts.org @@ -5,15 +5,16 @@ #+TAGS[]: #+KEYWORDS[]: #+SLUG: -#+SUMMARY: +#+MENU: main +#+SUMMARY: false ** Messengers: - Telegram: [[https://t.me/Andrmist][@Andrmist]] -- Discord: ~qugalet#8967~ -- Matrix: ~@qugalet@matrix.m0e.space~ +- Discord: ~qugalet~ +- Matrix: ~@qugalet@m0e.space~ ** Social networks: - Fediverse: [[https://pl.m0e.space/qugalet][@qugalet@pl.m0e.space]] - Twitter: [[https://twitter.com/@Andrmist][@Andrmist]] - Youtube: [[https://www.youtube.com/channel/UCyPe6wgNpY9OYWaM5Lf8nUg][Qugalet]] -Main email address: [[mailto:qugalet@m0e.space][qugalet(dog)m0e.space]] +Email address: ~qugalet (meow) m0e.space~ diff --git a/content/contacts.uk.org b/content/contacts.uk.org deleted file mode 100644 index 3cab90e..0000000 --- a/content/contacts.uk.org +++ /dev/null @@ -1,19 +0,0 @@ -#+TITLE: Контакти -#+DATE: 2022-09-10T00:16:09+03:00 -#+DRAFT: false -#+DESCRIPTION: -#+TAGS[]: -#+KEYWORDS[]: -#+SLUG: -#+SUMMARY: -** Месенджери: -- Telegram: [[https://t.me/Andrmist][@Andrmist]] -- Discord: ~qugalet#8967~ -- Matrix: ~@qugalet@matrix.m0e.space~ - -** Соціальні мережі: -- Fediverse: [[https://pl.m0e.space/qugalet][@qugalet@pl.m0e.space]] -- Twitter: [[https://twitter.com/@Andrmist][@Andrmist]] -- Youtube: [[https://www.youtube.com/channel/UCyPe6wgNpY9OYWaM5Lf8nUg][Qugalet]] - -Адреса для зв'язку: [[mailto:qugalet@m0e.space][qugalet(dog)m0e.space]] diff --git a/content/donate.org b/content/donate.org index 4587006..c835428 100644 --- a/content/donate.org +++ b/content/donate.org @@ -4,6 +4,7 @@ #+DESCRIPTION: My donation pages and credit cards #+TAGS[]: #+KEYWORDS[]: +#+MENU: main #+hideSummary: true You can buy me a tea using [[https://ko-fi.com/qugalet][ko-fi]] or thank me using [[https://qugalet.diaka.ua/donate][Diaka]]. diff --git a/content/donate.uk.org b/content/donate.uk.org deleted file mode 100644 index da01987..0000000 --- a/content/donate.uk.org +++ /dev/null @@ -1,19 +0,0 @@ -#+TITLE: Фінансова підтримка -#+DATE: 2022-09-10T00:16:15+03:00 -#+DRAFT: false -#+DESCRIPTION: My donation pages and credit cards -#+TAGS[]: -#+KEYWORDS[]: -#+hideSummary: true - -Ви можете купити мені чай використовуючи [[https://ko-fi.com/qugalet][ko-fi]] ну або просто [[https://qugalet.diaka.ua/donate][подякувати]]. - -Також подарунок можна відправити на [[https://www.paypal.com/donate/?hosted_button_id=W4KXXNATP4ZFN][PayPal]]. - -Мої картки: -- 5375411415857825 Monobank (MasterCard) -- 5168755905297772 PrivatBank (MasterCard) - -Також в мене є [[https://send.monobank.ua/jar/8qpC6WMUHT][банка Монобанку]]. - -Я не використовую крипто гаманці, проте якщо хочете через нього сказати "спасибі", [[{{% ref contacts.uk.org %}}][зв'яжіться зі мною]]. diff --git a/content/post/_index.org b/content/post/_index.org new file mode 100644 index 0000000..4983c22 --- /dev/null +++ b/content/post/_index.org @@ -0,0 +1,9 @@ +#+TITLE: Posts +#+DATE: 2022-09-10T00:16:09+03:00 +#+DRAFT: false +#+DESCRIPTION: +#+TAGS[]: +#+KEYWORDS[]: +#+SLUG: +#+MENU: main +#+SUMMARY: false diff --git a/content/post/minecraft_vote_2022/cover.jpg b/content/post/minecraft_vote_2022/cover.jpg new file mode 100644 index 0000000..4cafb38 Binary files /dev/null and b/content/post/minecraft_vote_2022/cover.jpg differ diff --git a/content/post/minecraft_vote_2022/index.en.org b/content/post/minecraft_vote_2022/index.en.org new file mode 100644 index 0000000..3989c0c --- /dev/null +++ b/content/post/minecraft_vote_2022/index.en.org @@ -0,0 +1,27 @@ +#+TITLE: Minecraft Live 2022 Voting: My thoughts +#+DATE: 2022-10-11 +#+DRAFT: false +#+DESCRIPTION: Note: I'm NOT AGITATING to vote for a particular mob, I'm just thinking about the topic +#+TAGS[]: minecraft voting +#+CATEGORIES[]: my_opinion +#+KEYWORDS[]: minecraft voting minecon minecraft live +#+SLUG: +#+SUMMARY: +[[./cover.jpg]] +/Note: I'm NOT AGITATING to vote for a particular mob, I'm just thinking about the topic/ + +** Well, unfortunately, we have 3 mobs for last 3 votings: +- A Phantom that annoys everyone (even developers) +- A Glowing squid that feels pretty empty (does anyone often use glowing text on signs?) +- Allay that seems to be okay, but, frankly, I have not seen real usage examples where it was more difficult to implement it before + +Now I don't see any real discussions, as it was with the previous elections. There is nothing to choose from, if only *all of them were added...* Yes, they told that all mobs will be added later, but no one said when it would be later. Also Microsoft directly began to put pressure on developers, pushing such unpleasant things, *like chat reports*. Let's hope that each of the mobs will be equivalent, and not like it was with the Glowing squid, Flower cow and Glare vs their rivals. +** My thoughts about new mobs on voting: +- *Rascal* - gives a reward if you can find it 3 times, which is probably will be abused for item or XP farms + {{< img src=rascal.png >}} +- *Sniffer* - sniffs some seeds (which ones are not clear), I would vote for him, but I have no trust to Mojang, who will go wrong again probably or something like that + {{< img src=sniffer.png >}} +- *Tuff golem* - moves items in his hands, we'll see if he will be a walking and cheap copy of Allay or a walking frame, the idea of a craftable mob looks interesting, I think I will vote for him + {{< img src=tuff_golem.png >}} + +Let's hope that the update will cover these weak mobs with something interesting and the incidents of recent years. diff --git a/content/post/minecraft_vote_2022/index.uk.org b/content/post/minecraft_vote_2022/index.uk.org new file mode 100644 index 0000000..79738d3 --- /dev/null +++ b/content/post/minecraft_vote_2022/index.uk.org @@ -0,0 +1,27 @@ +#+TITLE: Minecraft Live 2022 Голосування: роздуми +#+DATE: 2022-10-11 +#+DRAFT: false +#+DESCRIPTION: +#+TAGS[]: minecraft голосування +#+CATEGORIES[]: мої_думки +#+KEYWORDS[]: minecraft voting minecon minecraft live +#+SLUG: +#+SUMMARY: +[[./cover.jpg]] +/Передмова: Я НЕ АГІТУЮ голосувати за певного моба, я тут просто роздумую на цю тему/ + +** Що ж, на жаль, ми маємо за останні 3 голосування ми маємо три моба: +- Фантом, який всіх бісить (навіть розробників) +- Сяючий спрут, який просто пустий по суті (хтось дуже активно використовує сяючий текст на табличках?) +- Еллей, який ніби нормальний, але, чесно кажучи, не бачив реальних прикладів застосування, де раніше це реалізувати було важче + +Зараз я взагалі не бачу якогось прямо холівару, як це було з попередніми виборами. Вибирати немає з чого, ось якби *їх додали усіх...* Так, ніби були обіцянки щодо додання всіх мобів, які програли, але пізніше, проте ніхто не сказав, коли це буде пізніше. Додає проблем ще те, що Майкрософт прямо почала давити на розробників, пропихаючи такі неприємні речі, *як чат репорти*. Будемо сподіватися, що кожен з мобів буде рівноцінним, а не так, як було зі спрутом, коровою і світлячком та їх суперниками. +** Думка щодо мобів на голосуванні: +- *Шибеник* - дає нагороду за його знаходження 3 рази в шахті, який просто зроблений для абузу на фермах + [[file:rascal.png]] +- *Нюхач* - дає якійсь дзернята (які конкретно, не зрозуміло), я б за нього голосував, але в мене немає довіри до Моджанг, у якої знову піде щось не так + [[file:sniffer.png]] +- *Туфовий ґолем* - переносить предмети в руках, будемо дивитися, чи буде він ходячою і дешевою копією Еллею чи ходячою рамкою, ідея моба, який крафтиться виглядає цікавою, думаю голосувати за нього + [[file:tuff_golem.png]] + +Будемо сподіватися, що оновлення конпенсує цих слабких мобів чимось цікавим і перекриє інциденти останніх років. diff --git a/content/post/minecraft_vote_2022/rascal.png b/content/post/minecraft_vote_2022/rascal.png new file mode 100644 index 0000000..2711be6 Binary files /dev/null and b/content/post/minecraft_vote_2022/rascal.png differ diff --git a/content/post/minecraft_vote_2022/sniffer.png b/content/post/minecraft_vote_2022/sniffer.png new file mode 100644 index 0000000..40836f9 Binary files /dev/null and b/content/post/minecraft_vote_2022/sniffer.png differ diff --git a/content/post/minecraft_vote_2022/tuff_golem.png b/content/post/minecraft_vote_2022/tuff_golem.png new file mode 100644 index 0000000..423c6b8 Binary files /dev/null and b/content/post/minecraft_vote_2022/tuff_golem.png differ diff --git a/content/post/reconstruction/index.org b/content/post/reconstruction/index.org new file mode 100644 index 0000000..1ab0a42 --- /dev/null +++ b/content/post/reconstruction/index.org @@ -0,0 +1,14 @@ +#+TITLE: Reconstruction +#+DATE: 2023-10-31T16:49:32+02:00 +#+DRAFT: false +#+DESCRIPTION: +#+TAGS[]: +#+KEYWORDS[]: +#+SLUG: +#+SUMMARY: +* As you can see, i created my own theme +Source code is not avaliable because it's hardcoded to my needs, so I don't want to share badly written code. + +Website feels more aesthetic than ever and I like it more. I should post here more content. Maybe in the next article I'll tell about my brand new 2012 laptop I bought 3 weeks ago and how I made it's startup time smaller than on my main machine. + +P.S.: also give me advice where I can find cheap stickers for laptop or where I can order small amount of them. diff --git a/content/post/searxng_started/index.en.org b/content/post/searxng_started/index.en.org new file mode 100644 index 0000000..3dedc03 --- /dev/null +++ b/content/post/searxng_started/index.en.org @@ -0,0 +1,13 @@ +#+TITLE: Ukrainian SearXNG instance +#+DATE: 2022-10-17 +#+DRAFT: false +#+DESCRIPTION: Ukrainian SearXNG instance launched today! +#+TAGS[]: m0e.space searxng ukrainian instance +#+CATEGORIES[]: m0espace_blog +#+KEYWORDS[]: m0e.space searxng +#+SLUG: +#+SUMMARY: +[[file:searxng.png]] +m0e.space launched [[https://search.m0e.space][SearXNG]] today 🎉 + + diff --git a/content/post/searxng_started/index.uk.org b/content/post/searxng_started/index.uk.org new file mode 100644 index 0000000..76569d4 --- /dev/null +++ b/content/post/searxng_started/index.uk.org @@ -0,0 +1,12 @@ +#+TITLE: Український інстанс SearXNG +#+DATE: 2022-10-17 +#+DRAFT: false +#+DESCRIPTION: Український інстанс SearXNG запущений вже сьогодні! +#+TAGS[]: m0e.space searxng український інстанс +#+CATEGORIES[]: m0espace_blog +#+KEYWORDS[]: m0e.space searxng україна +#+SLUG: +#+SUMMARY: +[[file:searxng.png]] +m0e.space сьогодні запускає інстанс [[https://search.m0e.space][SearXNG]] 🎉 + diff --git a/content/post/searxng_started/searxng.png b/content/post/searxng_started/searxng.png new file mode 100644 index 0000000..09c68d8 Binary files /dev/null and b/content/post/searxng_started/searxng.png differ diff --git a/content/posts/minecraft_vote_2022/cover.jpg b/content/posts/minecraft_vote_2022/cover.jpg deleted file mode 100644 index 4cafb38..0000000 Binary files a/content/posts/minecraft_vote_2022/cover.jpg and /dev/null differ diff --git a/content/posts/minecraft_vote_2022/index.en.org b/content/posts/minecraft_vote_2022/index.en.org deleted file mode 100644 index 1e57a44..0000000 --- a/content/posts/minecraft_vote_2022/index.en.org +++ /dev/null @@ -1,27 +0,0 @@ -#+TITLE: Minecraft Live 2022 Voting: My thoughts -#+DATE: 2022-10-11 -#+DRAFT: false -#+DESCRIPTION: Note: I'm NOT AGITATING to vote for a particular mob, I'm just thinking about the topic -#+TAGS[]: minecraft voting -#+CATEGORIES[]: my_opinion -#+KEYWORDS[]: minecraft voting minecon minecraft live -#+SLUG: -#+SUMMARY: -[[./cover.jpg]] -/Note: I'm NOT AGITATING to vote for a particular mob, I'm just thinking about the topic/ - -** Well, unfortunately, we have 3 mobs for last 3 votings: -- A Phantom that annoys everyone (even developers) -- A Glowing squid that feels pretty empty (does anyone often use glowing text on signs?) -- Allay that seems to be okay, but, frankly, I have not seen real usage examples where it was more difficult to implement it before - -Now I don't see any real discussions, as it was with the previous elections. There is nothing to choose from, if only *all of them were added...* Yes, they told that all mobs will be added later, but no one said when it would be later. Also Microsoft directly began to put pressure on developers, pushing such unpleasant things, *like chat reports*. Let's hope that each of the mobs will be equivalent, and not like it was with the Glowing squid, Flower cow and Glare vs their rivals. -** My thoughts about new mobs on voting: -- *Rascal* - gives a reward if you can find it 3 times, which is probably will be abused for item or XP farms - [[file:rascal.png]] -- *Sniffer* - sniffs some seeds (which ones are not clear), I would vote for him, but I have no trust to Mojang, who will go wrong again probably or something like that - [[file:sniffer.png]] -- *Tuff golem* - moves items in his hands, we'll see if he will be a walking and cheap copy of Allay or a walking frame, the idea of a craftable mob looks interesting, I think I will vote for him - [[file:tuff_golem.png]] - -Let's hope that the update will cover these weak mobs with something interesting and the incidents of recent years. diff --git a/content/posts/minecraft_vote_2022/index.uk.org b/content/posts/minecraft_vote_2022/index.uk.org deleted file mode 100644 index 79738d3..0000000 --- a/content/posts/minecraft_vote_2022/index.uk.org +++ /dev/null @@ -1,27 +0,0 @@ -#+TITLE: Minecraft Live 2022 Голосування: роздуми -#+DATE: 2022-10-11 -#+DRAFT: false -#+DESCRIPTION: -#+TAGS[]: minecraft голосування -#+CATEGORIES[]: мої_думки -#+KEYWORDS[]: minecraft voting minecon minecraft live -#+SLUG: -#+SUMMARY: -[[./cover.jpg]] -/Передмова: Я НЕ АГІТУЮ голосувати за певного моба, я тут просто роздумую на цю тему/ - -** Що ж, на жаль, ми маємо за останні 3 голосування ми маємо три моба: -- Фантом, який всіх бісить (навіть розробників) -- Сяючий спрут, який просто пустий по суті (хтось дуже активно використовує сяючий текст на табличках?) -- Еллей, який ніби нормальний, але, чесно кажучи, не бачив реальних прикладів застосування, де раніше це реалізувати було важче - -Зараз я взагалі не бачу якогось прямо холівару, як це було з попередніми виборами. Вибирати немає з чого, ось якби *їх додали усіх...* Так, ніби були обіцянки щодо додання всіх мобів, які програли, але пізніше, проте ніхто не сказав, коли це буде пізніше. Додає проблем ще те, що Майкрософт прямо почала давити на розробників, пропихаючи такі неприємні речі, *як чат репорти*. Будемо сподіватися, що кожен з мобів буде рівноцінним, а не так, як було зі спрутом, коровою і світлячком та їх суперниками. -** Думка щодо мобів на голосуванні: -- *Шибеник* - дає нагороду за його знаходження 3 рази в шахті, який просто зроблений для абузу на фермах - [[file:rascal.png]] -- *Нюхач* - дає якійсь дзернята (які конкретно, не зрозуміло), я б за нього голосував, але в мене немає довіри до Моджанг, у якої знову піде щось не так - [[file:sniffer.png]] -- *Туфовий ґолем* - переносить предмети в руках, будемо дивитися, чи буде він ходячою і дешевою копією Еллею чи ходячою рамкою, ідея моба, який крафтиться виглядає цікавою, думаю голосувати за нього - [[file:tuff_golem.png]] - -Будемо сподіватися, що оновлення конпенсує цих слабких мобів чимось цікавим і перекриє інциденти останніх років. diff --git a/content/posts/minecraft_vote_2022/rascal.png b/content/posts/minecraft_vote_2022/rascal.png deleted file mode 100644 index 2711be6..0000000 Binary files a/content/posts/minecraft_vote_2022/rascal.png and /dev/null differ diff --git a/content/posts/minecraft_vote_2022/sniffer.png b/content/posts/minecraft_vote_2022/sniffer.png deleted file mode 100644 index 40836f9..0000000 Binary files a/content/posts/minecraft_vote_2022/sniffer.png and /dev/null differ diff --git a/content/posts/minecraft_vote_2022/tuff_golem.png b/content/posts/minecraft_vote_2022/tuff_golem.png deleted file mode 100644 index 423c6b8..0000000 Binary files a/content/posts/minecraft_vote_2022/tuff_golem.png and /dev/null differ diff --git a/content/posts/searxng_started/index.en.org b/content/posts/searxng_started/index.en.org deleted file mode 100644 index 3dedc03..0000000 --- a/content/posts/searxng_started/index.en.org +++ /dev/null @@ -1,13 +0,0 @@ -#+TITLE: Ukrainian SearXNG instance -#+DATE: 2022-10-17 -#+DRAFT: false -#+DESCRIPTION: Ukrainian SearXNG instance launched today! -#+TAGS[]: m0e.space searxng ukrainian instance -#+CATEGORIES[]: m0espace_blog -#+KEYWORDS[]: m0e.space searxng -#+SLUG: -#+SUMMARY: -[[file:searxng.png]] -m0e.space launched [[https://search.m0e.space][SearXNG]] today 🎉 - - diff --git a/content/posts/searxng_started/index.uk.org b/content/posts/searxng_started/index.uk.org deleted file mode 100644 index 76569d4..0000000 --- a/content/posts/searxng_started/index.uk.org +++ /dev/null @@ -1,12 +0,0 @@ -#+TITLE: Український інстанс SearXNG -#+DATE: 2022-10-17 -#+DRAFT: false -#+DESCRIPTION: Український інстанс SearXNG запущений вже сьогодні! -#+TAGS[]: m0e.space searxng український інстанс -#+CATEGORIES[]: m0espace_blog -#+KEYWORDS[]: m0e.space searxng україна -#+SLUG: -#+SUMMARY: -[[file:searxng.png]] -m0e.space сьогодні запускає інстанс [[https://search.m0e.space][SearXNG]] 🎉 - diff --git a/content/posts/searxng_started/searxng.png b/content/posts/searxng_started/searxng.png deleted file mode 100644 index 09c68d8..0000000 Binary files a/content/posts/searxng_started/searxng.png and /dev/null differ -- cgit v1.3-3-ga95d