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" . }}