aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/_index.md9
-rw-r--r--content/footer.md2
-rw-r--r--content/posts/2022-05-31-golang-1/index.md2
3 files changed, 9 insertions, 4 deletions
diff --git a/content/_index.md b/content/_index.md
index 6c682e0..c82cd85 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,12 @@
+++
title = 'Привет!'
+++
+![Логотип](/img/logo.png)
+
Добро пожаловать на мой личный сервер. Да, это старая добрая домашняя страница, персональный сайт, «хомяк», называйте как привычнее.
-Меня зовут Саня, я Go разработчик. Остальное обо мне на [отдельной странице](/pages/me). А рядом — [мой бортжурнал](/posts/). \ No newline at end of file
+
+Меня зовут Саня, я Go разработчик. Остальное обо мне на [отдельной странице](/pages/me).
+
+А рядом — [мой бортжурнал](/posts/).
+
+И, да, сайт специально сделан в винтажном стиле 2010х ;) \ No newline at end of file
diff --git a/content/footer.md b/content/footer.md
deleted file mode 100644
index ac36e06..0000000
--- a/content/footer.md
+++ /dev/null
@@ -1,2 +0,0 @@
-+++
-+++
diff --git a/content/posts/2022-05-31-golang-1/index.md b/content/posts/2022-05-31-golang-1/index.md
index 0707399..37dd2e8 100644
--- a/content/posts/2022-05-31-golang-1/index.md
+++ b/content/posts/2022-05-31-golang-1/index.md
@@ -7,7 +7,7 @@ title = 'Golang подборка 1'
Просто собираю подборку интересных ссылок по гошке на почитать потом.
-<figure class="wp-block-image">![Golang links](/img/go.jpg)</figure>- [Extra](https://github.com/neonxp/extra) — Моё. Пакет с разными полезными функциями без дополнительных зависимостей.
+- [Extra](https://github.com/neonxp/extra) — Моё. Пакет с разными полезными функциями без дополнительных зависимостей.
- [Серия видосов про создание игры в стиле Animal Crossing на golang с помощью raylib](https://www.youtube.com/watch?v=iWp-mCIQgMU&list=PLVotA8ycjnCsy30WQCwVU5RrZkt4lLgY5&index=1)
- [Самописный распределенный типа Postgres](https://notes.eatonphil.com/distributed-postgres.html). Под капотом raft от hashicorp, boltdb и самое интересное — парсинг SQL
- Рассчет расстояния между двумя Geo точками: