From 90e9b44ce3b1aa0081484168242bca45171dcf61 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 30 May 2026 00:41:02 +0300 Subject: [PATCH] update homepage --- README.md | 2 ++ themes/papercut/README.md | 2 +- .../layouts/_index/{projects.html => main_projects.html} | 0 .../_index/{projects2.html => secondary_projects.html} | 0 themes/papercut/layouts/_index/what_i_use.html | 6 ++++++ themes/papercut/layouts/index.html | 4 ++-- 6 files changed, 11 insertions(+), 3 deletions(-) rename themes/papercut/layouts/_index/{projects.html => main_projects.html} (100%) rename themes/papercut/layouts/_index/{projects2.html => secondary_projects.html} (100%) diff --git a/README.md b/README.md index 8b13789..2c109c9 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ +# Репозиторий статического блога и моей странички +Разработано с использованием фреймворка [Hugo](https://gohugo.io/). diff --git a/themes/papercut/README.md b/themes/papercut/README.md index 39034ea..9309510 100644 --- a/themes/papercut/README.md +++ b/themes/papercut/README.md @@ -1 +1 @@ -Drop `bootstrap.min.css` from Bootstrap **5.3.0** in `static/css` folder. +Drop `bootstrap.min.css` from Bootstrap **5.3.3** in `static/css` folder. diff --git a/themes/papercut/layouts/_index/projects.html b/themes/papercut/layouts/_index/main_projects.html similarity index 100% rename from themes/papercut/layouts/_index/projects.html rename to themes/papercut/layouts/_index/main_projects.html diff --git a/themes/papercut/layouts/_index/projects2.html b/themes/papercut/layouts/_index/secondary_projects.html similarity index 100% rename from themes/papercut/layouts/_index/projects2.html rename to themes/papercut/layouts/_index/secondary_projects.html diff --git a/themes/papercut/layouts/_index/what_i_use.html b/themes/papercut/layouts/_index/what_i_use.html index d05c3c4..96f18b5 100644 --- a/themes/papercut/layouts/_index/what_i_use.html +++ b/themes/papercut/layouts/_index/what_i_use.html @@ -14,9 +14,15 @@ Pyrogram, aiogram, + Rust, + Crystal, + Java, + Paper Minecraft Server, + JavaScript, + Bun, Bootstrap 5, PHP, diff --git a/themes/papercut/layouts/index.html b/themes/papercut/layouts/index.html index 69360ab..7cd0c8d 100644 --- a/themes/papercut/layouts/index.html +++ b/themes/papercut/layouts/index.html @@ -9,8 +9,8 @@

- {{ template "_index/projects.html" . }} - {{ template "_index/projects2.html" . }} + {{ template "_index/main_projects.html" . }} + {{ template "_index/secondary_projects.html" . }} {{ template "_index/what_i_use.html" . }} {{ template "_index/reach_me.html" . }}