diff --git a/config.toml b/config.toml index 8749e06..36b04fa 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,10 @@ baseURL = "http://example.org/" languageCode = "en-us" title = "batsite" theme = "battheme" +sectionPagesMenu = "main" + +[menu] +[[menu.nav]] + identifier = "home" + name = ' home' + url = '/' diff --git a/content/about/index.md b/content/about/index.md new file mode 100644 index 0000000..be2f1df --- /dev/null +++ b/content/about/index.md @@ -0,0 +1,10 @@ +--- +title: "About" +date: 2022-04-09T14:23:49+02:00 +draft: true +menu: + nav: + name: " about" + +--- + diff --git a/content/dir1/b.md b/content/dir1/b.md new file mode 100644 index 0000000..aa18b7d --- /dev/null +++ b/content/dir1/b.md @@ -0,0 +1,6 @@ +--- +title: "B" +date: 2022-04-09T14:02:24+02:00 +draft: true +--- + diff --git a/content/index.md b/content/index.md deleted file mode 100644 index cdb5696..0000000 --- a/content/index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Content" -date: 2022-04-09T00:06:45+02:00 -draft: true ---- -hello! diff --git a/content/links/index.md b/content/links/index.md new file mode 100644 index 0000000..95572e8 --- /dev/null +++ b/content/links/index.md @@ -0,0 +1,10 @@ +--- +title: "Links" +date: 2022-04-09T17:37:48+02:00 +draft: true +menu: + nav: + name: " links" + +--- + diff --git a/content/posts/aeiuo.md b/content/posts/aeiuo.md new file mode 100644 index 0000000..b09ca11 --- /dev/null +++ b/content/posts/aeiuo.md @@ -0,0 +1,6 @@ +--- +title: "Aeiuo" +date: 2022-04-09T14:12:18+02:00 +draft: true +--- + diff --git a/content/posts/example.md b/content/posts/example.md new file mode 100644 index 0000000..c0040cd --- /dev/null +++ b/content/posts/example.md @@ -0,0 +1,6 @@ +--- +title: "Example" +date: 2022-04-09T13:36:54+02:00 +draft: true +--- + diff --git a/public/a/index.html b/public/a/index.html new file mode 100644 index 0000000..07cd9b3 --- /dev/null +++ b/public/a/index.html @@ -0,0 +1,52 @@ + + + + + A + + + + + +
+
+

Single Page A

+
+
+

this is file a +dskfjksdjfkdfj

+ +
+
+
+ + +
+ + diff --git a/public/about/index.html b/public/about/index.html new file mode 100644 index 0000000..234e0b4 --- /dev/null +++ b/public/about/index.html @@ -0,0 +1,50 @@ + + + + + About + + + + + +
+
+

Single Page About

+
+
+ +
+
+
+ + +
+ + diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..6e3ae4d --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,41 @@ + + + + + Categories + + + + + +
+
+
+
+

List - Categories

+
+ + +
+ +
+ +
+ + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..e70e044 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,10 @@ + + + + Categories on batsite + http://example.org/categories/ + Recent content in Categories on batsite + Hugo -- gohugo.io + en-us + + diff --git a/public/dir1/b/index.html b/public/dir1/b/index.html new file mode 100644 index 0000000..e835fd8 --- /dev/null +++ b/public/dir1/b/index.html @@ -0,0 +1,48 @@ + + + + + B + + + + + +
+
+

Single Page B

+
+
+ +
+
+
+ + +
+ + diff --git a/public/dir1/index.html b/public/dir1/index.html new file mode 100644 index 0000000..196b7d2 --- /dev/null +++ b/public/dir1/index.html @@ -0,0 +1,45 @@ + + + + + Dir1s + + + + + +
+
+
+
+

List - Dir1s

+
+ + +
+ +
+ +
+ + diff --git a/public/dir1/index.xml b/public/dir1/index.xml new file mode 100644 index 0000000..a935c7b --- /dev/null +++ b/public/dir1/index.xml @@ -0,0 +1,20 @@ + + + + Dir1s on batsite + http://example.org/dir1/ + Recent content in Dir1s on batsite + Hugo -- gohugo.io + en-us + Sat, 09 Apr 2022 14:02:24 +0200 + + B + http://example.org/dir1/b/ + Sat, 09 Apr 2022 14:02:24 +0200 + + http://example.org/dir1/b/ + + + + + diff --git a/public/font/Caskaydia Cove Nerd Font Complete Mono Windows Compatible.ttf b/public/font/Caskaydia Cove Nerd Font Complete Mono Windows Compatible.ttf new file mode 100644 index 0000000..9334ec7 Binary files /dev/null and b/public/font/Caskaydia Cove Nerd Font Complete Mono Windows Compatible.ttf differ diff --git a/public/font/Caskaydia Cove Nerd Font Complete Mono.ttf b/public/font/Caskaydia Cove Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..0c9d3ab Binary files /dev/null and b/public/font/Caskaydia Cove Nerd Font Complete Mono.ttf differ diff --git a/public/font/Caskaydia Cove Nerd Font Complete Windows Compatible.ttf b/public/font/Caskaydia Cove Nerd Font Complete Windows Compatible.ttf new file mode 100644 index 0000000..357a160 Binary files /dev/null and b/public/font/Caskaydia Cove Nerd Font Complete Windows Compatible.ttf differ diff --git a/public/font/Caskaydia Cove Nerd Font Complete.ttf b/public/font/Caskaydia Cove Nerd Font Complete.ttf new file mode 100644 index 0000000..f69f85f Binary files /dev/null and b/public/font/Caskaydia Cove Nerd Font Complete.ttf differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..f620ef3 --- /dev/null +++ b/public/index.html @@ -0,0 +1,37 @@ + + + + + + batsite + + + + + +
+
+

batsite

+
+
+

+ +

+
+ +
+ + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..4fd348f --- /dev/null +++ b/public/index.xml @@ -0,0 +1,56 @@ + + + + batsite + http://example.org/ + Recent content on batsite + Hugo -- gohugo.io + en-us + Sat, 09 Apr 2022 14:12:18 +0200 + + About + http://example.org/about/ + Sat, 09 Apr 2022 14:23:49 +0200 + + http://example.org/about/ + + + + + Aeiuo + http://example.org/posts/aeiuo/ + Sat, 09 Apr 2022 14:12:18 +0200 + + http://example.org/posts/aeiuo/ + + + + + A + http://example.org/a/ + Sat, 09 Apr 2022 14:02:35 +0200 + + http://example.org/a/ + this is file a dskfjksdjfkdfj + + + + B + http://example.org/dir1/b/ + Sat, 09 Apr 2022 14:02:24 +0200 + + http://example.org/dir1/b/ + + + + + Example + http://example.org/posts/example/ + Sat, 09 Apr 2022 13:36:54 +0200 + + http://example.org/posts/example/ + + + + + diff --git a/public/posts/aeiuo/index.html b/public/posts/aeiuo/index.html new file mode 100644 index 0000000..5564a6b --- /dev/null +++ b/public/posts/aeiuo/index.html @@ -0,0 +1,50 @@ + + + + + Aeiuo + + + + + +
+
+

Single Page Aeiuo

+
+
+ +
+
+
+ + +
+ + diff --git a/public/posts/example/index.html b/public/posts/example/index.html new file mode 100644 index 0000000..794ae80 --- /dev/null +++ b/public/posts/example/index.html @@ -0,0 +1,50 @@ + + + + + Example + + + + + +
+
+

Single Page Example

+
+
+ +
+
+
+ + +
+ + diff --git a/public/posts/index.html b/public/posts/index.html new file mode 100644 index 0000000..681d584 --- /dev/null +++ b/public/posts/index.html @@ -0,0 +1,49 @@ + + + + + Posts + + + + + +
+
+
+
+

List - Posts

+
+ + +
+ +
+ +
+ + diff --git a/public/posts/index.xml b/public/posts/index.xml new file mode 100644 index 0000000..5acfbdd --- /dev/null +++ b/public/posts/index.xml @@ -0,0 +1,29 @@ + + + + Posts on batsite + http://example.org/posts/ + Recent content in Posts on batsite + Hugo -- gohugo.io + en-us + Sat, 09 Apr 2022 14:12:18 +0200 + + Aeiuo + http://example.org/posts/aeiuo/ + Sat, 09 Apr 2022 14:12:18 +0200 + + http://example.org/posts/aeiuo/ + + + + + Example + http://example.org/posts/example/ + Sat, 09 Apr 2022 13:36:54 +0200 + + http://example.org/posts/example/ + + + + + diff --git a/public/scss/main.css b/public/scss/main.css new file mode 100644 index 0000000..985ba15 --- /dev/null +++ b/public/scss/main.css @@ -0,0 +1,37 @@ +body { + background-color: #352b42; + color: #f2f0e5; } + +a { + color: #c2d368; } + +footer, footer a { + background-color: #f2f0e5; + color: #352b42; } + +@font-face { + font-family: Caskaydia Cove; + src: url(../fonts/Caskaydia); } + +a { + text-decoration: none; } + +footer a { + text-decoration: underline; } + +html, body { + height: 100%; + flex: auto; } + +footer { + display: flex; + justify-content: center; + align-items: center; + height: 10%; } + +#content { + min-height: 90%; } + +* { + padding: 0; + margin: 0; } diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..3331811 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,33 @@ + + + + http://example.org/about/ + 2022-04-09T14:23:49+02:00 + + http://example.org/posts/aeiuo/ + 2022-04-09T14:12:18+02:00 + + http://example.org/ + 2022-04-09T14:12:18+02:00 + + http://example.org/posts/ + 2022-04-09T14:12:18+02:00 + + http://example.org/a/ + 2022-04-09T14:02:35+02:00 + + http://example.org/dir1/b/ + 2022-04-09T14:02:24+02:00 + + http://example.org/dir1/ + 2022-04-09T14:02:24+02:00 + + http://example.org/posts/example/ + 2022-04-09T13:36:54+02:00 + + http://example.org/categories/ + + http://example.org/tags/ + + diff --git a/public/svg/bat.svg b/public/svg/bat.svg new file mode 100644 index 0000000..4c2e61c --- /dev/null +++ b/public/svg/bat.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + head + + + + + + + diff --git a/public/svg/favicon.svg b/public/svg/favicon.svg new file mode 100644 index 0000000..4c2e61c --- /dev/null +++ b/public/svg/favicon.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + head + + + + + + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..32109b0 --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,41 @@ + + + + + Tags + + + + + +
+
+
+
+

List - Tags

+
+ + +
+ +
+ +
+ + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..312d9c2 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,10 @@ + + + + Tags on batsite + http://example.org/tags/ + Recent content in Tags on batsite + Hugo -- gohugo.io + en-us + + diff --git a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content index 83a6e9b..7969ccb 100644 --- a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content +++ b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content @@ -1,2 +1,56 @@ +body { + background-color: #ffe7d6; + color: #73464c; } + +a { + background-color: #ab5675; + color: #ffe7d6; } + +a.footer-nav-item.active { + color: #ab5675; } + +footer, footer a { + background-color: #73464c; + color: #ffe7d6; } + +@font-face { + font-family: CaskaydiaCove; + src: url(/font/CaskaydiaCove.ttf); } + * { - color: red; } + font-family: CaskaydiaCove; + font-size: 16pt; } + +h1 { + font-size: 42pt; } + +a { + text-decoration: none; } + +footer { + font-size: 20pt; } + +html, body { + height: 100%; + flex: auto; } + +footer { + height: 10%; + min-height: 24pt; + position: sticky; + display: flex; + align-items: center; + justify-content: center; } + +#footer-content { + width: 100%; } + +#content { + min-height: 90%; } + +#footer-right { + justify-self: right; } + +* { + padding: 0; + margin: 0; }