diff --git a/themes/hugo-blog-awesome b/themes/hugo-blog-awesome deleted file mode 160000 index e320fec..0000000 --- a/themes/hugo-blog-awesome +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e320fec339a8384b35a3c68b5219d5bbd7308859 diff --git a/themes/hugo-brewm b/themes/hugo-brewm deleted file mode 160000 index 5fd9375..0000000 --- a/themes/hugo-brewm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5fd93757235b7337893680898aac6a87ce9ec5a9 diff --git a/themes/poison b/themes/poison deleted file mode 160000 index 07485e8..0000000 --- a/themes/poison +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 07485e85f0247518bc64ed0cc6fd6b39abe3d90d diff --git a/themes/shibui b/themes/shibui deleted file mode 160000 index 3c14017..0000000 --- a/themes/shibui +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3c140174d7173912c6dd8f3686d7b3d07a1294e1 diff --git a/themes/sukaato/LICENSE b/themes/sukaato/LICENSE deleted file mode 100644 index 8aa2645..0000000 --- a/themes/sukaato/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) [year] [fullname] - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/themes/sukaato/README.md b/themes/sukaato/README.md deleted file mode 100644 index 7cec74e..0000000 --- a/themes/sukaato/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Theme Name - -## Features - -## Installation - -## Configuration diff --git a/themes/sukaato/archetypes/addenda.md b/themes/sukaato/archetypes/addenda.md deleted file mode 100644 index 297596b..0000000 --- a/themes/sukaato/archetypes/addenda.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -title = '' # should describe reason for this addendum -date = {{ .Date }} -publishDate = {{ .Date }} -draft = true -# @TODO find way to construct referene to post URL for below field -ref = '' # link to post this is an addendum for -fnote = 'a1' # should refer back to a footnote in given context--footnote must always have letter 'a' prefix integer -editor = 'admin' -+++ diff --git a/themes/sukaato/archetypes/categories.md b/themes/sukaato/archetypes/categories.md deleted file mode 100644 index 471f01c..0000000 --- a/themes/sukaato/archetypes/categories.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = '{{ index (split .Dir "/" | last 2) 0 | title }}' -summary = '' -draft = true -image = '/images/{{ index (split .Dir "/" | last 2) 0 }}' -+++ \ No newline at end of file diff --git a/themes/sukaato/archetypes/default.md b/themes/sukaato/archetypes/default.md deleted file mode 100644 index f50fd62..0000000 --- a/themes/sukaato/archetypes/default.md +++ /dev/null @@ -1,9 +0,0 @@ -+++ -title = '{{ replace .File.ContentBaseName "-" " " | title }}' -# kind = '' -draft = true -+++ - -Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat -pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim -excepteur excepteur pariatur nostrud qui irure ullamco. diff --git a/themes/sukaato/archetypes/posts.md b/themes/sukaato/archetypes/posts.md deleted file mode 100644 index d9b71ba..0000000 --- a/themes/sukaato/archetypes/posts.md +++ /dev/null @@ -1,13 +0,0 @@ -+++ -title = '{{ index (split .Dir "/" | last 2) 0 | replace "-" " " | title }}' -date = {{ .Date }} -publishDate = {{ .Date }} -draft = true -tags = [] -categories = [] -author = 'admin' -editor = 'admin' -type = 'post' -# style = 'prose' -hidden = false -+++ diff --git a/themes/sukaato/assets/css/abstracts/_fonts.sass b/themes/sukaato/assets/css/abstracts/_fonts.sass deleted file mode 100644 index 2b34353..0000000 --- a/themes/sukaato/assets/css/abstracts/_fonts.sass +++ /dev/null @@ -1,13 +0,0 @@ -@use 'fun' - -@include fun.create_font("headerTitle", "Cronicle.ttf") -@include fun.create_font("postTitle", "Satanic_Demon.ttf") -@include fun.create_font("postMatter", "erika-pl.regular.ttf") -// @include fun.create_font("postContent", "faustus.regular.ttf") -@include fun.create_font("postContent", "vinque.regular.otf") -@include fun.create_font("postFirstChar", "goudy-initialen.regular.ttf") -@include fun.create_font("catTerm", "CaesarDressing.regular.ttf") -@include fun.create_font("navFont", "black-magnet.regular.otf") -@include fun.create_font("pageFont", "Almendra.regular.ttf") -@include fun.create_font("encryptedFont", "Drachenklaue.ttf") -@include fun.create_font("codeFont", "blockblueprint.medium.ttf") diff --git a/themes/sukaato/assets/css/abstracts/_fun.sass b/themes/sukaato/assets/css/abstracts/_fun.sass deleted file mode 100644 index ca7d7e2..0000000 --- a/themes/sukaato/assets/css/abstracts/_fun.sass +++ /dev/null @@ -1,4 +0,0 @@ -@mixin create_font($name, $font_basename) - @font-face - font-family: $name - src: url('fonts/' + $font_basename) \ No newline at end of file diff --git a/themes/sukaato/assets/css/abstracts/_palette.sass b/themes/sukaato/assets/css/abstracts/_palette.sass deleted file mode 100644 index 7d9b156..0000000 --- a/themes/sukaato/assets/css/abstracts/_palette.sass +++ /dev/null @@ -1,9 +0,0 @@ -@use 'sass:color' as brush - -$white: #ffffff -$black: #000000 -$bg: #121212 -$accent: #9d1934 -$fg: #cccccc -$state: #e9b074 -$canvas: brush.adjust(brush.adjust($bg, $lightness: 1.5%), $red: 3%, $green: 1.75%) \ No newline at end of file diff --git a/themes/sukaato/assets/css/base/_site.sass b/themes/sukaato/assets/css/base/_site.sass deleted file mode 100644 index bb46db5..0000000 --- a/themes/sukaato/assets/css/base/_site.sass +++ /dev/null @@ -1,394 +0,0 @@ -@use '../abstracts/palette' as c -@use 'sass:color' as brush -@forward '../abstracts/fonts' -@forward '../components/cblocks' - -::selection - background-color: c.$state - color: c.$bg - -html - background-color: c.$canvas - background-image: url("images/rocky_wall.png") - -header - border-bottom: 5px solid c.$state - margin-bottom: 1rem - - & h1 - font-family: headerTitle - text-align: center - font-size: clamp(16pt, 3vw, 72pt) - - & nav - text-align: center - font-family: navFont - font-size: clamp(16pt, 1.5vw, 24pt) - margin: 6% - - & > a - padding: 3% - margin: 3% - -body - color: c.$fg - /* line-height: 1.5 */ - /* margin: 1rem */ - margin: 0 auto - // min-width: 33vw - width: 50vw - max-width: 900px - - & main - background-color: rgba(c.$bg, 0.7) - border-radius: 2% - -.directory - padding: 3% 5% - -@keyframes rise-and-shine - 0% - top: 0vh - 100% - top: -15vh - -@keyframes morningside - 0% - background: radial-gradient(circle at 15vw, c.$bg 60%, c.$accent) - 100% - background: radial-gradient(circle at 7.5vw, c.$bg 66%, c.$accent) - -.black-hole.wrap - z-index: -1 - position: absolute - top: -15vh - text-align: center - filter: drop-shadow(-5px 4px 20px rgba(c.$accent, 0.5)) - animation: rise-and-shine 5s ease-out - - & #black-hole - width: 50vw - max-width: 900px - height: 50vw - max-height: 900px - margin: 0 auto - shape-outside: circle(50%) - clip-path: circle(45vw) - background-color: c.$bg - border-radius: 50% - background: radial-gradient(circle at 7.5vw, c.$bg 66%, c.$accent) - animation: morningside 5s ease-in - transform: rotate(-90deg) - -#page #title - font-family: postTitle - margin-left: 1.5vw - -#content.page - font-family: pageFont - font-size: clamp(10pt, 1.5vw, 18pt) - margin: 5% 15% 0 - padding: 5% 0 5% - -.expo > #title - padding-top: 0px - -#posts - padding: 3% 10% - - & > a - &:has(.post) - display: block - transform: rotate(0deg) - - & > .post - box-shadow: none - border: 1px solid rgba(brush.adjust(c.$state, $red: 50), 0.5) - transition: box-shadow 3s - - & > p - color: c.$fg - font-family: postContent - font-size: clamp(11pt,1.2vw, 16pt) - margin: 2% 0 - - &::after - content: " [ . . . ]" - color: c.$accent - - & > h2 - // color: c.$state - font-size: clamp(14pt, 2.5vw, 20pt) - font-weight: 900 - margin: 0 - - &:hover - box-shadow: inset 0 2px 16px brush.adjust(c.$state, $red: 95) - - &:nth-child(even) - transform: rotate(3deg) - transition: transform 2s - - &:nth-child(odd) - transform: rotate(-3deg) - transition: transform 2s - - &:hover - transform: rotate(0deg) - -.post - background-image: linear-gradient(to top right, rgba(c.$bg, 1.0), rgba(brush.adjust(c.$bg, $lightness: 22%), 0.1)) - // border: 1px solid c.$accent - font-family: postTitle - padding: 3% - margin: 2% 0 - border-radius: 4% - -#post - font-family: postTitle - - & #content - margin: 0 10% - font-family: postContent - font-size: clamp(12pt, 1.1vw, 16pt) - - & img - filter: saturate(0) contrast(1.75) - - & > img, & > p > img - margin: 2% auto - max-width: 50% - height: auto - display: block - border-top: 12px - border-right: 12px - border-left: 12px - border-bottom: 48px - border-color: #fff - border-style: solid - border-radius: 1% - - & > img:nth-child(even), & > p > img:nth-child(even) - transform: rotate(2deg) - - & > img:nth-child(odd), & > p > img:nth-child(odd) - transform: rotate(-2deg) - - & > p:first-child::first-letter - font-family: postFirstChar - font-size: clamp(64pt, 3vw , 86pt) - float: left - color: c.$state - - & figure - display: flex - flex-flow: column nowrap - margin: 2% auto - max-width: 50% - height: auto - border-top: 12px - border-right: 12px - border-left: 12px - border-bottom: 24px - border-color: #fff - border-style: solid - border-radius: 1% - background-color: #fff - text-align: center - - & img - width: 100% - - & figcaption - max-height: 10vh - - & > p - margin-top: 0 - margin-bottom: 0 - color: c.$bg - font-family: postMatter - font-size: clamp(9pt, 1.5vw, 14pt) - text-align: justify - - & .footnotes - font-size: clamp(9pt, 1vw, 12pt) - max-height: 33vh - overflow-y: scroll - background: no-repeat url("images/snek.svg") 33% center c.$fg - border-bottom-left-radius: 5% - border-bottom-right-radius: 5% - margin-top: 10% - - & ol - padding-left: 5% - - & li - padding: 0 5% - margin: 5% 5% 5% 0 - border-radius: 3% - background-color: c.$state - color: c.$bg - text-shadow: 0 0 4px c.$bg - opacity: 85% - - &::marker - color: c.$accent - - & h1, & h2, & h3, & h4, & h6 - color: c.$state - - & h1:first-child - text-align: center - font-size: clamp(24pt, 2vw, 72pt) - color: c.$accent - font-weight: bold - - & #frontmatter - width: 33% - margin: 0 0 0 auto - padding: 1% - font-family: postMatter - - & .terms - max-width: 66% - margin: 25px auto 0 - text-align: center - - &#label - text-decoration: underline - - &#directory - font-family: postMatter - padding: 2% 0 4% - - & li - display: inline-block - margin: 0.5% - font-weight: bold - - & a - display: block - padding: 5px - background-color: c.$accent - color: c.$bg - text-decoration: none - border-radius: 5px - transition: background-color 3s - - &:hover - background-color: c.$state - -.page.category - & > div - display: flex - flex-flow: row nowrap - justify-content: space-evenly - - & > h1 - font-family: catTerm - flex-basis: 33vw - font-size: clamp(16pt, 1.3vw, 24pt) - - & > p - font-family: pageFont - margin-left: 10% - margin-right: 5% - max-height: 15vh - overflow-y: scroll - - & > img - width: 100% - filter: saturate(0) contrast(1.75) - -#categories.expo - & > h1 - font-family: catTerm - font-size: clamp(24pt, 2vw, 32pt) - -#categories.directory - padding-top: 0px - - & > .category - min-height: 66px - background-position-y: 34% - background-size: cover - background-blend-mode: saturation - filter: contrast(1.3) - - & > h2 - text-shadow: 2px 2px 5px c.$bg - font-family: catTerm - - & + p - display: none - - &:hover > h2 + p - display: initial - text-shadow: 2px 2px 5px c.$bg - font-family: pageFont - backdrop-filter: blur(3px) - -.page.tag - & > h1 - font-family: postMatter - font-size: clamp(24pt, 2vw, 32pt) - -#tags.expo - & > h1 - font-family: postMatter - font-size: clamp(24pt, 2vw, 32pt) - -#tags.directory - padding-top: 0px - - & > dl - display: flex - flex-wrap: wrap - justify-content: center - align-items: center - align-content: space-around - gap: 3% - - & .tag.title - font-family: postMatter - font-weight: bold - font-size: clamp(12pt, 1.5vw, 16pt) - // float: left - background-color: c.$accent - cursor: pointer - - & > a - padding: 5px - background-color: c.$accent - color: c.$bg - text-decoration: none - border-radius: 5px - - &:hover + .tag.content::after - // content: "Lorem ipsum" - display: inline-block - position: absolute - z-index: 1 - max-width: 10vw - max-height: 15vh - overflow: scroll - background-color: c.$state - color: c.$bg - - // & .tag.content - // visibility: collapse - -#home - & img - max-width: 100% - margin: 0 auto - -footer - border-top: 1px solid c.$state - margin-top: 1rem - font-family: postMatter - font-size: 14pt - -a - color: c.$accent - text-decoration: none diff --git a/themes/sukaato/assets/css/components/_cblocks.sass b/themes/sukaato/assets/css/components/_cblocks.sass deleted file mode 100644 index 3f73b3e..0000000 --- a/themes/sukaato/assets/css/components/_cblocks.sass +++ /dev/null @@ -1,23 +0,0 @@ -@use '../abstracts/palette' as c -@use 'sass:color' as brush -@forward '../abstracts/fonts' - -pre:has(code) - padding: 15px - border-radius: 3% - // background-image: url('images/parchment.jpg') - -code - font-family: codeFont - font-size: clamp(10pt, 1.5vw, 14pt) - -.jtab - & path - stroke: c.$fg - - & circle - fill: c.$fg - stroke: none - - & + text - fill: c.$bg diff --git a/themes/sukaato/assets/css/main.css b/themes/sukaato/assets/css/main.css deleted file mode 100644 index b540fb1..0000000 --- a/themes/sukaato/assets/css/main.css +++ /dev/null @@ -1,466 +0,0 @@ -@font-face { - font-family: "headerTitle"; - src: url("fonts/Cronicle.ttf"); -} -@font-face { - font-family: "postTitle"; - src: url("fonts/Satanic_Demon.ttf"); -} -@font-face { - font-family: "postMatter"; - src: url("fonts/erika-pl.regular.ttf"); -} -@font-face { - font-family: "postContent"; - src: url("fonts/vinque.regular.otf"); -} -@font-face { - font-family: "postFirstChar"; - src: url("fonts/goudy-initialen.regular.ttf"); -} -@font-face { - font-family: "catTerm"; - src: url("fonts/CaesarDressing.regular.ttf"); -} -@font-face { - font-family: "navFont"; - src: url("fonts/black-magnet.regular.otf"); -} -@font-face { - font-family: "pageFont"; - src: url("fonts/Almendra.regular.ttf"); -} -@font-face { - font-family: "encryptedFont"; - src: url("fonts/Drachenklaue.ttf"); -} -@font-face { - font-family: "codeFont"; - src: url("fonts/blockblueprint.medium.ttf"); -} -pre:has(code) { - padding: 15px; - border-radius: 3%; -} - -code { - font-family: codeFont; - font-size: clamp(10pt, 1.5vw, 14pt); -} - -.jtab path { - stroke: #cccccc; -} -.jtab circle { - fill: #cccccc; - stroke: none; -} -.jtab circle + text { - fill: #121212; -} - -::-moz-selection { - background-color: #e9b074; - color: #121212; -} - -::selection { - background-color: #e9b074; - color: #121212; -} - -html { - background-color: rgb(29.475, 26.2875, 21.825); - background-image: url("images/rocky_wall.png"); -} - -header { - border-bottom: 5px solid #e9b074; - margin-bottom: 1rem; -} -header h1 { - font-family: headerTitle; - text-align: center; - font-size: clamp(16pt, 3vw, 72pt); -} -header nav { - text-align: center; - font-family: navFont; - font-size: clamp(16pt, 1.5vw, 24pt); - margin: 6%; -} -header nav > a { - padding: 3%; - margin: 3%; -} - -body { - color: #cccccc; - /* line-height: 1.5 */ - /* margin: 1rem */ - margin: 0 auto; - width: 50vw; - max-width: 900px; -} -body main { - background-color: rgba(18, 18, 18, 0.7); - border-radius: 2%; -} - -.directory { - padding: 3% 5%; -} - -@keyframes rise-and-shine { - 0% { - top: 0vh; - } - 100% { - top: -15vh; - } -} -@keyframes morningside { - 0% { - background: radial-gradient(circle at 15vw, #121212 60%, #9d1934); - } - 100% { - background: radial-gradient(circle at 7.5vw, #121212 66%, #9d1934); - } -} -.black-hole.wrap { - z-index: -1; - position: absolute; - top: -15vh; - text-align: center; - filter: drop-shadow(-5px 4px 20px rgba(157, 25, 52, 0.5)); - animation: rise-and-shine 5s ease-out; -} -.black-hole.wrap #black-hole { - width: 50vw; - max-width: 900px; - height: 50vw; - max-height: 900px; - margin: 0 auto; - shape-outside: circle(50%); - clip-path: circle(45vw); - background-color: #121212; - border-radius: 50%; - background: radial-gradient(circle at 7.5vw, #121212 66%, #9d1934); - animation: morningside 5s ease-in; - transform: rotate(-90deg); -} - -#page #title { - font-family: postTitle; - margin-left: 1.5vw; -} - -#content.page { - font-family: pageFont; - font-size: clamp(10pt, 1.5vw, 18pt); - margin: 5% 15% 0; - padding: 5% 0 5%; -} - -.expo > #title { - padding-top: 0px; -} - -#posts { - padding: 3% 10%; -} -#posts > a:has(.post) { - display: block; - transform: rotate(0deg); -} -#posts > a:has(.post) > .post { - box-shadow: none; - border: 1px solid rgba(255, 176, 116, 0.5); - transition: box-shadow 3s; -} -#posts > a:has(.post) > .post > p { - color: #cccccc; - font-family: postContent; - font-size: clamp(11pt, 1.2vw, 16pt); - margin: 2% 0; -} -#posts > a:has(.post) > .post > p::after { - content: " [ . . . ]"; - color: #9d1934; -} -#posts > a:has(.post) > .post > h2 { - font-size: clamp(14pt, 2.5vw, 20pt); - font-weight: 900; - margin: 0; -} -#posts > a:has(.post) > .post:hover { - box-shadow: inset 0 2px 16px #ffb074; -} -#posts > a:has(.post):nth-child(even) { - transform: rotate(3deg); - transition: transform 2s; -} -#posts > a:has(.post):nth-child(odd) { - transform: rotate(-3deg); - transition: transform 2s; -} -#posts > a:has(.post):hover { - transform: rotate(0deg); -} - -.post { - background-image: linear-gradient(to top right, #121212, rgba(74.1, 74.1, 74.1, 0.1)); - font-family: postTitle; - padding: 3%; - margin: 2% 0; - border-radius: 4%; -} - -#post { - font-family: postTitle; -} -#post #content { - margin: 0 10%; - font-family: postContent; - font-size: clamp(12pt, 1.1vw, 16pt); -} -#post #content img { - filter: saturate(0) contrast(1.75); -} -#post #content > img, #post #content > p > img { - margin: 2% auto; - max-width: 50%; - height: auto; - display: block; - border-top: 12px; - border-right: 12px; - border-left: 12px; - border-bottom: 48px; - border-color: #fff; - border-style: solid; - border-radius: 1%; -} -#post #content > img:nth-child(even), #post #content > p > img:nth-child(even) { - transform: rotate(2deg); -} -#post #content > img:nth-child(odd), #post #content > p > img:nth-child(odd) { - transform: rotate(-2deg); -} -#post #content > p:first-child::first-letter { - font-family: postFirstChar; - font-size: clamp(64pt, 3vw, 86pt); - float: left; - color: #e9b074; -} -#post #content figure { - display: flex; - flex-flow: column nowrap; - margin: 2% auto; - max-width: 50%; - height: auto; - border-top: 12px; - border-right: 12px; - border-left: 12px; - border-bottom: 24px; - border-color: #fff; - border-style: solid; - border-radius: 1%; - background-color: #fff; - text-align: center; -} -#post #content figure img { - width: 100%; -} -#post #content figure figcaption { - max-height: 10vh; -} -#post #content figure figcaption > p { - margin-top: 0; - margin-bottom: 0; - color: #121212; - font-family: postMatter; - font-size: clamp(9pt, 1.5vw, 14pt); - text-align: justify; -} -#post #content .footnotes { - font-size: clamp(9pt, 1vw, 12pt); - max-height: 33vh; - overflow-y: scroll; - background: no-repeat url("images/snek.svg") 33% center #cccccc; - border-bottom-left-radius: 5%; - border-bottom-right-radius: 5%; - margin-top: 10%; -} -#post #content .footnotes ol { - padding-left: 5%; -} -#post #content .footnotes li { - padding: 0 5%; - margin: 5% 5% 5% 0; - border-radius: 3%; - background-color: #e9b074; - color: #121212; - text-shadow: 0 0 4px #121212; - opacity: 85%; -} -#post #content .footnotes li::marker { - color: #9d1934; -} -#post #content h1, #post #content h2, #post #content h3, #post #content h4, #post #content h6 { - color: #e9b074; -} -#post h1:first-child { - text-align: center; - font-size: clamp(24pt, 2vw, 72pt); - color: #9d1934; - font-weight: bold; -} -#post #frontmatter { - width: 33%; - margin: 0 0 0 auto; - padding: 1%; - font-family: postMatter; -} -#post .terms { - max-width: 66%; - margin: 25px auto 0; - text-align: center; -} -#post .terms#label { - text-decoration: underline; -} -#post .terms#directory { - font-family: postMatter; - padding: 2% 0 4%; -} -#post .terms li { - display: inline-block; - margin: 0.5%; - font-weight: bold; -} -#post .terms li a { - display: block; - padding: 5px; - background-color: #9d1934; - color: #121212; - text-decoration: none; - border-radius: 5px; - transition: background-color 3s; -} -#post .terms li a:hover { - background-color: #e9b074; -} - -.page.category > div { - display: flex; - flex-flow: row nowrap; - justify-content: space-evenly; -} -.page.category > div > h1 { - font-family: catTerm; - flex-basis: 33vw; - font-size: clamp(16pt, 1.3vw, 24pt); -} -.page.category > div > p { - font-family: pageFont; - margin-left: 10%; - margin-right: 5%; - max-height: 15vh; - overflow-y: scroll; -} -.page.category > img { - width: 100%; - filter: saturate(0) contrast(1.75); -} - -#categories.expo > h1 { - font-family: catTerm; - font-size: clamp(24pt, 2vw, 32pt); -} - -#categories.directory { - padding-top: 0px; -} -#categories.directory > .category { - min-height: 66px; - background-position-y: 34%; - background-size: cover; - background-blend-mode: saturation; - filter: contrast(1.3); -} -#categories.directory > .category > h2 { - text-shadow: 2px 2px 5px #121212; - font-family: catTerm; -} -#categories.directory > .category > h2 + p { - display: none; -} -#categories.directory > .category:hover > h2 + p { - display: initial; - text-shadow: 2px 2px 5px #121212; - font-family: pageFont; - backdrop-filter: blur(3px); -} - -.page.tag > h1 { - font-family: postMatter; - font-size: clamp(24pt, 2vw, 32pt); -} - -#tags.expo > h1 { - font-family: postMatter; - font-size: clamp(24pt, 2vw, 32pt); -} - -#tags.directory { - padding-top: 0px; -} -#tags.directory > dl { - display: flex; - flex-wrap: wrap; - justify-content: center; - align-items: center; - align-content: space-around; - gap: 3%; -} -#tags.directory .tag.title { - font-family: postMatter; - font-weight: bold; - font-size: clamp(12pt, 1.5vw, 16pt); - background-color: #9d1934; - cursor: pointer; -} -#tags.directory .tag.title > a { - padding: 5px; - background-color: #9d1934; - color: #121212; - text-decoration: none; - border-radius: 5px; -} -#tags.directory .tag.title:hover + .tag.content::after { - display: inline-block; - position: absolute; - z-index: 1; - max-width: 10vw; - max-height: 15vh; - overflow: scroll; - background-color: #e9b074; - color: #121212; -} - -#home img { - max-width: 100%; - margin: 0 auto; -} - -footer { - border-top: 1px solid #e9b074; - margin-top: 1rem; - font-family: postMatter; - font-size: 14pt; -} - -a { - color: #9d1934; - text-decoration: none; -}/*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/themes/sukaato/assets/css/main.sass b/themes/sukaato/assets/css/main.sass deleted file mode 100644 index 5490e55..0000000 --- a/themes/sukaato/assets/css/main.sass +++ /dev/null @@ -1 +0,0 @@ -@forward './base/site' \ No newline at end of file diff --git a/themes/sukaato/assets/js/main.js b/themes/sukaato/assets/js/main.js deleted file mode 100644 index e2aac52..0000000 --- a/themes/sukaato/assets/js/main.js +++ /dev/null @@ -1 +0,0 @@ -console.log('This site was generated by Hugo.'); diff --git a/themes/sukaato/content/_index.md b/themes/sukaato/content/_index.md deleted file mode 100644 index 7d47e5b..0000000 --- a/themes/sukaato/content/_index.md +++ /dev/null @@ -1,9 +0,0 @@ -+++ -title = 'Home' -kind = 'home' -draft = true -+++ - -Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat -pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim -excepteur excepteur pariatur nostrud qui irure ullamco. diff --git a/themes/sukaato/content/categories/critical theory/_index.md b/themes/sukaato/content/categories/critical theory/_index.md deleted file mode 100644 index 5061341..0000000 --- a/themes/sukaato/content/categories/critical theory/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "critical theory" -summary = "The systematic critical analysis of systemic power relations in society, especially in their influence on or underpinning in normative communication, social knowledge production, and popular or conventionl concepts of values like \"truth\", with the normative aim of challenging or undermining those systemic power relations" -draft = false # @TODO creaste shortcode that toggles draft bool for each and every category -image = "/images/critical theory" -+++ diff --git a/themes/sukaato/content/categories/cultural studies/_index.md b/themes/sukaato/content/categories/cultural studies/_index.md deleted file mode 100644 index 2413f74..0000000 --- a/themes/sukaato/content/categories/cultural studies/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "cultural studies" -summary = "The systematic study or examination of the dynamics of contemporary culture--that is, a systematic study and examination of the process and conditions of cultural change as well as the role of culture in processes of social, political or economic change more broadly" -draft = false # @TODO creaste shortcode that toggles draft bool for each and every category -image = "/images/cultural studies" -+++ diff --git a/themes/sukaato/content/categories/ethnic studies/_index.md b/themes/sukaato/content/categories/ethnic studies/_index.md deleted file mode 100644 index c7fee4b..0000000 --- a/themes/sukaato/content/categories/ethnic studies/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "ethnic studies" -summary = "The systematic study of the production of difference, especially difference in terms of *marking* or culture, through the exercise of power, and the influence of difference, especially difference in terms of *marking* or culture, on the opportunities for and constrants on power" -draft = false # @TODO creaste shortcode that toggles draft bool for each and every category -image = "/images/ethnic studies" -+++ diff --git a/themes/sukaato/content/categories/feminist theory/_index.md b/themes/sukaato/content/categories/feminist theory/_index.md deleted file mode 100644 index a4ff855..0000000 --- a/themes/sukaato/content/categories/feminist theory/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Feminist Theory" -summary = "The systematic study of the phenomena and nature of gender inequality and the role of power in the production of gender difference, as well as examining those consequent differences and their impact in various social fields or domains" -draft = false # @TODO creaste shortcode that toggles draft bool for each and every category -image = "/images/feminist theory" -+++ diff --git a/themes/sukaato/content/categories/gender studies/_index.md b/themes/sukaato/content/categories/gender studies/_index.md deleted file mode 100644 index 244589a..0000000 --- a/themes/sukaato/content/categories/gender studies/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Gender Studies" -summary = "The systematic study of the phenomenon of gender identity, the ascription or perception of gender in bodies, behaviors or activities, and the social construction as well as performance of gender" -draft = false # @TODO creaste shortcode that toggles draft bool for each and every category -image = "/images/gender studies" -+++ diff --git a/themes/sukaato/content/categories/images/anthropology b/themes/sukaato/content/categories/images/anthropology deleted file mode 100644 index af66084..0000000 Binary files a/themes/sukaato/content/categories/images/anthropology and /dev/null differ diff --git a/themes/sukaato/content/categories/images/art b/themes/sukaato/content/categories/images/art deleted file mode 100644 index 5be8386..0000000 Binary files a/themes/sukaato/content/categories/images/art and /dev/null differ diff --git a/themes/sukaato/content/categories/images/biology b/themes/sukaato/content/categories/images/biology deleted file mode 100644 index 665108d..0000000 Binary files a/themes/sukaato/content/categories/images/biology and /dev/null differ diff --git a/themes/sukaato/content/categories/images/chemistry b/themes/sukaato/content/categories/images/chemistry deleted file mode 100644 index 6875a1b..0000000 Binary files a/themes/sukaato/content/categories/images/chemistry and /dev/null differ diff --git a/themes/sukaato/content/categories/images/computer science b/themes/sukaato/content/categories/images/computer science deleted file mode 100644 index 43aef99..0000000 Binary files a/themes/sukaato/content/categories/images/computer science and /dev/null differ diff --git a/themes/sukaato/content/categories/images/cosmology b/themes/sukaato/content/categories/images/cosmology deleted file mode 100644 index 063a813..0000000 Binary files a/themes/sukaato/content/categories/images/cosmology and /dev/null differ diff --git a/themes/sukaato/content/categories/images/critical theory b/themes/sukaato/content/categories/images/critical theory deleted file mode 100644 index 536cc39..0000000 Binary files a/themes/sukaato/content/categories/images/critical theory and /dev/null differ diff --git a/themes/sukaato/content/categories/images/cultural studies b/themes/sukaato/content/categories/images/cultural studies deleted file mode 100644 index 29212a9..0000000 Binary files a/themes/sukaato/content/categories/images/cultural studies and /dev/null differ diff --git a/themes/sukaato/content/categories/images/economics b/themes/sukaato/content/categories/images/economics deleted file mode 100644 index 72f674f..0000000 Binary files a/themes/sukaato/content/categories/images/economics and /dev/null differ diff --git a/themes/sukaato/content/categories/images/ethnic studies b/themes/sukaato/content/categories/images/ethnic studies deleted file mode 100644 index 1d0ae0a..0000000 Binary files a/themes/sukaato/content/categories/images/ethnic studies and /dev/null differ diff --git a/themes/sukaato/content/categories/images/feminist theory b/themes/sukaato/content/categories/images/feminist theory deleted file mode 100644 index 1b3f125..0000000 Binary files a/themes/sukaato/content/categories/images/feminist theory and /dev/null differ diff --git a/themes/sukaato/content/categories/images/gender studies b/themes/sukaato/content/categories/images/gender studies deleted file mode 100644 index b48f9f5..0000000 Binary files a/themes/sukaato/content/categories/images/gender studies and /dev/null differ diff --git a/themes/sukaato/content/categories/images/history b/themes/sukaato/content/categories/images/history deleted file mode 100644 index 851a947..0000000 Binary files a/themes/sukaato/content/categories/images/history and /dev/null differ diff --git a/themes/sukaato/content/categories/images/legal studies b/themes/sukaato/content/categories/images/legal studies deleted file mode 100644 index 6e6936d..0000000 Binary files a/themes/sukaato/content/categories/images/legal studies and /dev/null differ diff --git a/themes/sukaato/content/categories/images/literature b/themes/sukaato/content/categories/images/literature deleted file mode 100644 index 193526d..0000000 Binary files a/themes/sukaato/content/categories/images/literature and /dev/null differ diff --git a/themes/sukaato/content/categories/images/logic b/themes/sukaato/content/categories/images/logic deleted file mode 100644 index 1586679..0000000 Binary files a/themes/sukaato/content/categories/images/logic and /dev/null differ diff --git a/themes/sukaato/content/categories/images/mathematics b/themes/sukaato/content/categories/images/mathematics deleted file mode 100644 index 9bbabfd..0000000 Binary files a/themes/sukaato/content/categories/images/mathematics and /dev/null differ diff --git a/themes/sukaato/content/categories/images/philosophy b/themes/sukaato/content/categories/images/philosophy deleted file mode 100644 index af7aeb0..0000000 Binary files a/themes/sukaato/content/categories/images/philosophy and /dev/null differ diff --git a/themes/sukaato/content/categories/images/physics b/themes/sukaato/content/categories/images/physics deleted file mode 100644 index 038dba5..0000000 Binary files a/themes/sukaato/content/categories/images/physics and /dev/null differ diff --git a/themes/sukaato/content/categories/images/political science b/themes/sukaato/content/categories/images/political science deleted file mode 100644 index e356672..0000000 Binary files a/themes/sukaato/content/categories/images/political science and /dev/null differ diff --git a/themes/sukaato/content/categories/images/psychoanalysis b/themes/sukaato/content/categories/images/psychoanalysis deleted file mode 100644 index e9e70e7..0000000 Binary files a/themes/sukaato/content/categories/images/psychoanalysis and /dev/null differ diff --git a/themes/sukaato/content/categories/images/psychology b/themes/sukaato/content/categories/images/psychology deleted file mode 100644 index c366dfb..0000000 Binary files a/themes/sukaato/content/categories/images/psychology and /dev/null differ diff --git a/themes/sukaato/content/categories/images/queer theory b/themes/sukaato/content/categories/images/queer theory deleted file mode 100644 index a2edfc4..0000000 Binary files a/themes/sukaato/content/categories/images/queer theory and /dev/null differ diff --git a/themes/sukaato/content/categories/images/religious studies b/themes/sukaato/content/categories/images/religious studies deleted file mode 100644 index ccaaee1..0000000 Binary files a/themes/sukaato/content/categories/images/religious studies and /dev/null differ diff --git a/themes/sukaato/content/categories/images/sexuality studies b/themes/sukaato/content/categories/images/sexuality studies deleted file mode 100644 index 0c72981..0000000 Binary files a/themes/sukaato/content/categories/images/sexuality studies and /dev/null differ diff --git a/themes/sukaato/content/categories/images/sociology b/themes/sukaato/content/categories/images/sociology deleted file mode 100644 index dace843..0000000 Binary files a/themes/sukaato/content/categories/images/sociology and /dev/null differ diff --git a/themes/sukaato/content/categories/images/statistics b/themes/sukaato/content/categories/images/statistics deleted file mode 100644 index 6120605..0000000 Binary files a/themes/sukaato/content/categories/images/statistics and /dev/null differ diff --git a/themes/sukaato/content/categories/philosophy/_index.md b/themes/sukaato/content/categories/philosophy/_index.md deleted file mode 100644 index 1663410..0000000 --- a/themes/sukaato/content/categories/philosophy/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Philosophy" -summary = "The systematic normative study of the relationships among concepts, typically for purposes of sharpening discrimination of worldviews and developing perceptual or normative discernment" -draft = false # @TODO creaste shortcode that toggles draft bool for each and every category -image = "/images/philosophy" -+++ diff --git a/themes/sukaato/content/categories/psychoanalysis/_index.md b/themes/sukaato/content/categories/psychoanalysis/_index.md deleted file mode 100644 index 574cbc0..0000000 --- a/themes/sukaato/content/categories/psychoanalysis/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Psychoanalysis" -summary = "The development or application of a set of theories or techniques whereby meanings or implications that occur independent of the subject's/self's/agent's awareness/intention when self-expressing are interpreted or extracted, with the aim of disrupting, destabilizing or challenging the established self- or life narrative of that subject/self/agent and its role in their system of behavior" -draft = false # @TODO creaste shortcode that toggles draft bool for each and every category -image = "/images/psychoanalysis" -+++ diff --git a/themes/sukaato/content/categories/psychology/_index.md b/themes/sukaato/content/categories/psychology/_index.md deleted file mode 100644 index e440c90..0000000 --- a/themes/sukaato/content/categories/psychology/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Psychology" -summary = "The plausible positing and repeated empirical corroboration of hypotheses explaining collections of mental and behavioral facts, the mathematical modeling of relationships among mental or behavioral factors, and the statistical analysis of observed patterns of mental activity or behavior" -draft = false # @TODO creaste shortcode that toggles draft bool for each and every category -image = "/images/psychology" -+++ diff --git a/themes/sukaato/content/categories/queer theory/_index.md b/themes/sukaato/content/categories/queer theory/_index.md deleted file mode 100644 index 88267d5..0000000 --- a/themes/sukaato/content/categories/queer theory/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Queer Theory" -summary = "The systematic study and theorization of those gender or gender-related phenomena as well as sexual practices which challenge heteronormativity or destabilize heterosexuality as a fixed and wholly exclusive or \"untainted\" category" -draft = false # @TODO creaste shortcode that toggles draft bool for each and every category -image = "/images/queer theory" -+++ diff --git a/themes/sukaato/content/categories/sexuality studies/_index.md b/themes/sukaato/content/categories/sexuality studies/_index.md deleted file mode 100644 index 8db40ac..0000000 --- a/themes/sukaato/content/categories/sexuality studies/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Sexuality Studies" -summary = "The systematic study of the concept of sexuality and the phenomenon of sexual identity, the ascription or perception of sexuality or sexual categories for activities or behaviors, and the social construction of sexuality or sexiness, as well as the performance of sex or 'sexiness'" -draft = false # @TODO creaste shortcode that toggles draft bool for each and every category -image = "/images/sexuality studies" -+++ diff --git a/themes/sukaato/content/categories/sociology/_index.md b/themes/sukaato/content/categories/sociology/_index.md deleted file mode 100644 index 768d957..0000000 --- a/themes/sukaato/content/categories/sociology/_index.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Sociology" -summary = "The plausible positing and repeated empirical corroboration of hypotheses explaining collections of facts regarding persistent interaction among agents or the behavior of agents that share an infrastructure they are embedded in; the mathematical modeling of relationships among factors involved in such persistent interaction, shared infrastructure or coordinated action among agents; and the statistical analysis of observed patterns within interactions between agents, in the impacts of shared infrastructure upon agents, and the outcomes of strategies or tactics of coordination among agents." -draft = false # @TODO creaste shortcode that toggles draft bool for each and every category -image = "/images/sociology" -+++ diff --git a/themes/sukaato/content/posts/post-1/index.md b/themes/sukaato/content/posts/post-1/index.md deleted file mode 100644 index e8fbce6..0000000 --- a/themes/sukaato/content/posts/post-1/index.md +++ /dev/null @@ -1,38 +0,0 @@ -+++ -title = 'Post 1' -date = 2025-01-15T09:00:00-07:00 -draft = true -tags = ['red'] -type = 'post' -categories = ['philosophy'] -author = 'admin' -style = 'prose' -editor = 'admin' -hidden = false -+++ - -Tempor proident minim aliquip reprehenderit dolor et ad anim Lorem duis sint eiusmod. Labore ut ea duis dolor. Incididunt consectetur proident qui occaecat incididunt do nisi Lorem. Tempor do laborum elit laboris excepteur eiusmod do. Eiusmod nisi excepteur ut amet pariatur adipisicing Lorem. - -```mermaid {class="mermaid"} -sequenceDiagram - participant Alice - participant Bob - Alice->>John: Hello John, how are you? - loop Healthcheck - John->>John: Fight against hypochondria - end - Note right of John: Rational thoughts
prevail! - John-->>Alice: Great! - John->>Bob: How about you? - Bob-->>John: Jolly good! -``` - -Occaecat nulla excepteur dolore excepteur duis eiusmod ullamco officia anim in voluptate ea occaecat officia. Cillum sint esse velit ea officia minim fugiat. Elit ea esse id aliquip pariatur cupidatat id duis minim incididunt ea ea. - -```goat -.---. .-. .-. .-. .---. -| A +--->| 1 |<--->| 2 |<--->| 3 |<---+ B | -'---' '-' '+' '+' '---' -``` - -Anim ut duis sunt nisi. Culpa cillum sit voluptate voluptate eiusmod dolor. Enim nisi Lorem ipsum irure est excepteur voluptate eu in enim nisi. Nostrud ipsum Lorem anim sint labore consequat do. diff --git a/themes/sukaato/content/posts/post-2/index.md b/themes/sukaato/content/posts/post-2/index.md deleted file mode 100644 index 085b514..0000000 --- a/themes/sukaato/content/posts/post-2/index.md +++ /dev/null @@ -1,31 +0,0 @@ -+++ -title = 'Post 2' -date = 2025-02-15T10:00:00-07:00 -draft = true -tags = ['red'] -type = 'post' -categories = ['philosophy'] -author = 'admin' -+++ - -Anim eiusmod irure incididunt sint cupidatat. Incididunt irure irure irure nisi ipsum do ut quis fugiat consectetur proident cupidatat incididunt cillum. Dolore voluptate occaecat qui mollit laborum ullamco et. Ipsum laboris officia anim laboris culpa eiusmod ex magna ex cupidatat anim ipsum aute. Mollit aliquip occaecat qui sunt velit ut cupidatat reprehenderit enim sunt laborum. Velit veniam in officia nulla adipisicing ut duis officia. - -$$ E = mc^2 $$ - -Exercitation voluptate irure in irure tempor mollit Lorem nostrud ad officia. Velit id fugiat occaecat do tempor. Sit officia Lorem aliquip eu deserunt consectetur. - -```mermaid -timeline - title History of Social Media Platform - 2002 : LinkedIn - 2004 : Facebook - : Google - 2005 : Youtube - 2006 : Twitter -``` - -Aute proident deserunt in nulla aliquip dolore ipsum Lorem ut cupidatat consectetur sit sint laborum. Esse cupidatat sit sint sunt tempor exercitation deserunt. Labore dolor duis laborum est do nisi ut veniam dolor et nostrud nostrud. - -```javascript -document.getElementById("test") -``` diff --git a/themes/sukaato/content/posts/post-3/bryce-canyon.jpg b/themes/sukaato/content/posts/post-3/bryce-canyon.jpg deleted file mode 100644 index 9a923be..0000000 Binary files a/themes/sukaato/content/posts/post-3/bryce-canyon.jpg and /dev/null differ diff --git a/themes/sukaato/content/posts/post-3/index.md b/themes/sukaato/content/posts/post-3/index.md deleted file mode 100644 index 8336578..0000000 --- a/themes/sukaato/content/posts/post-3/index.md +++ /dev/null @@ -1,39 +0,0 @@ -+++ -title = 'Post 3' -date = 2025-03-15T11:00:00-07:00 -draft = true -tags = ['red','green','blue'] -type = 'post' -categories = ['philosophy'] -author = 'admin' -+++ - - - -Occaecat **aliqua consequat** laborum ut ex aute *aliqua* culpa quis irure esse magna dolore quis. Proident fugiat labore eu laboris officia Lorem enim. Ipsum occaecat cillum ut tempor id sint aliqua incididunt nisi incididunt reprehenderit. - -```abc {instrument="guitar"} -X:1 -T:Grace notes -M:6/8 -K:C -{g}A3 A{g}AA|{gAGAG}A3 {g}A{d}A{e}A|] -``` - -```tab -%7/2.X/X.7/3.7/4.6/1.X/X[Bm7b5] -``` - -Voluptate ad minim sint est aute aliquip esse occaecat tempor officia qui sunt. Aute ex ipsum id ut in est velit est laborum incididunt. Aliqua qui id do esse sunt eiusmod id deserunt eu nostrud aute sit ipsum. Deserunt esse cillum Lorem non magna adipisicing mollit amet consequat. - -![Bryce Canyon National Park](bryce-canyon.jpg) - -Sit excepteur do velit veniam mollit in nostrud laboris incididunt ea. Amet eu cillum ut reprehenderit culpa aliquip labore laborum amet sit sit duis. Laborum id proident nostrud dolore laborum reprehenderit quis mollit nulla amet veniam officia id id. Aliquip in deserunt qui magna duis qui pariatur officia sunt deserunt. - -{{< figure - src="bryce-canyon.jpg" - alt="A photograph of Zion National Park" - link="https://www.nps.gov/zion/index.htm" - caption="Zion National Park" - class="ma0 w-75" ->}} diff --git a/themes/sukaato/hugo.toml b/themes/sukaato/hugo.toml deleted file mode 100644 index 8c708c5..0000000 --- a/themes/sukaato/hugo.toml +++ /dev/null @@ -1,56 +0,0 @@ -# baseURL = 'https://example.org/' -languageCode = 'en-US' -# title = 'My New Hugo Site' -contentDir = "content" - -[markup] - [markup.highlight] - style = 'average' - lineNos = true - - [markup.goldmark] - [markup.goldmark.extensions] - [markup.goldmark.extensions.passthrough] - enable = true - [markup.goldmark.extensions.passthrough.delimiters] - block = [['\[', '\]'], ['$$', '$$']] - inline = [['\(', '\)']] - -[pagination] -disableAliases = false -pagerSize = 10 -path = 'page' - -[[menus.main]] -name = 'Home' -pageRef = '/' -weight = 10 - -[[menus.main]] -name = 'Posts' -pageRef = '/posts' -weight = 20 - -[[menus.main]] -name = 'Tags' -pageRef = '/tags' -weight = 30 - -[[menus.main]] -name = 'Categories' -pageRef = '/categories' -weight = 30 - -[taxonomies] -category = "categories" -# @TODO work on building below taxonomies -editor = "editors" -# style = "styles" - -[module] - [module.hugoVersion] - extended = false - min = "0.116.0" - -[params] -math = true \ No newline at end of file diff --git a/themes/sukaato/layouts/_default/_markup/render-codeblock-abc.html b/themes/sukaato/layouts/_default/_markup/render-codeblock-abc.html deleted file mode 100644 index 470186f..0000000 --- a/themes/sukaato/layouts/_default/_markup/render-codeblock-abc.html +++ /dev/null @@ -1,4 +0,0 @@ -
-    {{ .Inner | htmlEscape | safeHTML }}
-
-{{ .Page.Store.Set "hasAbc" true }} \ No newline at end of file diff --git a/themes/sukaato/layouts/_default/_markup/render-codeblock-mermaid.html b/themes/sukaato/layouts/_default/_markup/render-codeblock-mermaid.html deleted file mode 100644 index 395dc0f..0000000 --- a/themes/sukaato/layouts/_default/_markup/render-codeblock-mermaid.html +++ /dev/null @@ -1,4 +0,0 @@ -
-    {{ .Inner | htmlEscape | safeHTML }}
-
-{{ .Page.Store.Set "hasMermaid" true }} \ No newline at end of file diff --git a/themes/sukaato/layouts/_default/_markup/render-codeblock-tab.html b/themes/sukaato/layouts/_default/_markup/render-codeblock-tab.html deleted file mode 100644 index d675969..0000000 --- a/themes/sukaato/layouts/_default/_markup/render-codeblock-tab.html +++ /dev/null @@ -1,4 +0,0 @@ -
-    {{ .Inner | htmlEscape | safeHTML }}
-
-{{ .Page.Store.Set "hasTab" true }} \ No newline at end of file diff --git a/themes/sukaato/layouts/_default/baseof.html b/themes/sukaato/layouts/_default/baseof.html deleted file mode 100644 index a92fd34..0000000 --- a/themes/sukaato/layouts/_default/baseof.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - {{ partial "head.html" . }} - -{{ partial "audio_autoplay.html" . }} - -
- {{ partial "header.html" . }} -
-
-
-
-
-
-
- {{ block "expo" . }}{{ end }} - {{ block "main" . }}{{ end }} -
- - {{ if .Param "math" }} - {{ partialCached "math.html" . }} - {{ end }} - {{ if .Store.Get "hasMermaid" }} - {{ partialCached "diagram.html" . }} - {{ end }} - {{ if .Store.Get "hasAbc" }} - {{ partialCached "music-notation.html" . }} - {{ end }} - {{ if .Store.Get "hasTab" }} - {{ partialCached "tablature-notation.html" . }} - {{ end }} - - diff --git a/themes/sukaato/layouts/_default/home.html b/themes/sukaato/layouts/_default/home.html deleted file mode 100644 index ff269d4..0000000 --- a/themes/sukaato/layouts/_default/home.html +++ /dev/null @@ -1,7 +0,0 @@ -{{ define "main" }} -
-
- {{ .Content }} -
-
-{{ end }} diff --git a/themes/sukaato/layouts/_default/list.html b/themes/sukaato/layouts/_default/list.html deleted file mode 100644 index b4eb5e4..0000000 --- a/themes/sukaato/layouts/_default/list.html +++ /dev/null @@ -1,17 +0,0 @@ -{{ define "main" }} - {{ with .Content }} -
- {{ . }} -
- {{ end }} -
- {{ range .Paginator.Pages }} - -
-

{{ .LinkTitle }}

-

{{ .Summary }}

-
-
- {{ end }}{{ template "_internal/pagination.html" . }} -
-{{ end }} diff --git a/themes/sukaato/layouts/_default/single.html b/themes/sukaato/layouts/_default/single.html deleted file mode 100644 index 1e731c2..0000000 --- a/themes/sukaato/layouts/_default/single.html +++ /dev/null @@ -1,37 +0,0 @@ -{{ define "main" }} -
-

{{ .Title }}

-
- {{ if ne .PublishDate nil }} - {{ $dateMachine := .PublishDate | time.Format "2006-01-02T15:04:05-07:00" }} - {{ $dateHuman := .PublishDate | time.Format "2 Jan 2006" }} - - {{ else }} - {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} - {{ $dateHuman := .Date | time.Format "2 Jan 2006" }} - - {{ end }} - {{ with .Params.author }} -

Written by {{ . }}

- {{ end }} - {{ if ne .Params.editor .Params.author }} -

Edited by {{ .Params.editor }}

- {{ end }} - {{ with .Params.translator }} -

Translated by {{ . }}

- {{ end }} -
-
- {{ .Content }} -
- - {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} -
-{{ end }} diff --git a/themes/sukaato/layouts/categories/list.html b/themes/sukaato/layouts/categories/list.html deleted file mode 100644 index 713e500..0000000 --- a/themes/sukaato/layouts/categories/list.html +++ /dev/null @@ -1,31 +0,0 @@ -{{ define "main" }} -
-
-

{{ .Title }}

- {{ with .Summary }} -

{{ . }}

- {{ end }} -
- {{ if ne .Params.image nil }} - {{ $path := print ".." .Params.image }} - {{ lower .Title }}_image - {{ else }} - @TODO: 404 image goes here - {{ end }} -
- {{ with .Content }} -
- {{ . }} -
- {{ end }} -
- {{ range .Paginator.Pages }} - -
-

{{ .LinkTitle }}

-

{{ .Summary }}

-
-
- {{ end }}{{ template "_internal/pagination.html" . }} -
-{{ end }} diff --git a/themes/sukaato/layouts/categories/terms.html b/themes/sukaato/layouts/categories/terms.html deleted file mode 100644 index 1f99e16..0000000 --- a/themes/sukaato/layouts/categories/terms.html +++ /dev/null @@ -1,24 +0,0 @@ -{{ define "expo" }} -
-

{{ .Title }}

-

{{ .Content }}

-
-{{ end }} -{{ define "main" }} -
- {{ range .Data.Pages }} - {{ if ne .Params.image nil }} - {{ $path := print "." .Params.image }} -
- {{ else }} -
- {{ end }} -

{{ .Title }}

- - {{ with .Summary }} -

{{ . }}

- {{ end }} -
- {{ end }} -
-{{ end }} diff --git a/themes/sukaato/layouts/partials/audio_autoplay.html b/themes/sukaato/layouts/partials/audio_autoplay.html deleted file mode 100644 index b97ce8e..0000000 --- a/themes/sukaato/layouts/partials/audio_autoplay.html +++ /dev/null @@ -1,7 +0,0 @@ - - \ No newline at end of file diff --git a/themes/sukaato/layouts/partials/diagram.html b/themes/sukaato/layouts/partials/diagram.html deleted file mode 100644 index 7281087..0000000 --- a/themes/sukaato/layouts/partials/diagram.html +++ /dev/null @@ -1,7 +0,0 @@ - \ No newline at end of file diff --git a/themes/sukaato/layouts/partials/footer.html b/themes/sukaato/layouts/partials/footer.html deleted file mode 100644 index a7cd916..0000000 --- a/themes/sukaato/layouts/partials/footer.html +++ /dev/null @@ -1 +0,0 @@ -

Copyright {{ now.Year }}. All rights reserved.

diff --git a/themes/sukaato/layouts/partials/head.html b/themes/sukaato/layouts/partials/head.html deleted file mode 100644 index 02c2240..0000000 --- a/themes/sukaato/layouts/partials/head.html +++ /dev/null @@ -1,5 +0,0 @@ - - -{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} -{{ partialCached "head/css.html" . }} -{{ partialCached "head/js.html" . }} diff --git a/themes/sukaato/layouts/partials/head/css.html b/themes/sukaato/layouts/partials/head/css.html deleted file mode 100644 index 91b928d..0000000 --- a/themes/sukaato/layouts/partials/head/css.html +++ /dev/null @@ -1,9 +0,0 @@ -{{- with resources.Get "css/main.css" }} - {{- if eq hugo.Environment "development" }} - - {{- else }} - {{- with . | minify | fingerprint }} - - {{- end }} - {{- end }} -{{- end }} diff --git a/themes/sukaato/layouts/partials/head/js.html b/themes/sukaato/layouts/partials/head/js.html deleted file mode 100644 index 18fe842..0000000 --- a/themes/sukaato/layouts/partials/head/js.html +++ /dev/null @@ -1,12 +0,0 @@ -{{- with resources.Get "js/main.js" }} - {{- if eq hugo.Environment "development" }} - {{- with . | js.Build }} - - {{- end }} - {{- else }} - {{- $opts := dict "minify" true }} - {{- with . | js.Build $opts | fingerprint }} - - {{- end }} - {{- end }} -{{- end }} diff --git a/themes/sukaato/layouts/partials/header.html b/themes/sukaato/layouts/partials/header.html deleted file mode 100644 index a55a972..0000000 --- a/themes/sukaato/layouts/partials/header.html +++ /dev/null @@ -1,2 +0,0 @@ -

{{ site.Title }}

-{{ partial "menu.html" (dict "menuID" "main" "page" .) }} diff --git a/themes/sukaato/layouts/partials/math.html b/themes/sukaato/layouts/partials/math.html deleted file mode 100644 index b5c6fa0..0000000 --- a/themes/sukaato/layouts/partials/math.html +++ /dev/null @@ -1,15 +0,0 @@ - - \ No newline at end of file diff --git a/themes/sukaato/layouts/partials/menu.html b/themes/sukaato/layouts/partials/menu.html deleted file mode 100644 index d7a084a..0000000 --- a/themes/sukaato/layouts/partials/menu.html +++ /dev/null @@ -1,51 +0,0 @@ -{{- /* -Renders a menu for the given menu ID. - -@context {page} page The current page. -@context {string} menuID The menu ID. - -@example: {{ partial "menu.html" (dict "menuID" "main" "page" .) }} -*/}} - -{{- $page := .page }} -{{- $menuID := .menuID }} - -{{- with index site.Menus $menuID }} - -{{- end }} - -{{- define "partials/inline/menu/walk.html" }} - {{- $page := .page }} - {{- range .menuEntries }} - {{- $attrs := dict "href" .URL }} - {{- if $page.IsMenuCurrent .Menu . }} - {{- $attrs = merge $attrs (dict "class" "active" "aria-current" "page") }} - {{- else if $page.HasMenuCurrent .Menu .}} - {{- $attrs = merge $attrs (dict "class" "ancestor" "aria-current" "true") }} - {{- end }} - {{- $name := .Name }} - {{- with .Identifier }} - {{- with T . }} - {{- $name = . }} - {{- end }} - {{- end }} - - {{ $name }} - {{- with .Children }} - - {{- end }} - - {{- end }} -{{- end }} diff --git a/themes/sukaato/layouts/partials/music-notation.html b/themes/sukaato/layouts/partials/music-notation.html deleted file mode 100644 index 3eb07b1..0000000 --- a/themes/sukaato/layouts/partials/music-notation.html +++ /dev/null @@ -1,10 +0,0 @@ - - \ No newline at end of file diff --git a/themes/sukaato/layouts/partials/tablature-notation.html b/themes/sukaato/layouts/partials/tablature-notation.html deleted file mode 100644 index 4c93fec..0000000 --- a/themes/sukaato/layouts/partials/tablature-notation.html +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/themes/sukaato/layouts/partials/terms.html b/themes/sukaato/layouts/partials/terms.html deleted file mode 100644 index 98609e9..0000000 --- a/themes/sukaato/layouts/partials/terms.html +++ /dev/null @@ -1,23 +0,0 @@ -{{- /* -For a given taxonomy, renders a list of terms assigned to the page. - -@context {page} page The current page. -@context {string} taxonomy The taxonomy. - -@example: {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} -*/}} - -{{- $page := .page }} -{{- $taxonomy := .taxonomy }} - -{{- with $page.GetTerms $taxonomy }} - {{- $label := (index . 0).Parent.LinkTitle }} -
-
{{ $label }}:
- -
-{{- end }} diff --git a/themes/sukaato/layouts/tags/list.html b/themes/sukaato/layouts/tags/list.html deleted file mode 100644 index 51ad8fc..0000000 --- a/themes/sukaato/layouts/tags/list.html +++ /dev/null @@ -1,28 +0,0 @@ -{{ define "main" }} -
-

{{ .Title }}

- {{ with .Summary }} -

{{ . }}

- {{ end }} - {{ with .Params.image }} - {{ $path := print ".." .Params.image }} - {{ lower .Title }}_image - {{ end }} - -
- {{ with .Content }} -
- {{ . }} -
- {{ end }} -
- {{ range .Paginator.Pages }} - -
-

{{ .LinkTitle }}

-

{{ .Summary }}

-
-
- {{ end }}{{ template "_internal/pagination.html" . }} -
-{{ end }} diff --git a/themes/sukaato/layouts/tags/terms.html b/themes/sukaato/layouts/tags/terms.html deleted file mode 100644 index fc62b6f..0000000 --- a/themes/sukaato/layouts/tags/terms.html +++ /dev/null @@ -1,18 +0,0 @@ -{{ define "expo" }} -
-

{{ .Title }}

-

{{ .Content }}

-
-{{ end }} -{{ define "main" }} -
-
- {{ range .Data.Pages }} -
{{ .Title }}
- {{ with .Summary }} -
{{ . }}
- {{ end }} - {{ end }} -
-
-{{ end }} diff --git a/themes/sukaato/static/audio/dark-folktronica.mp3 b/themes/sukaato/static/audio/dark-folktronica.mp3 deleted file mode 100644 index 1a258be..0000000 Binary files a/themes/sukaato/static/audio/dark-folktronica.mp3 and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/Almendra.regular.ttf b/themes/sukaato/static/css/fonts/Almendra.regular.ttf deleted file mode 100644 index 672d6ae..0000000 Binary files a/themes/sukaato/static/css/fonts/Almendra.regular.ttf and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/CaesarDressing.regular.ttf b/themes/sukaato/static/css/fonts/CaesarDressing.regular.ttf deleted file mode 100644 index 87cfa2f..0000000 Binary files a/themes/sukaato/static/css/fonts/CaesarDressing.regular.ttf and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/Cronicle.ttf b/themes/sukaato/static/css/fonts/Cronicle.ttf deleted file mode 100644 index 97d97f1..0000000 Binary files a/themes/sukaato/static/css/fonts/Cronicle.ttf and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/Drachenklaue.ttf b/themes/sukaato/static/css/fonts/Drachenklaue.ttf deleted file mode 100644 index 2975020..0000000 Binary files a/themes/sukaato/static/css/fonts/Drachenklaue.ttf and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/Satanic_Demon.ttf b/themes/sukaato/static/css/fonts/Satanic_Demon.ttf deleted file mode 100644 index 972ef86..0000000 Binary files a/themes/sukaato/static/css/fonts/Satanic_Demon.ttf and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/arta-machine.blackletter.otf b/themes/sukaato/static/css/fonts/arta-machine.blackletter.otf deleted file mode 100644 index 177403f..0000000 Binary files a/themes/sukaato/static/css/fonts/arta-machine.blackletter.otf and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/black-magnet.regular.otf b/themes/sukaato/static/css/fonts/black-magnet.regular.otf deleted file mode 100644 index f5b16f8..0000000 Binary files a/themes/sukaato/static/css/fonts/black-magnet.regular.otf and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/blockblueprint.medium.ttf b/themes/sukaato/static/css/fonts/blockblueprint.medium.ttf deleted file mode 100644 index 17afc37..0000000 Binary files a/themes/sukaato/static/css/fonts/blockblueprint.medium.ttf and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/erika-pl.regular.ttf b/themes/sukaato/static/css/fonts/erika-pl.regular.ttf deleted file mode 100644 index dd34d45..0000000 Binary files a/themes/sukaato/static/css/fonts/erika-pl.regular.ttf and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/faustus.regular.ttf b/themes/sukaato/static/css/fonts/faustus.regular.ttf deleted file mode 100644 index e7f037c..0000000 Binary files a/themes/sukaato/static/css/fonts/faustus.regular.ttf and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/goudy-initialen.regular.ttf b/themes/sukaato/static/css/fonts/goudy-initialen.regular.ttf deleted file mode 100644 index 49f57f3..0000000 Binary files a/themes/sukaato/static/css/fonts/goudy-initialen.regular.ttf and /dev/null differ diff --git a/themes/sukaato/static/css/fonts/vinque.regular.otf b/themes/sukaato/static/css/fonts/vinque.regular.otf deleted file mode 100644 index 0e99cd7..0000000 Binary files a/themes/sukaato/static/css/fonts/vinque.regular.otf and /dev/null differ diff --git a/themes/sukaato/static/css/images/crackled_texture.png b/themes/sukaato/static/css/images/crackled_texture.png deleted file mode 100644 index a01fbd0..0000000 Binary files a/themes/sukaato/static/css/images/crackled_texture.png and /dev/null differ diff --git a/themes/sukaato/static/css/images/handmade-paper.png b/themes/sukaato/static/css/images/handmade-paper.png deleted file mode 100644 index 6443442..0000000 Binary files a/themes/sukaato/static/css/images/handmade-paper.png and /dev/null differ diff --git a/themes/sukaato/static/css/images/parchment.jpg b/themes/sukaato/static/css/images/parchment.jpg deleted file mode 100644 index d9ef7e2..0000000 Binary files a/themes/sukaato/static/css/images/parchment.jpg and /dev/null differ diff --git a/themes/sukaato/static/css/images/rocky_wall.png b/themes/sukaato/static/css/images/rocky_wall.png deleted file mode 100644 index 2af6fb4..0000000 Binary files a/themes/sukaato/static/css/images/rocky_wall.png and /dev/null differ diff --git a/themes/sukaato/static/css/images/snek.svg b/themes/sukaato/static/css/images/snek.svg deleted file mode 100644 index 36acdc3..0000000 --- a/themes/sukaato/static/css/images/snek.svg +++ /dev/null @@ -1,1955 +0,0 @@ - - - - -Created by potrace 1.15, written by Peter Selinger 2001-2017 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/sukaato/static/favicon.ico b/themes/sukaato/static/favicon.ico deleted file mode 100644 index 67f8b77..0000000 Binary files a/themes/sukaato/static/favicon.ico and /dev/null differ diff --git a/themes/sukaato/theme.toml b/themes/sukaato/theme.toml deleted file mode 100644 index 3ba3164..0000000 --- a/themes/sukaato/theme.toml +++ /dev/null @@ -1,31 +0,0 @@ -name = 'Theme name' -license = 'MIT' -licenselink = 'https://github.com/owner/repo/LICENSE' -description = 'Theme description' - -# The home page of the theme, where the source can be found -homepage = 'https://github.com/owner/repo' - -# If you have a running demo of the theme -demosite = 'https://owner.github.io/repo' - -# Taxonomy terms -tags = ['blog', 'company'] -features = ['some', 'awesome', 'features'] - -# If the theme has multiple authors -authors = [ - {name = 'Name of author', homepage = 'Website of author'}, - {name = 'Name of author', homepage = 'Website of author'} -] - -# If the theme has a single author -[author] - name = 'Your name' - homepage = 'Your website' - -# If porting an existing theme -[original] - author = 'Name of original author' - homepage = 'Website of original author' - repo = 'https://github.com/owner/repo'