summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiraikumiko <murrr@macaw.me>2025-02-11 17:00:30 +0000
committermiraikumiko <murrr@macaw.me>2025-02-11 17:00:30 +0000
commit36b5749aa373f9f54b299c0e297cf333566f151c (patch)
treef900a877b9156789c19262ee531dfe5beb2b50e5
parent48214c5e22020eb19376d1426c165805f6c388bc (diff)
downloadmiraikumiko.com-36b5749aa373f9f54b299c0e297cf333566f151c.tar.gz
miraikumiko.com-36b5749aa373f9f54b299c0e297cf333566f151c.tar.bz2
Updated contacts and name
-rw-r--r--content/en/blog/introduction.md2
-rw-r--r--content/en/contacts.md12
-rw-r--r--content/es/blog/introduction.md2
-rw-r--r--content/es/contacts.md12
-rw-r--r--content/ru/blog/introduction.md2
-rw-r--r--content/ru/contacts.md12
-rw-r--r--layouts/partials/nav.html3
7 files changed, 40 insertions, 5 deletions
diff --git a/content/en/blog/introduction.md b/content/en/blog/introduction.md
index 044f7cc..ff289d3 100644
--- a/content/en/blog/introduction.md
+++ b/content/en/blog/introduction.md
@@ -7,7 +7,7 @@ tags = [
]
+++
-It's time to introduce myself, my name is ███ █████████
+It's time to introduce myself, my name is Ada.
Exactly one year ago I started working on anonymous VDS hosting. I was amazed that there was no hosting that would meet the basic criteria of [freedom](https://www.gnu.org/philosophy/free-sw.html) and privacy. Seeing this as a problem, I decided to create my own hosting accessible from all hidden networks, working without JS and with the Monero cryptocurrency payment system. I bought an old server specifically for virtualization Dell PowerEdge C6220, bought a mountain of RAM and a couple of disks for it. In total, I had 128 virtual cores, 270 GB of RAM and 9 TB of disk space at my disposal.
diff --git a/content/en/contacts.md b/content/en/contacts.md
new file mode 100644
index 0000000..ec192fb
--- /dev/null
+++ b/content/en/contacts.md
@@ -0,0 +1,12 @@
+---
+title: "Contacts"
+menu: "main"
+weight: 2
+---
+
+# Contacts
+
+* Email: [miraikumiko@gmail.com](mailto:miraikumiko@gmail.com)
+* Misskey: [@miraikumiko@misskey.social](https://misskey.social/@miraikumiko)
+* Instagram: [miraikumiko](https://www.instagram.com/miraikumiko)
+* Github: [miraikumiko](https://github.com/miraikumiko) \ No newline at end of file
diff --git a/content/es/blog/introduction.md b/content/es/blog/introduction.md
index 81158c9..33f37b6 100644
--- a/content/es/blog/introduction.md
+++ b/content/es/blog/introduction.md
@@ -7,7 +7,7 @@ tags = [
]
+++
-Es hora de presentarme, mi nombre es ███ █████████
+Es hora de presentarme, mi nombre es Ada.
Hace exactamente un año comencé a trabajar en hosting VDS anónimo. Me sorprendió que no existiera ningún hosting que cumpliera con los criterios básicos de [libertad](https://www.gnu.org/philosophy/free-sw.es.html) y privacidad. Viendo esto como un problema, decidí crear mi propio hosting accesible desde todas las redes ocultas, trabajando sin JS y con el sistema de pago de criptomonedas Monero. Compré un viejo servidor específicamente para virtualización Dell PowerEdge C6220, compré una montaña de RAM y un par de discos para él. En total, tenía 128 núcleos virtuales, 270 GB de RAM y 9 TB de espacio en disco a mi disposición.
diff --git a/content/es/contacts.md b/content/es/contacts.md
new file mode 100644
index 0000000..a64310d
--- /dev/null
+++ b/content/es/contacts.md
@@ -0,0 +1,12 @@
+---
+title: "Contactos"
+menu: "main"
+weight: 2
+---
+
+# Contactos
+
+* Email: [miraikumiko@gmail.com](mailto:miraikumiko@gmail.com)
+* Misskey: [@miraikumiko@misskey.social](https://misskey.social/@miraikumiko)
+* Instagram: [miraikumiko](https://www.instagram.com/miraikumiko)
+* Github: [miraikumiko](https://github.com/miraikumiko) \ No newline at end of file
diff --git a/content/ru/blog/introduction.md b/content/ru/blog/introduction.md
index 3c15b3a..68200ae 100644
--- a/content/ru/blog/introduction.md
+++ b/content/ru/blog/introduction.md
@@ -7,7 +7,7 @@ tags = [
]
+++
-Пришло время представиться, меня зовут ███ █████████
+Пришло время представиться, меня зовут Ада.
Ровно год назад я начала работу над анонимным VDS хостингом. Меня поразило что нет хостинга который бы отвечал базовым критериям [свобод](https://www.gnu.org/philosophy/free-sw.ru.html) и приватности. Увидев в этом проблему, я решила создать свой хостинг доступный из всех скрытых сетей, работающий без JS и с криптовалютной платёжной системой Monero. Купила старенький сервер специально для виртуализации Dell PowerEdge C6220, накупила к нему гору оперативной памяти и пару дисков. Итого в моём распоряжении оказалось 128 виртуальных ядер, 270 ГБ оперативной памяти и 9 ТБ дискового пространства.
diff --git a/content/ru/contacts.md b/content/ru/contacts.md
new file mode 100644
index 0000000..b4cf97f
--- /dev/null
+++ b/content/ru/contacts.md
@@ -0,0 +1,12 @@
+---
+title: "Контакты"
+menu: "main"
+weight: 2
+---
+
+# Контакты
+
+* Email: [miraikumiko@gmail.com](mailto:miraikumiko@gmail.com)
+* Misskey: [@miraikumiko@misskey.social](https://misskey.social/@miraikumiko)
+* Instagram: [miraikumiko](https://www.instagram.com/miraikumiko)
+* Github: [miraikumiko](https://github.com/miraikumiko) \ No newline at end of file
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 16902fc..e31262a 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,7 +1,6 @@
{{ range .Site.Menus.main.ByWeight }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
-<a href='https://contacts.miraikumiko.com'>Contacts</a>
<a href='{{ absURL "index.xml" }}'>RSS</a>
<!-- Convert this page's translations into a dict -->
@@ -20,4 +19,4 @@
<a class="disabled" role="link" aria-disabled="true">{{ .LanguageName }}</a>
{{ end }}
{{ end }}
-{{ end }}
+{{ end }} \ No newline at end of file