-
-
- {{ page.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% feed_meta %} {% seo %}
-
-
-
- {% include header.html %}
- {{ content }}
- {% include footer.html %}
-
-
-
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..a993d7e
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,21 @@
+# The URL the site will be built for
+base_url = "https://weryskok.ru"
+
+# Whether to automatically compile all Sass files in the sass directory
+compile_sass = false
+
+# Whether to build a search index to be used later on by a JavaScript library
+build_search_index = false
+
+default_language = "ru"
+
+[markdown]
+# Whether to do syntax highlighting
+# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
+highlight_code = false
+
+[languages.en]
+
+[extra]
+# Put all your custom variables here
+navigation = [{ name = "Блог", link = "https://blog.weryskok.ru" }]
diff --git a/en/index.html b/content/_index.en.md
similarity index 99%
rename from en/index.html
rename to content/_index.en.md
index 543b6c6..7a758a3 100644
--- a/en/index.html
+++ b/content/_index.en.md
@@ -1,7 +1,6 @@
----
-layout: default-en
-title: Main
----
++++
+title = "Main"
++++
diff --git a/index.html b/content/_index.md
similarity index 99%
rename from index.html
rename to content/_index.md
index 563477a..87f965e 100644
--- a/index.html
+++ b/content/_index.md
@@ -1,8 +1,6 @@
----
-layout: default
-title: Главная
----
-
++++
+title = "Главная"
++++
@@ -565,4 +563,4 @@ title: Главная
-
+
\ No newline at end of file
diff --git a/content/lol.en.md b/content/lol.en.md
new file mode 100644
index 0000000..91411f7
--- /dev/null
+++ b/content/lol.en.md
@@ -0,0 +1,4 @@
++++
+title = "lol"
++++
+lol
\ No newline at end of file
diff --git a/content/my-pc.en.md b/content/my-pc.en.md
new file mode 100644
index 0000000..19f744e
--- /dev/null
+++ b/content/my-pc.en.md
@@ -0,0 +1,160 @@
++++
+title = "My PCs"
++++
+## My computers
+### Laptop
+Right now I am using HP OMEN
+16-c0001urlaptop. I didn't try to replace any parts yet but I am planning to
+increase RAM capacity in the future.
+
+Laptop configuration is:
+
+
+
+### Компьютер
+Well, it just so happens that my computer is a purchased unit from 2013. It was
+assembled by USN company as part of IGROMIR series (and yes, in 2013 I was at
+IGROMIR and after the big crowds and queues I refused to go there again).
+According to this
+article, the exact model is the USN IGROMIR V1, although the claimed SSD
+unit was not there. The main thing is that this computer is still doing its job
+well today.
+
+Of course, the computer in such a long time was updated, first I added a
+terabyte HDD from the old computer, Then I ordered an SSD from AliExpress, and
+in 2020 I decided to replace the RAM and video card. In 2022, I replaced two 1TB
+drives with one 2TB drive because the first two were nearing the end of their
+life. (yet the new one oftenly restarts itself for some reason)
+
+Now it is rarely used since laptop's appearance.
+
+The current configuration is:
+
+ ViewSonic VX2452MH with 1920x1080
+ (16:9) resolution.
+
+
+ BenQ E910 with 1280x1024 (5:4) resolution.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/content/my-pc.md b/content/my-pc.md
new file mode 100644
index 0000000..b59c9ec
--- /dev/null
+++ b/content/my-pc.md
@@ -0,0 +1,168 @@
++++
+title = "Мои ПК"
++++
+## Мои компьютеры
+### Ноутбук
+В настоящее время я пользуюсь ноутбуком HP OMEN
+16-c0001ur, купленным за 140 тысяч рублей. Пока я внутрь него не залезал,
+но планирую увеличить объём ОЗУ в будущем.
+
+Конфигурация ноутбука следующая:
+
+
+
+### Компьютер
+Так сложилось, что мой компьютер — покупной блок аж из 2013 года. Он
+собран компанией USN в линейке IGROMIR (и да, в 2013-м я был на Игромире
+и после большой толпы и очередей зарёкся туда ходить). Судя по
+данной статье,
+точная модель — USN IGROMIR V1, хотя заявленного SSD-шника там не
+было. Главное, что данный компьютер и сегодня хорошо справляется со
+своими задачами.
+
+Естественно, компьютер за такой долгий срок обновлялся, сначала я
+добавил терабайтник от старого компа, потом заказал SSD с алика, а в
+2020-м я решился на замену ОЗУ и видеокарты. В 2022 я заменил два диска
+по 1 ТБ на один диск на 2 ТБ, так как у первых двух срок службы подходил
+к концу. (только новый почему-то постоянно останавлиется и заново
+раскручивается...)
+
+В настоящее время компьютер мало используется в связи с появлением
+ноутбука.
+
+Сегодняшняя конфигурация следующая:
+
+ ViewSonic VX2452MH c разрешением 1920x1080
+ (16:9)
+
+
+ BenQ E910 c разрешением 1280x1024 (5:4)
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_data/navigation-en.yml b/data/navigation-en.yml
similarity index 89%
rename from _data/navigation-en.yml
rename to data/navigation-en.yml
index 06ba817..7f88dba 100644
--- a/_data/navigation-en.yml
+++ b/data/navigation-en.yml
@@ -1,6 +1,6 @@
- name: Blog (in Russian)
link: https://blog.weryskok.ru
- name: My PC
- link: /en/my_pc.html
+ link: /en/my-pc/
- name: Minecraft-server (in Russian)
link: https://discord.com/invite/KCuJ687jqA
\ No newline at end of file
diff --git a/_data/navigation.yml b/data/navigation.yml
similarity index 90%
rename from _data/navigation.yml
rename to data/navigation.yml
index 111342e..99e00b3 100644
--- a/_data/navigation.yml
+++ b/data/navigation.yml
@@ -1,6 +1,6 @@
- name: Блог
link: https://blog.weryskok.ru
- name: Мой ПК
- link: /my_pc.html
+ link: /my-pc/
- name: Minecraft-сервер
link: https://discord.com/invite/KCuJ687jqA
\ No newline at end of file
diff --git a/en/my_pc.html b/en/my_pc.html
deleted file mode 100644
index 1c25d6b..0000000
--- a/en/my_pc.html
+++ /dev/null
@@ -1,185 +0,0 @@
----
-layout: default-en
-title: My PCs
----
-
-
-
My computers
-
Laptop
-
- Right now I am using
- HP OMEN 16-c0001ur
- laptop. I didn't try to replace any parts yet but I am planning to
- increase RAM capacity in the future.
-
- Well, it just so happens that my computer is a purchased unit from 2013.
- It was assembled by USN company as part of IGROMIR series (and yes, in
- 2013 I was at IGROMIR and after the big crowds and queues I refused to
- go there again). Judging by
- this article, the exact model is the USN IGROMIR V1, although the claimed SSD unit
- was not there. The main thing is that this computer is still doing its
- job well today.
-
-
- Of course, the computer in such a long time was updated, first I added a
- terabyte HDD from the old computer, Then I ordered an SSD from
- AliExpress, and in 2020 I decided to replace the RAM and video card. In
- 2022, I replaced two 1TB drives with one 2TB drive because the first two
- were nearing the end of their life. (yet the new one oftenly restarts
- itself for some reason)
-
- В настоящее время я пользуюсь ноутбуком
- HP OMEN 16-c0001ur, купленным за 140 тысяч рублей. Пока я внутрь него не залезал, но
- планирую увеличить объём ОЗУ в будущем.
-
- Так сложилось, что мой компьютер — покупной блок аж из 2013 года. Он
- собран компанией USN в линейке IGROMIR (и да, в 2013-м я был на Игромире
- и после большой толпы и очередей зарёкся туда ходить). Судя по
- данной статье, точная модель — USN IGROMIR V1, хотя заявленного SSD-шника там не
- было. Главное, что данный компьютер и сегодня хорошо справляется со
- своими задачами.
-
-
- Естественно, компьютер за такой долгий срок обновлялся, сначала я
- добавил терабайтник от старого компа, потом заказал SSD с алика, а в
- 2020-м я решился на замену ОЗУ и видеокарты. В 2022 я заменил два диска
- по 1 ТБ на один диск на 2 ТБ, так как у первых двух срок службы подходил
- к концу. (только новый почему-то постоянно останавлиется и заново
- раскручивается...)
-
-
- В настоящее время компьютер мало используется в связи с появлением
- ноутбука.
-
- ViewSonic VX2452MH c разрешением
- 1920x1080 (16:9)
-
-
- BenQ E910 c разрешением
- 1280x1024 (5:4)
-
-
-
-
-
-
-
diff --git a/android-chrome-192x192.png b/static/android-chrome-192x192.png
similarity index 100%
rename from android-chrome-192x192.png
rename to static/android-chrome-192x192.png
diff --git a/android-chrome-512x512.png b/static/android-chrome-512x512.png
similarity index 100%
rename from android-chrome-512x512.png
rename to static/android-chrome-512x512.png
diff --git a/apple-touch-icon.png b/static/apple-touch-icon.png
similarity index 100%
rename from apple-touch-icon.png
rename to static/apple-touch-icon.png
diff --git a/assets/images/dm_photo.jpg b/static/assets/images/dm_photo.jpg
similarity index 100%
rename from assets/images/dm_photo.jpg
rename to static/assets/images/dm_photo.jpg
diff --git a/assets/scripts/change_language.js b/static/assets/scripts/change_language.js
similarity index 100%
rename from assets/scripts/change_language.js
rename to static/assets/scripts/change_language.js
diff --git a/browserconfig.xml b/static/browserconfig.xml
similarity index 100%
rename from browserconfig.xml
rename to static/browserconfig.xml
diff --git a/favicon-16x16.png b/static/favicon-16x16.png
similarity index 100%
rename from favicon-16x16.png
rename to static/favicon-16x16.png
diff --git a/favicon-32x32.png b/static/favicon-32x32.png
similarity index 100%
rename from favicon-32x32.png
rename to static/favicon-32x32.png
diff --git a/favicon.ico b/static/favicon.ico
similarity index 100%
rename from favicon.ico
rename to static/favicon.ico
diff --git a/mstile-150x150.png b/static/mstile-150x150.png
similarity index 100%
rename from mstile-150x150.png
rename to static/mstile-150x150.png
diff --git a/safari-pinned-tab.svg b/static/safari-pinned-tab.svg
similarity index 100%
rename from safari-pinned-tab.svg
rename to static/safari-pinned-tab.svg
diff --git a/site.webmanifest b/static/site.webmanifest
similarity index 100%
rename from site.webmanifest
rename to static/site.webmanifest
diff --git a/404.html b/templates/404.html
similarity index 64%
rename from 404.html
rename to templates/404.html
index a3b658b..4c1bc5e 100644
--- a/404.html
+++ b/templates/404.html
@@ -1,12 +1,11 @@
----
-layout: default
-permalink: /404.html
-title: Ошибка 404
----
-
+{% extends "base.html" %}
+{% block title %}Ошибка 404{% endblock title %}
+{% block content -%}