From c09c13c8f83fe247e2ad55ac4262e38826fe3f35 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Sat, 29 Nov 2025 20:01:49 +0300 Subject: [PATCH] generated files only --- .gitmodules | 3 - .hugo_build.lock | 0 public/404.html => 404.html | 0 archetypes/default.md | 5 - {public/categories => categories}/index.html | 0 {public/categories => categories}/index.xml | 0 {public/css => css}/custom.css | 0 {public/css => css}/site.min.css | 0 hugo.toml | 12 --- public/index.xml => index.xml | 0 {public/js => js}/custom.js | 0 public/index.html | 100 ------------------- public/sitemap.xml => sitemap.xml | 0 {public/tags => tags}/index.html | 0 {public/tags => tags}/index.xml | 0 themes/kaslaanka | 1 - 16 files changed, 121 deletions(-) delete mode 100644 .gitmodules delete mode 100644 .hugo_build.lock rename public/404.html => 404.html (100%) delete mode 100644 archetypes/default.md rename {public/categories => categories}/index.html (100%) rename {public/categories => categories}/index.xml (100%) rename {public/css => css}/custom.css (100%) rename {public/css => css}/site.min.css (100%) delete mode 100644 hugo.toml rename public/index.xml => index.xml (100%) rename {public/js => js}/custom.js (100%) delete mode 100644 public/index.html rename public/sitemap.xml => sitemap.xml (100%) rename {public/tags => tags}/index.html (100%) rename {public/tags => tags}/index.xml (100%) delete mode 160000 themes/kaslaanka diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index d6237a0..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/kaslaanka"] - path = themes/kaslaanka - url = https://github.com/Iossefy/kaslaanka.git diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 diff --git a/public/404.html b/404.html similarity index 100% rename from public/404.html rename to 404.html diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 25b6752..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,5 +0,0 @@ -+++ -date = '{{ .Date }}' -draft = true -title = '{{ replace .File.ContentBaseName "-" " " | title }}' -+++ diff --git a/public/categories/index.html b/categories/index.html similarity index 100% rename from public/categories/index.html rename to categories/index.html diff --git a/public/categories/index.xml b/categories/index.xml similarity index 100% rename from public/categories/index.xml rename to categories/index.xml diff --git a/public/css/custom.css b/css/custom.css similarity index 100% rename from public/css/custom.css rename to css/custom.css diff --git a/public/css/site.min.css b/css/site.min.css similarity index 100% rename from public/css/site.min.css rename to css/site.min.css diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index d7ac77a..0000000 --- a/hugo.toml +++ /dev/null @@ -1,12 +0,0 @@ -baseURL = 'https://st.pages.except.one/' -languageCode = 'en-us' -title = 'My New Hugo Site' -theme = 'kaslaanka' - -[params] -sitename = "Kaslaanka Theme" -copyrights = "John Doe" -defaultList = "global" -paginationLen = 3 -projectsURL = "https://example.com" -brief_about = "
Kaslaanka theme demo
" diff --git a/public/index.xml b/index.xml similarity index 100% rename from public/index.xml rename to index.xml diff --git a/public/js/custom.js b/js/custom.js similarity index 100% rename from public/js/custom.js rename to js/custom.js diff --git a/public/index.html b/public/index.html deleted file mode 100644 index ea28e3d..0000000 --- a/public/index.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - My New Hugo Site - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- -
- -
-
-
-
- -
-
-
-
-
-
Kaslaanka theme demo
- -
-
-
-
-

Recent articles

-
- - -
-
- - -
- - Copyright © 2025 John Doe - - - -
- -
-
-
- - - - diff --git a/public/sitemap.xml b/sitemap.xml similarity index 100% rename from public/sitemap.xml rename to sitemap.xml diff --git a/public/tags/index.html b/tags/index.html similarity index 100% rename from public/tags/index.html rename to tags/index.html diff --git a/public/tags/index.xml b/tags/index.xml similarity index 100% rename from public/tags/index.xml rename to tags/index.xml diff --git a/themes/kaslaanka b/themes/kaslaanka deleted file mode 160000 index a7973ba..0000000 --- a/themes/kaslaanka +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a7973bac2c300ee7007ddac0aee19436bdab608d