commit acc1c3e36de3a14793a394b3135df4e17bcdcaf0 Author: Sencyy Date: Wed Aug 14 21:07:54 2024 -0300 initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b0495b7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "themes/minindie"] + path = themes/minindie + url = https://git.sr.ht/~bacardi55/MinIndie +[submodule "themes/smol"] + path = themes/smol + url = https://github.com/colorchestra/smol diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..d0e215c --- /dev/null +++ b/hugo.toml @@ -0,0 +1,46 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = "Sencyy's website" +theme = 'smol' +author = 'Sencyy' + +# Parameters +[params] + subtitle = "A blog for my personal stuff" + dateFmt = "02.01.2006 15:04" + +# Header +[menu] + [[menu.main]] + identifier = "posts" + name = "Posts" + url = "/posts/" + weight = 1 + + [[menu.main]] + identifier = "categories" + name = "Categories" + url = "/categories/" + weight = 2 + + [[menu.main]] + identifier = "tags" + name = "Tags" + url = "/tags/" + weight = 3 + +# Footer + [[menu.footer]] + name = "Github" + url = "https://github.com/example" + weight = 1 + + [[menu.footer]] + name = "Mastodon" + url = "https://example.com/@user" + weight = 2 + + [[menu.footer]] + name = "Imprint" + url = "/imprint" + weight = 3 diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..5e3db94 --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,67 @@ + + + + + + + + Categories + + + + + + + +
+ ======================
+ == Sencyy's website ==
+ ====================== +
A blog for my personal stuff

+

+

+

+ +
+ + +
+ + +
+

Categories

+ +
+ + + +
+ +1 of 0 + +
+ +
+ + + + + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..4dce8cc --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,11 @@ + + + + Categories on Sencyy's website + https://example.org/categories/ + Recent content in Categories on Sencyy's website + Hugo + en-us + + + diff --git a/public/categories/page/1/index.html b/public/categories/page/1/index.html new file mode 100644 index 0000000..fc56390 --- /dev/null +++ b/public/categories/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://example.org/categories/ + + + + + + diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..585aaac --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,12 @@ +html {overflow-y: scroll} +:root { --bgcolor: white; --fontcolor: #444; --linkcolor: #00e; --visitedcolor: #551a8b; --precolor: #fff; --prebgcolor: #000;} +@media (prefers-color-scheme: dark) { :root { --bgcolor: black; --fontcolor: white; --linkcolor: #5bf; --visitedcolor: #ae5ee0; --precolor: #fff; --prebgcolor: #383838;}} +body{max-width:800px;margin:40px auto;padding:0 10px;font:14px/1.5 monospace;color:var(--fontcolor); background: var(--bgcolor)}a:link{color: var(--linkcolor)}a:visited{color: var(--visitedcolor)}a:active{color: var(--visitedcolor)}h1,h2,h3{line-height:1.2} +p > code{color: var(--precolor); background: var(--prebgcolor); padding:2px} +code{color: var(--precolor); background: var(--prebgcolor); padding:2px} +pre{color: var(--precolor); background: var(--prebgcolor); padding:24px; overflow-x: auto} +article{padding:24px 0} +.center {display: block;margin-left: auto;margin-right: auto;width: 100%;} +figcaption {color: #888; font: 12px/1.5 monospace; text-align: center;} +figure {margin: auto} +img {display: block; max-width: 100%; height: auto; margin: auto} diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..6aa2e77 --- /dev/null +++ b/public/index.html @@ -0,0 +1,59 @@ + + + + + + + + + Sencyy's website + + + + + + + +
+ ======================
+ == Sencyy's website ==
+ ====================== +
A blog for my personal stuff

+

+

+

+ +
+ + +
+ + +
+ +1 of 0 + +
+ +
+ + + + + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..5aa4799 --- /dev/null +++ b/public/index.xml @@ -0,0 +1,11 @@ + + + + Sencyy's website + https://example.org/ + Recent content on Sencyy's website + Hugo + en-us + + + diff --git a/public/page/1/index.html b/public/page/1/index.html new file mode 100644 index 0000000..349f50c --- /dev/null +++ b/public/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://example.org/ + + + + + + diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..66aa3f5 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,11 @@ + + + + https://example.org/categories/ + + https://example.org/ + + https://example.org/tags/ + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..202f15a --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,67 @@ + + + + + + + + Tags + + + + + + + +
+ ======================
+ == Sencyy's website ==
+ ====================== +
A blog for my personal stuff

+

+

+

+ +
+ + +
+ + +
+

Tags

+ +
+ + + +
+ +1 of 0 + +
+ +
+ + + + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..a6ce604 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,11 @@ + + + + Tags on Sencyy's website + https://example.org/tags/ + Recent content in Tags on Sencyy's website + Hugo + en-us + + + diff --git a/public/tags/page/1/index.html b/public/tags/page/1/index.html new file mode 100644 index 0000000..e444b76 --- /dev/null +++ b/public/tags/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://example.org/tags/ + + + + + + diff --git a/site.tar.gz b/site.tar.gz new file mode 100644 index 0000000..65b409a Binary files /dev/null and b/site.tar.gz differ diff --git a/themes/minindie b/themes/minindie new file mode 160000 index 0000000..bbd9e34 --- /dev/null +++ b/themes/minindie @@ -0,0 +1 @@ +Subproject commit bbd9e3478f40d1f77c914fb48ed48a1ebb37cb3a diff --git a/themes/smol b/themes/smol new file mode 160000 index 0000000..9c5b894 --- /dev/null +++ b/themes/smol @@ -0,0 +1 @@ +Subproject commit 9c5b894c09507df23a167eaddd9a1a351d89cbf4