-
-
-
diff --git a/components/Footer.vue b/components/Footer.vue
deleted file mode 100644
index 746758f..0000000
--- a/components/Footer.vue
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..6a1169e
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,46 @@
+# The URL the site will be built for
+title = "s3rius"
+base_url = "https://s3rius.blog"
+theme = "hermit_zola"
+compile_sass = true
+minify_html = true
+
+build_search_index = true
+generate_sitemap = true
+generate_robots_txt = true
+
+[markdown]
+highlight_code = true
+highlight_theme = "nord"
+render_emojis = true
+smart_punctuation = true
+
+[extra]
+home_subtitle = "Notes on writing unmaintainable software"
+
+footer_copyright = ' · CC BY-NC 4.0'
+
+hermit_menu = [
+ { link = "/posts", name = "Posts" },
+ { link = "/about", name = "About me" },
+]
+
+hermit_social = [
+ { name = "github", link = "https://github.com/s3rius" },
+ { name = "telegram", link = "https://t.me/s3rius_san" },
+ { name = "email", link = "mailto:s3rius@le-memese.com" },
+]
+
+
+[extra.highlightjs]
+enable = true
+clipboard = true
+theme = "https://unpkg.com/nord-highlightjs@0.1.0/dist/nord.css"
+
+[extra.author]
+name = "Pavel Kirilin"
+email = "s3rius@le-memese.com"
+
+[extra.google_analytics]
+enable = false
+id = "UA-4XXXXXXX-X"
diff --git a/content/about/index.md b/content/about/index.md
new file mode 100644
index 0000000..0c37315
--- /dev/null
+++ b/content/about/index.md
@@ -0,0 +1,13 @@
++++
+title = "About Me"
++++
+
+# Who Am I?
+
+My name is Pavel Kirilin, and my nickname is [@s3rius](https://github.com/s3rius). I am a backend developer with diverse experience. Currently, I hold the position of CTO at [Intree](https://www.intree.com/).
+
+In my free time, I enjoy experimenting with various technologies and building new projects. You can find some of my work on [GitHub](https://github.com/s3rius) or on my self-hosted Gitea instance at [gitea.le-memese.com](https://gitea.le-memese.com/s3rius).
+
+This blog serves as a platform for me to share my thoughts, ideas, and experiments. It is a way for me to document my journey and, hopefully, help others along the way.
+
+Please feel free to reach out to me if you have any questions, suggestions, or just want to say hello. You can contact me via email at [s3rius@le-memese.com](mailto:s3rius@le-memese.com) or my [Telegram](https://t.me/s3rius_san).
diff --git a/content/posts/_index.md b/content/posts/_index.md
new file mode 100644
index 0000000..9485866
--- /dev/null
+++ b/content/posts/_index.md
@@ -0,0 +1,4 @@
++++
+title= "Posts"
+sort_by="date"
++++
diff --git a/content/posts/kube-intro/imgs/ingress.svg b/content/posts/kube-intro/imgs/ingress.svg
new file mode 100644
index 0000000..f6975b3
--- /dev/null
+++ b/content/posts/kube-intro/imgs/ingress.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/content/posts/kube-intro/imgs/intro.png b/content/posts/kube-intro/imgs/intro.png
new file mode 100644
index 0000000..a8aa8cb
Binary files /dev/null and b/content/posts/kube-intro/imgs/intro.png differ
diff --git a/static/images/k3s_start/pods.svg b/content/posts/kube-intro/imgs/pods.svg
similarity index 96%
rename from static/images/k3s_start/pods.svg
rename to content/posts/kube-intro/imgs/pods.svg
index b63f415..b3bfcda 100644
--- a/static/images/k3s_start/pods.svg
+++ b/content/posts/kube-intro/imgs/pods.svg
@@ -3,7 +3,7 @@