From 27c760a8d55fd983a8548a4d2d0b73604ba3aaa4 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Sat, 29 Nov 2025 20:10:16 +0300 Subject: [PATCH] init, hugo build --- .hugo_build.lock | 0 archetypes/default.md | 5 +++ hugo.toml | 13 ++++++ index.html | 100 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 118 insertions(+) create mode 100644 .hugo_build.lock create mode 100644 archetypes/default.md create mode 100644 hugo.toml create mode 100644 index.html diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..bd46ea8 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,13 @@ +baseURL = 'https://st.pages.except.one/' +languageCode = 'en-us' +title = 'My New Hugo Site' +themesDir = "themes" +theme = 'kaslaanka' + +[params] +sitename = "Kaslaanka Theme" +copyrights = "John Doe" +defaultList = "global" +paginationLen = 3 +projectsURL = "https://st.pages.except.one/" +brief_about = "
Kaslaanka theme demo
" diff --git a/index.html b/index.html new file mode 100644 index 0000000..ea28e3d --- /dev/null +++ b/index.html @@ -0,0 +1,100 @@ + + + + + + + + My New Hugo Site + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+
+
+ +
+
+
+
+
+
Kaslaanka theme demo
+ +
+
+
+
+

Recent articles

+
+ + +
+
+ + +
+ + Copyright © 2025 John Doe + + + +
+ +
+
+
+ + + +