aboutsummaryrefslogtreecommitdiff
path: root/content/projects
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
commit940af50d96e9a7916674d237dec53738ab776103 (patch)
tree8309097577c27913d094edfbe60d880da968e680 /content/projects
parentbd7ba4fe06dcf39ef0219d51e40b38da80fdefcd (diff)
Auto-commit 2025-01-02
Diffstat (limited to 'content/projects')
-rw-r--r--content/projects/_index.md13
-rw-r--r--content/projects/games/_index.md8
-rw-r--r--content/projects/games/bubblebreaker.md10
-rw-r--r--content/projects/games/gameof15.md10
-rw-r--r--content/projects/games/lines.md10
-rw-r--r--content/projects/games/snake.md10
-rw-r--r--content/projects/guessr.md12
-rw-r--r--content/projects/irc.md8
-rw-r--r--content/projects/jabber.md63
-rw-r--r--content/projects/sh.org.ru.md12
10 files changed, 53 insertions, 103 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md
index 6115bbe..aea84b5 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -1,9 +1,8 @@
-+++
-title = 'Проекты'
-
-[[cascade]]
- [cascade.params]
- comments = true
-+++
+---
+cascade:
+- params:
+ comments: true
+title: Проекты
+---
Мои pet-проекты. Стараюсь так же и выкладывать исходники своих проектов. \ No newline at end of file
diff --git a/content/projects/games/_index.md b/content/projects/games/_index.md
index c2d7830..1d8f2c7 100644
--- a/content/projects/games/_index.md
+++ b/content/projects/games/_index.md
@@ -1,7 +1,7 @@
-+++
-Title = 'Мои игры'
-Type = "pico8"
-+++
+---
+Title: Мои игры
+Type: pico8
+---
Мои небольшие игрушки на прекрасном движке PICO-8
<!--more-->
diff --git a/content/projects/games/bubblebreaker.md b/content/projects/games/bubblebreaker.md
index 5ab50f6..05a8c8a 100644
--- a/content/projects/games/bubblebreaker.md
+++ b/content/projects/games/bubblebreaker.md
@@ -1,5 +1,5 @@
-+++
-Title="Шарики"
-Game="/projects/games/bubblebreaker.p8.webp"
-Type="pico8"
-+++
+---
+Game: /projects/games/bubblebreaker.p8.webp
+Title: Шарики
+Type: pico8
+---
diff --git a/content/projects/games/gameof15.md b/content/projects/games/gameof15.md
index 3ae01a8..b110ee8 100644
--- a/content/projects/games/gameof15.md
+++ b/content/projects/games/gameof15.md
@@ -1,5 +1,5 @@
-+++
-Title="Пятнашки"
-Game="/projects/games/gameof15.p8.webp"
-Type="pico8"
-+++
+---
+Game: /projects/games/gameof15.p8.webp
+Title: Пятнашки
+Type: pico8
+---
diff --git a/content/projects/games/lines.md b/content/projects/games/lines.md
index a2aadf2..b16a354 100644
--- a/content/projects/games/lines.md
+++ b/content/projects/games/lines.md
@@ -1,5 +1,5 @@
-+++
-Title="Цветные линии"
-Game="/projects/games/lines.p8.webp"
-Type="pico8"
-+++
+---
+Game: /projects/games/lines.p8.webp
+Title: Цветные линии
+Type: pico8
+---
diff --git a/content/projects/games/snake.md b/content/projects/games/snake.md
index 70b4c36..140c99e 100644
--- a/content/projects/games/snake.md
+++ b/content/projects/games/snake.md
@@ -1,5 +1,5 @@
-+++
-Title="Змейка"
-Game="/projects/games/snake.p8.webp"
-Type="pico8"
-+++
+---
+Game: /projects/games/snake.p8.webp
+Title: Змейка
+Type: pico8
+---
diff --git a/content/projects/guessr.md b/content/projects/guessr.md
index 11c679d..a0543b8 100644
--- a/content/projects/guessr.md
+++ b/content/projects/guessr.md
@@ -1,8 +1,8 @@
-+++
-title = "Guessr"
-description = "Аналог GeoGuessr для Казани"
-project_url = "https://guessr.neonxp.ru"
-git_url = "https://git.neonxp.ru/guessr.git/"
-+++
+---
+description: Аналог GeoGuessr для Казани
+git_url: https://git.neonxp.ru/guessr.git/
+project_url: https://guessr.neonxp.ru
+title: Guessr
+---
Подробности: [/posts/2024-12-12-guessr/](/posts/2024-12-12-guessr/) \ No newline at end of file
diff --git a/content/projects/irc.md b/content/projects/irc.md
index ee369df..ed684f3 100644
--- a/content/projects/irc.md
+++ b/content/projects/irc.md
@@ -1,7 +1,7 @@
-+++
-title = "IRC"
-description = "Мой IRC сервер"
-+++
+---
+description: Мой IRC сервер
+title: IRC
+---
* Сервер: `irc.neonxp.ru`
* Порт: `6667` текстовый, `6697` TLS
diff --git a/content/projects/jabber.md b/content/projects/jabber.md
index 1bc1474..8d3e918 100644
--- a/content/projects/jabber.md
+++ b/content/projects/jabber.md
@@ -1,13 +1,13 @@
-+++
-description = 'Мой небольшой Jabber сервер'
-slug = 'jabber'
-title = 'Jabber'
-draft = true
-+++
+---
+description: Мой небольшой Jabber сервер
+draft: true
+slug: jabber
+title: Jabber
+---
## Быстрое вкатывание
-1. Регистрация через клиент или [через веб браузер на этой странице](https://neonxp.ru/pages/jabber/#регистрация)
+1. Регистрация через клиент
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)
@@ -26,52 +26,3 @@ draft = true
- 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/projects/sh.org.ru.md b/content/projects/sh.org.ru.md
index d5ff77c..dcd9875 100644
--- a/content/projects/sh.org.ru.md
+++ b/content/projects/sh.org.ru.md
@@ -1,8 +1,8 @@
-+++
-description = 'Цитатник рунета'
-title = 'sh.org.ru'
-project_url = 'https://sh.org.ru/'
-git_url = 'https://git.neonxp.ru/shorgru.git/'
-+++
+---
+description: Цитатник рунета
+git_url: https://git.neonxp.ru/shorgru.git/
+project_url: https://sh.org.ru/
+title: sh.org.ru
+---
Просто воскрешение того самого Башорга. Развивать не собираюсь, просто пусть будет. \ No newline at end of file