diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index b587d95..033777f 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -3,7 +3,7 @@
# https://blowfish.page/docs/getting-started/
theme = "blowfish" # UNCOMMENT THIS LINE
-baseURL = "https://blog.tayko.co/"
+baseURL = "https://tayko.co/"
defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml
index d304871..e44bfb8 100644
--- a/config/_default/languages.en.toml
+++ b/config/_default/languages.en.toml
@@ -2,7 +2,7 @@ disabled = false
locale = "en"
label = "English"
weight = 1
-title = "Blog::Taco"
+title = "Tayko.co"
[params]
displayName = "EN"
diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml
index 0eefb53..6a7eecd 100644
--- a/config/_default/menus.en.toml
+++ b/config/_default/menus.en.toml
@@ -12,46 +12,23 @@
[[main]]
name = "Blog"
- pageRef = "posts"
+ pageRef = "blog"
weight = 10
-#[[main]]
-# name = "Categories"
-# pageRef = "categories"
-# weight = 20
+[[main]]
+ name = "Art"
+ pageRef = "art"
+ weight = 20
+
+[[main]]
+ name = "Writing"
+ pageRef = "writing"
+ weight = 30
[[main]]
name = "Tags"
pageRef = "tags"
- weight = 30
-
-#[[main]]
-# name = "Parent"
-# weight = 20
-
-#[[main]]
-# name = "example sub-menu 1"
-# parent = "Parent"
-# pageRef = "posts"
-# weight = 20
-
-#[[main]]
-# name = "example sub-menu 2"
-# parent = "Parent"
-# pageRef = "posts"
-# weight = 20
-
-#[[subnavigation]]
-# name = "An interesting topic"
-# pageRef = "tags/interesting-topic"
-# weight = 10
-
-#[[subnavigation]]
-# name = "My Awesome Category"
-# pre = "github"
-# pageRef = "categories/awesome"
-# weight = 20
-
+ weight = 40
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
diff --git a/config/_default/params.toml b/config/_default/params.toml
index e1591b7..e151721 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -22,7 +22,7 @@ replyByEmail = false
smartTOC = true
-# mainSections = ["section1", "section2"]
+mainSections = ["blog", "writing", "art"]
# robots = ""
robots = [
@@ -59,7 +59,7 @@ disableImageOptimizationMD = false
disableTextInHeader = false
# backgroundImageWidth = 1200
-# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
+defaultBackgroundImage = "img/cover.jpg" # used as default for background images
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
# defaultSocialImage = "/android-chrome-512x512.png" # used as default for social media sharing (Open Graph and Twitter)
hotlinkFeatureImage = false
@@ -94,7 +94,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
showRecent = true
showRecentItems = 5
showMoreLink = false
- showMoreLinkDest = "/posts/"
+ showMoreLinkDest = "/blog/"
cardView = true
cardViewScreenWidth = false
layoutBackgroundBlur = false # only used when layout equals background
@@ -111,7 +111,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
- layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
+ layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
showBreadcrumbs = false
showDraftLabel = true
showEdit = false
@@ -139,10 +139,10 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
- layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
+ layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
showBreadcrumbs = false
showSummary = true
- showViews = true
+ showViews = false
showLikes = false
showTableOfContents = false
showCards = false
@@ -160,7 +160,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
- layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
+ layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
showBreadcrumbs = false
showViews = false
showLikes = false
@@ -171,7 +171,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
- layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
+ layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
showBreadcrumbs = false
showViews = false
showLikes = false
diff --git a/content/art/_index.md b/content/art/_index.md
new file mode 100644
index 0000000..eb1142f
--- /dev/null
+++ b/content/art/_index.md
@@ -0,0 +1,37 @@
++++
+title = "Art"
++++
+
+{{< gallery >}}
+ {{< figure src="resources/31.png" alt="Miek" figureClass="grid-w33" >}}
+ {{< figure src="resources/30.png" alt="4D9F75B6" figureClass="grid-w33" >}}
+ {{< figure src="resources/29.png" alt="Taco Colors" figureClass="grid-w33" >}}
+ {{< figure src="resources/28.jpg" alt="Emotional Support Kres" figureClass="grid-w33" >}}
+ {{< figure src="resources/27.png" alt="Weh" figureClass="grid-w33" >}}
+ {{< figure src="resources/26.png" alt="Klep" figureClass="grid-w33" >}}
+ {{< figure src="resources/25.png" alt="Gikka" figureClass="grid-w33" >}}
+ {{< figure src="resources/24.png" alt="Kuro" figureClass="grid-w33" >}}
+ {{< figure src="resources/23.png" alt="Kres on a Shelf" figureClass="grid-w33" >}}
+ {{< figure src="resources/22.png" alt="Lil Taco" figureClass="grid-w33" >}}
+ {{< figure src="resources/21.jpg" alt="Friends Flyin" figureClass="grid-w33" >}}
+ {{< figure src="resources/20.jpg" alt="IMG 0093" figureClass="grid-w33" >}}
+ {{< figure src="resources/19.jpeg" alt="IMG 0064" figureClass="grid-w33" >}}
+ {{< figure src="resources/18.png" alt="Tarriek BIG" figureClass="grid-w33" >}}
+ {{< figure src="resources/17.jpg" alt="Taco Profile New" figureClass="grid-w33" >}}
+ {{< figure src="resources/16.png" alt="Taco Profile" figureClass="grid-w33" >}}
+ {{< figure src="resources/15.png" alt="Xerotacovix" figureClass="grid-w33" >}}
+ {{< figure src="resources/14.png" alt="E'ra" figureClass="grid-w33" >}}
+ {{< figure src="resources/13.png" alt="Noodle Kres" figureClass="grid-w33" >}}
+ {{< figure src="resources/12.jpg" alt="Miekbold" figureClass="grid-w33" >}}
+ {{< figure src="resources/11.png" alt="Clams and Calamity" figureClass="grid-w33" >}}
+ {{< figure src="resources/10.png" alt="Vix Headshot" figureClass="grid-w33" >}}
+ {{< figure src="resources/09.jpg" alt="Taco Quinglet" figureClass="grid-w33" >}}
+ {{< figure src="resources/08.png" alt="Feather" figureClass="grid-w33" >}}
+ {{< figure src="resources/07.jpg" alt="Taco Hair" figureClass="grid-w33" >}}
+ {{< figure src="resources/06.jpg" alt="Zatzhings Dragon" figureClass="grid-w33" >}}
+ {{< figure src="resources/05.jpg" alt="Miek Mount" figureClass="grid-w33" >}}
+ {{< figure src="resources/04.jpg" alt="Glue Taco" figureClass="grid-w33" >}}
+ {{< figure src="resources/03.jpg" alt="Draglet BardRogue" figureClass="grid-w33" >}}
+ {{< figure src="resources/02.jpg" alt="Bronze Draglet" figureClass="grid-w33" >}}
+ {{< figure src="resources/01.png" alt="Angy Taco" figureClass="grid-w33" >}}
+{{< /gallery >}}
diff --git a/content/art/backup/4D9F75B6-9F61-4B84-A7CA-3E0AD8470426.png b/content/art/backup/4D9F75B6-9F61-4B84-A7CA-3E0AD8470426.png
new file mode 100644
index 0000000..c875b36
Binary files /dev/null and b/content/art/backup/4D9F75B6-9F61-4B84-A7CA-3E0AD8470426.png differ
diff --git a/content/art/backup/Angy Taco.png b/content/art/backup/Angy Taco.png
new file mode 100644
index 0000000..2800bf7
Binary files /dev/null and b/content/art/backup/Angy Taco.png differ
diff --git a/content/art/backup/Bronze Draglet.jpg b/content/art/backup/Bronze Draglet.jpg
new file mode 100644
index 0000000..c183f45
Binary files /dev/null and b/content/art/backup/Bronze Draglet.jpg differ
diff --git a/content/art/backup/Clams and Calamity.png b/content/art/backup/Clams and Calamity.png
new file mode 100644
index 0000000..a337477
Binary files /dev/null and b/content/art/backup/Clams and Calamity.png differ
diff --git a/content/art/backup/Draglet BardRogue.jpg b/content/art/backup/Draglet BardRogue.jpg
new file mode 100644
index 0000000..a9c8a39
Binary files /dev/null and b/content/art/backup/Draglet BardRogue.jpg differ
diff --git a/content/art/backup/E'ra.png b/content/art/backup/E'ra.png
new file mode 100644
index 0000000..cb0d7ff
Binary files /dev/null and b/content/art/backup/E'ra.png differ
diff --git a/content/art/backup/Emotional Support Kres.jpg b/content/art/backup/Emotional Support Kres.jpg
new file mode 100644
index 0000000..53ef901
Binary files /dev/null and b/content/art/backup/Emotional Support Kres.jpg differ
diff --git a/content/art/backup/Feather.png b/content/art/backup/Feather.png
new file mode 100644
index 0000000..57d5a40
Binary files /dev/null and b/content/art/backup/Feather.png differ
diff --git a/content/art/backup/Friends_Flyin.jpg b/content/art/backup/Friends_Flyin.jpg
new file mode 100644
index 0000000..76d912d
Binary files /dev/null and b/content/art/backup/Friends_Flyin.jpg differ
diff --git a/content/art/backup/Gikka.png b/content/art/backup/Gikka.png
new file mode 100644
index 0000000..161acbf
Binary files /dev/null and b/content/art/backup/Gikka.png differ
diff --git a/content/art/backup/Glue Taco.jpg b/content/art/backup/Glue Taco.jpg
new file mode 100644
index 0000000..c83f719
Binary files /dev/null and b/content/art/backup/Glue Taco.jpg differ
diff --git a/content/art/backup/IMG_0064.jpeg b/content/art/backup/IMG_0064.jpeg
new file mode 100644
index 0000000..49a764c
Binary files /dev/null and b/content/art/backup/IMG_0064.jpeg differ
diff --git a/content/art/backup/IMG_0093.JPG b/content/art/backup/IMG_0093.JPG
new file mode 100644
index 0000000..a1b059d
Binary files /dev/null and b/content/art/backup/IMG_0093.JPG differ
diff --git a/content/art/backup/Kres_on_a_shelf.png b/content/art/backup/Kres_on_a_shelf.png
new file mode 100644
index 0000000..09ec24f
Binary files /dev/null and b/content/art/backup/Kres_on_a_shelf.png differ
diff --git a/content/art/backup/Kuro.png b/content/art/backup/Kuro.png
new file mode 100644
index 0000000..1f75e9b
Binary files /dev/null and b/content/art/backup/Kuro.png differ
diff --git a/content/art/backup/Miek Mount.jpg b/content/art/backup/Miek Mount.jpg
new file mode 100644
index 0000000..c62c78f
Binary files /dev/null and b/content/art/backup/Miek Mount.jpg differ
diff --git a/content/art/backup/Miekbold.jpg b/content/art/backup/Miekbold.jpg
new file mode 100644
index 0000000..d5c710c
Binary files /dev/null and b/content/art/backup/Miekbold.jpg differ
diff --git a/content/art/backup/Noodle Kres.png b/content/art/backup/Noodle Kres.png
new file mode 100644
index 0000000..64b964c
Binary files /dev/null and b/content/art/backup/Noodle Kres.png differ
diff --git a/content/art/backup/Taco Hair.jpg b/content/art/backup/Taco Hair.jpg
new file mode 100644
index 0000000..033f0b3
Binary files /dev/null and b/content/art/backup/Taco Hair.jpg differ
diff --git a/content/art/backup/Taco Profile New.jpg b/content/art/backup/Taco Profile New.jpg
new file mode 100644
index 0000000..607ccf4
Binary files /dev/null and b/content/art/backup/Taco Profile New.jpg differ
diff --git a/content/art/backup/Taco Profile.png b/content/art/backup/Taco Profile.png
new file mode 100644
index 0000000..50d5a0c
Binary files /dev/null and b/content/art/backup/Taco Profile.png differ
diff --git a/content/art/backup/Taco Quinglet.jpg b/content/art/backup/Taco Quinglet.jpg
new file mode 100644
index 0000000..45c6a0f
Binary files /dev/null and b/content/art/backup/Taco Quinglet.jpg differ
diff --git a/content/art/backup/Taco colors.png b/content/art/backup/Taco colors.png
new file mode 100644
index 0000000..d64715d
Binary files /dev/null and b/content/art/backup/Taco colors.png differ
diff --git a/content/art/backup/Tarriek BIG.png b/content/art/backup/Tarriek BIG.png
new file mode 100644
index 0000000..f0a2e9c
Binary files /dev/null and b/content/art/backup/Tarriek BIG.png differ
diff --git a/content/art/backup/Vix Headshot.png b/content/art/backup/Vix Headshot.png
new file mode 100644
index 0000000..eea11c4
Binary files /dev/null and b/content/art/backup/Vix Headshot.png differ
diff --git a/content/art/backup/Weh.png b/content/art/backup/Weh.png
new file mode 100644
index 0000000..dc915ca
Binary files /dev/null and b/content/art/backup/Weh.png differ
diff --git a/content/art/backup/Xerotacovix.png b/content/art/backup/Xerotacovix.png
new file mode 100644
index 0000000..891ad73
Binary files /dev/null and b/content/art/backup/Xerotacovix.png differ
diff --git a/content/art/backup/Zatzhings dragon.jpg b/content/art/backup/Zatzhings dragon.jpg
new file mode 100644
index 0000000..029a614
Binary files /dev/null and b/content/art/backup/Zatzhings dragon.jpg differ
diff --git a/content/art/backup/klep.png b/content/art/backup/klep.png
new file mode 100644
index 0000000..bccc8ee
Binary files /dev/null and b/content/art/backup/klep.png differ
diff --git a/content/art/backup/lil_taco.png b/content/art/backup/lil_taco.png
new file mode 100644
index 0000000..a70eed4
Binary files /dev/null and b/content/art/backup/lil_taco.png differ
diff --git a/content/art/backup/miek.png b/content/art/backup/miek.png
new file mode 100644
index 0000000..a26e9be
Binary files /dev/null and b/content/art/backup/miek.png differ
diff --git a/content/blog/_index.md b/content/blog/_index.md
new file mode 100644
index 0000000..0db33b6
--- /dev/null
+++ b/content/blog/_index.md
@@ -0,0 +1,4 @@
++++
+title = "Blog"
+summary = "Tutorials, guides, and technical ramblings from a dragon."
++++
diff --git a/content/posts/dnd-monsters/featured.jpg b/content/blog/dnd-monsters/featured.jpg
similarity index 100%
rename from content/posts/dnd-monsters/featured.jpg
rename to content/blog/dnd-monsters/featured.jpg
diff --git a/content/posts/dnd-monsters/index.md b/content/blog/dnd-monsters/index.md
similarity index 100%
rename from content/posts/dnd-monsters/index.md
rename to content/blog/dnd-monsters/index.md
diff --git a/content/posts/how-to-dm-1/board.jpg b/content/blog/how-to-dm-1/board.jpg
similarity index 100%
rename from content/posts/how-to-dm-1/board.jpg
rename to content/blog/how-to-dm-1/board.jpg
diff --git a/content/posts/how-to-dm-1/books.jpg b/content/blog/how-to-dm-1/books.jpg
similarity index 100%
rename from content/posts/how-to-dm-1/books.jpg
rename to content/blog/how-to-dm-1/books.jpg
diff --git a/content/posts/how-to-dm-1/dice.jpg b/content/blog/how-to-dm-1/dice.jpg
similarity index 100%
rename from content/posts/how-to-dm-1/dice.jpg
rename to content/blog/how-to-dm-1/dice.jpg
diff --git a/content/posts/how-to-dm-1/featured.jpg b/content/blog/how-to-dm-1/featured.jpg
similarity index 100%
rename from content/posts/how-to-dm-1/featured.jpg
rename to content/blog/how-to-dm-1/featured.jpg
diff --git a/content/posts/how-to-dm-1/index.md b/content/blog/how-to-dm-1/index.md
similarity index 100%
rename from content/posts/how-to-dm-1/index.md
rename to content/blog/how-to-dm-1/index.md
diff --git a/content/posts/katchi/featured.jpg b/content/blog/katchi/featured.jpg
similarity index 100%
rename from content/posts/katchi/featured.jpg
rename to content/blog/katchi/featured.jpg
diff --git a/content/posts/katchi/index.md b/content/blog/katchi/index.md
similarity index 100%
rename from content/posts/katchi/index.md
rename to content/blog/katchi/index.md
diff --git a/content/posts/cover.jpg b/content/posts/cover.jpg
deleted file mode 100644
index ce09b4e..0000000
Binary files a/content/posts/cover.jpg and /dev/null differ
diff --git a/content/writing/_index.md b/content/writing/_index.md
new file mode 100644
index 0000000..40e2f12
--- /dev/null
+++ b/content/writing/_index.md
@@ -0,0 +1,6 @@
++++
+title = "Writing"
+summary = "Original fiction and serialized tales."
+[cascade]
+ showTableOfContents = false
++++
diff --git a/content/posts/meppa-1/featured.jpg b/content/writing/meppa-1/featured.jpg
similarity index 100%
rename from content/posts/meppa-1/featured.jpg
rename to content/writing/meppa-1/featured.jpg
diff --git a/content/posts/meppa-1/index.md b/content/writing/meppa-1/index.md
similarity index 97%
rename from content/posts/meppa-1/index.md
rename to content/writing/meppa-1/index.md
index 464f7d4..532d11f 100644
--- a/content/posts/meppa-1/index.md
+++ b/content/writing/meppa-1/index.md
@@ -54,4 +54,4 @@ red jewel, **Kaelrath the Ember of the South**, perched upon her mountain gazing
was her destination, that was her pilgrimage.
## Continue reading
-{{< article link="/posts/meppa-2/" showSummary=true compactSummary=true >}}
\ No newline at end of file
+{{< article link="/writing/meppa-2/" showSummary=true compactSummary=true >}}
\ No newline at end of file
diff --git a/content/posts/meppa-2/featured.jpg b/content/writing/meppa-2/featured.jpg
similarity index 100%
rename from content/posts/meppa-2/featured.jpg
rename to content/writing/meppa-2/featured.jpg
diff --git a/content/posts/meppa-2/index.md b/content/writing/meppa-2/index.md
similarity index 98%
rename from content/posts/meppa-2/index.md
rename to content/writing/meppa-2/index.md
index b9ddd33..a03fd02 100644
--- a/content/posts/meppa-2/index.md
+++ b/content/writing/meppa-2/index.md
@@ -77,4 +77,4 @@ the lectures due to **Meppa’s** condition, but they could feel the disapproval
made again, for both their sakes.
## Continue reading
-{{< article link="/posts/meppa-3/" showSummary=true compactSummary=true >}}
\ No newline at end of file
+{{< article link="/writing/meppa-3/" showSummary=true compactSummary=true >}}
\ No newline at end of file
diff --git a/content/posts/meppa-3/featured.jpg b/content/writing/meppa-3/featured.jpg
similarity index 100%
rename from content/posts/meppa-3/featured.jpg
rename to content/writing/meppa-3/featured.jpg
diff --git a/content/posts/meppa-3/index.md b/content/writing/meppa-3/index.md
similarity index 100%
rename from content/posts/meppa-3/index.md
rename to content/writing/meppa-3/index.md
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
new file mode 100644
index 0000000..3e53ba0
--- /dev/null
+++ b/layouts/_default/terms.html
@@ -0,0 +1,35 @@
+{{ define "main" }}
+ {{ .Scratch.Set "scope" "terms" }}
+ {{ $showHero := .Params.showHero | default site.Params.taxonomy.showHero | default false }}
+ {{ if $showHero }}
+ {{ $heroStyle := print "hero/" site.Params.taxonomy.heroStyle ".html" }}
+ {{ if templates.Exists ( printf "partials/%s" $heroStyle ) }}
+ {{ partial $heroStyle . }}
+ {{ else }}
+ {{ partial "hero/basic.html" . }}
+ {{ end }}
+ {{- end -}}
+
+
+ {{ if .Content }}
+
+ {{ end }}
+
+
+ {{ range .Data.Terms }}
+ {{ partial "term-link/text.html" . }}
+ {{ end }}
+
+{{ end }}
diff --git a/layouts/art/list.html b/layouts/art/list.html
new file mode 100644
index 0000000..dcb9e7c
--- /dev/null
+++ b/layouts/art/list.html
@@ -0,0 +1,19 @@
+{{ define "main" }}
+{{ .Scratch.Set "scope" "list" }}
+{{ if site.Params.list.showHero | default false }}
+ {{ $heroStyle := print "hero/" site.Params.list.heroStyle ".html" }}
+ {{ if templates.Exists ( printf "partials/%s" $heroStyle ) }}
+ {{ partial $heroStyle . }}
+ {{ else }}
+ {{ partial "hero/basic.html" . }}
+ {{ end }}
+{{ end }}
+
+
+
+
+{{ end }}
diff --git a/layouts/partials/term-link/text.html b/layouts/partials/term-link/text.html
new file mode 100644
index 0000000..37f266c
--- /dev/null
+++ b/layouts/partials/term-link/text.html
@@ -0,0 +1,9 @@
+
+ {{ partial "icon.html" "tag" }}
+ {{ .Page.Title }}
+ {{ if site.Params.taxonomy.showTermCount | default true }}
+ ({{ .Count }})
+ {{ end }}
+