Skip to content

Commit

Permalink
Добавлен новый пост + внесены мелкие правки
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Oct 13, 2024
1 parent 59ae491 commit 64ddf68
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ hugo new --kind post posts/my-post
Start the Hugo server
hugo server -D

https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-installation/
https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-installation/#installingupdating-papermod
2 changes: 1 addition & 1 deletion content/posts/building-minecraft-clients/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Сборка игровых клиентов Minecraft"
date: 2021-10-11T21:34:02+03:00
tags: []
tags: ["Minecraft", "Клиенты"]
cover:
image: "poster.png"
relative: true
Expand Down
2 changes: 1 addition & 1 deletion content/posts/how-to-create-mirror/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Как создать своё зеркало"
date: 2021-10-17T00:22:00+03:00
tags: []
tags: ["Minecraft", "Зеркала"]
cover:
image: "mirror.png"
caption: "Пример того, как может выглядеть зеркало. На картинке шаблон [Apaxy](https://oupala.github.io/apaxy/) для Apache"
Expand Down
17 changes: 17 additions & 0 deletions content/posts/rkn-block/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Блокировка Дискорда Роскомнадзором"
date: 2024-10-13T20:28:24+03:00
tags: ["Discord"]
cover:
image: "poster.jpg"
caption: "Постер с канала [No Text To Speech](https://youtu.be/0vFWSyGIl00)"
summary: "Краткое описание текущей ситуации и информации от том, как можно поддерживать с нами связь"
---

Думаю все уже в курсе того, что Роскомнадзор заблокировал Discord. Мы, так же как и вы, явно недовольны сложившейся ситуацией, но в любом случае нам нужно из неё как-то выкручиваться, чтобы не терять с вами связь.

Поэтому мы решили создать канал в [Telegram](https://t.me/aurora_team_tg), где будут публиковаться новости проекта. Также если у вас есть какие-либо вопросы или вы хотите сообщить о какой-либо ошибке, можете воспользоваться разделом [Discussions](https://github.com/orgs/AuroraTeam/discussions) в Github, Issues в Github репозитории определённого проекта или комментариями в Telegram канале.

Мы также будем поддерживать связь с вами в Discord. Если вы знаете и используете методы обхода блокировок, мы с радостью ответим вам и там. Пока что мы оттуда не уходим и в ближайшее время уходить не собираемся!

> _С наилучшими пожеланиями команда Aurora Team_
Binary file added content/posts/rkn-block/poster.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions layouts/_default/_markup/render-link.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a>
22 changes: 8 additions & 14 deletions static/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64ddf68

Please sign in to comment.