-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавлен новый пост + внесены мелкие правки
- Loading branch information
Showing
9 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Submodule PaperMod
updated
8 files
+112 −0 | .github/ISSUE_TEMPLATE/bug.yaml | |
+0 −50 | .github/ISSUE_TEMPLATE/bug_report.md | |
+32 −0 | .github/ISSUE_TEMPLATE/enhancement.yaml | |
+0 −7 | .github/ISSUE_TEMPLATE/proposal.md | |
+5 −3 | assets/css/common/post-single.css | |
+33 −0 | i18n/oc.yaml | |
+3 −3 | i18n/tr.yaml | |
+9 −0 | layouts/partials/svg.html |