aboutsummaryrefslogtreecommitdiff
path: root/content/pages
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-16 19:32:18 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-17 01:28:57 +0300
commit239d68f94c6250276850fbe95eaa6cdd5c38fb26 (patch)
treec576da169afc442f51eae6213ad0ff749ed86589 /content/pages
parent8e79098193fd0a8b65305dd8054cf7c424c60bc5 (diff)
Своя тема, полностью всё переделал
Diffstat (limited to 'content/pages')
-rw-r--r--content/pages/_index.md4
-rw-r--r--content/pages/guestbook.md12
-rw-r--r--content/pages/jabber.md79
-rw-r--r--content/pages/me.md29
-rw-r--r--content/pages/projects.md13
5 files changed, 35 insertions, 102 deletions
diff --git a/content/pages/_index.md b/content/pages/_index.md
new file mode 100644
index 0000000..b417f67
--- /dev/null
+++ b/content/pages/_index.md
@@ -0,0 +1,4 @@
++++
+title = ''
++++
+
diff --git a/content/pages/guestbook.md b/content/pages/guestbook.md
index ebd78a2..54bfc21 100644
--- a/content/pages/guestbook.md
+++ b/content/pages/guestbook.md
@@ -1,7 +1,9 @@
----
-title: "Гостевая книга"
-date: 2024-11-03T16:10:32+03:00
-draft: false
----
++++
+comments = true
+date = '2024-11-03T16:10:32+03:00'
+draft = false
+slug = 'guestbook'
+title = 'Гостевая книга'
++++
Да-да. Старая добрая гостевая книга. Здесь можно писать комментарии не подходящие ни к одному посту и относящиеся к сайту целиком. \ No newline at end of file
diff --git a/content/pages/jabber.md b/content/pages/jabber.md
deleted file mode 100644
index b9c8048..0000000
--- a/content/pages/jabber.md
+++ /dev/null
@@ -1,79 +0,0 @@
----
-title: "Jabber"
-date: 2024-11-03T16:10:32+03:00
-draft: false
-comments: false
----
-
-<a href='https://compliance.conversations.im/server/neonxp.ru'><img src='https://compliance.conversations.im/badge/neonxp.ru'></a>
-
-## Быстрое вкатывание
-
-1. Регистрация через клиент или [через веб браузер на этой странице](https://neonxp.ru/pages/jabber/#регистрация)
-2. Быстрее всего использовать веб клиент: [https://neonxp.ru/chat](https://neonxp.ru/chat) или можно использовать клиент из списка ниже
-3. Добавить в список меня [i@neonxp.ru](xmpp:i@neonxp.ru) и войти в общий чат сервера [main@conf.neonxp.ru](xmpp:main@conf.neonxp.ru?join)
-
-## Возможности сервера
-
-- Аудио и видео звонки (есть свой turn-сервер)
-- Обмен файлами через сервер (300 мб на файл, 10 гб на пользователя. Пока так, нужно будет больше - подниму лимиты)
-- Полная совместимость с современными стандартами: https://compliance.conversations.im/server/neonxp.ru/
-- Мощный, быстрый и, главное, ненагруженный сервер!
-
-## Современные нативные клиенты:
-
-- Gajim для PC/Mac/Linux [Ссылка](https://gajim.org/download/)
-- Dino.im для PC/Mac/Linux [Ссылка](https://dino.im/#download)
-- Conversations для Android [Ссылка](https://f-droid.org/packages/eu.siacs.conversations/)
-- Conversations Classic для Android [Ссылка](https://dev.narayana.im/narayana/conversations-classic/releases)
-- Monal IM для iOS/Mac [Ссылка](https://monal-im.org/)
-- Siskin IM для iOS/Mac [Ссылка](https://siskin.im/)
-
-## Регистрация
-<form action="/register_web" method="POST">
- <table style="border:0">
- <tbody>
- <tr>
- <th style="border:0">Имя пользователя:</th>
- <td style="border:0"><input name="username" required>@neonxp.ru</td>
- </tr>
- <tr>
- <th style="border:0">Пароль:</th>
- <td style="border:0"><input name="password" required type="password"></td>
- </tr>
- <tr>
- <th style="border:0">Повтор пароля:</th>
- <td style="border:0"><input name="confirm_password" required type="password"></td>
- </tr>
- <tr>
- <td style="border:0" colspan="2">
- <script src="https://www.google.com/recaptcha/api.js" async defer></script>
- <div class="g-recaptcha" data-sitekey="6Le-lPwpAAAAAFDh-5V206r0JiravJ9V9tsFe1ju"></div>
- <noscript>
- <div style="width: 302px; height: 352px;">
- <div style="width: 302px; height: 352px; position: relative;">
- <div style="width: 302px; height: 352px; position: absolute;">
- <iframe src="https://www.google.com/recaptcha/api/fallback?k=6Le-lPwpAAAAAFDh-5V206r0JiravJ9V9tsFe1ju"
- frameborder="0" scrolling="no"
- style="width: 302px; height:352px; border-style: none;">
- </iframe>
- </div>
- <div style="width: 250px; height: 80px; position: absolute; border-style: none;
- bottom: 21px; left: 25px; margin: 0px; padding: 0px; right: 25px;">
- <textarea id="g-recaptcha-response" name="g-recaptcha-response"
- class="g-recaptcha-response"
- style="width: 250px; height: 80px; border: 1px solid #c1c1c1;
- margin: 0px; padding: 0px; resize: none;" value="">
- </textarea>
- </div>
- </div>
- </div>
- </noscript>
- </td>
- </tr>
- <tr>
- <td style="border:0" colspan="2"><input type="submit" value="Регистрация"></td>
- </tr>
- </tbody>
- </table>
-</form> \ No newline at end of file
diff --git a/content/pages/me.md b/content/pages/me.md
index 29c2c08..0ad6a9d 100644
--- a/content/pages/me.md
+++ b/content/pages/me.md
@@ -1,17 +1,22 @@
----
-title: "Обо мне"
-date: 2024-11-03T16:10:32+03:00
-draft: false
-comments: false
----
++++
+comments = false
+slug = 'me'
+title = 'Обо мне'
++++
+# Контактная информция
+<ul class="h-card">
+ <li class="p-name">
+ <span class="p-given-cname">Александр</span> <span class="p-nickname">NeonXP</span> <span class="p-family-name">Кирюхин</span>
+ </li>
+ <li>E-mail: <a href="mailto:i@neonxp.ru" class="u-email">i@neonxp.ru</a></li>
+ <li>Jabber: <a href="xmpp:i@neonxp.ru" class="u-jabber">i@neonxp.ru</a></li>
+ <li>PGP: <a href="/files/key.asc" class="u-key">7282 5661 A858 FFBD 0EF3 8BD5 35E3 3E1A B777 6B39</a></li>
+ <li><span class="p-locality">Казань</span>, <abbr class="p-region" title="Республика Татарстан">РТ</abbr>, <span class="p-country-name">Российская Федерация</span></li>
+</ul>
-- E-mail: i@neonxp.ru
-- Jabber: [i@neonxp.ru](xmpp:i@neonxp.ru)
-- PGP: 7282 5661 A858 FFBD 0EF3 8BD5 35E3 3E1A B777 6B39
-- Казань, Татарстан, Российская Федерация
+# Другие ссылки
-Другие ссылки:
-- [Мой git](https://git.neonxp.ru)
+- [Мой git](https://git.neonxp.ru/neonxp)
- [Мои Go пакеты](https://go.neonxp.ru)
- [Хранилище ссылок](https://links.neonxp.ru)
- [Telegram Канал](https://t.me/neonxplog)
diff --git a/content/pages/projects.md b/content/pages/projects.md
index 657c4e8..03a7a0e 100644
--- a/content/pages/projects.md
+++ b/content/pages/projects.md
@@ -1,9 +1,10 @@
----
-title: "Мои проекты"
-date: 2024-11-03T16:10:32+03:00
-draft: false
-comments: false
----
++++
+comments = false
+date = '2024-11-03T16:10:32+03:00'
+draft = false
+slug = 'projects'
+title = 'Мои проекты'
++++
- [Джаббер сервер](/pages/jabber/)
- https://sh.org.ru — возрождённый цитатник Рунета [исходники: https://gitrepo.ru/neonxp/ShOrgRu]