diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 03:56:47 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 03:56:47 +0300 |
commit | a9168e6f04f766f7d88bc1b24aaa81336098b2fc (patch) | |
tree | a4db599140020cfb14803aa4d28b17d52e637a72 /content | |
parent | 3b040f1503d90a309f41063d8f760a3e312ab351 (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'content')
-rw-r--r-- | content/_index.md | 9 | ||||
-rw-r--r-- | content/footer.md | 2 | ||||
-rw-r--r-- | content/posts/2022-05-31-golang-1/index.md | 2 |
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 точками: |