diff --git a/.gitignore b/.gitignore index 4749314..caa3e21 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /public/ assets/jsconfig.json /.idea/ +/content/.obsidian/ \ No newline at end of file diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 490800d..12c1baf 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -26,15 +26,6 @@ url = "https://www.youtube.com/channel/UCIk0qQcaVTxhfTD9sK_0PtQ" [social.params] icon = "brand-youtube" -[[social]] -identifier = "discord" -name = "Discord" -weight = 4 -url = "https://discord.com/invite/b48D4m8jNs" - -[social.params] -icon = "brand-discord" - [[social]] identifier = "email" name = "Email" diff --git a/content/post/butter-engine-april2023/featured-image.png b/content/post/butter-engine-april2023/featured-image.png deleted file mode 100644 index b1d57e8..0000000 Binary files a/content/post/butter-engine-april2023/featured-image.png and /dev/null differ diff --git a/content/post/butter-engine-april2023/index.md b/content/post/butter-engine-april2023/index.md deleted file mode 100644 index e792e1e..0000000 --- a/content/post/butter-engine-april2023/index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Butter Engine: April 2023" -date: 2022-08-21T15:02:56-04:00 -lastmod: 2022-08-21T16:02:56-04:00 -# date: YEAR-MONTH-DAYTHOUR:MINUTE:SECOND-04:00 -draft: true - -# author: "LitlToast" -# authorLink: "https://higgy999.github.io" -description: "A lot has changed, let's jump right in." -image: "featured-image.png" - -tags: ["Butter Engine", "Update", "Programming"] -categories: ["butterengine"] ---- - -Butter Engine (Java): UI, Physics, and Maps Post -Now in Rust, Java struggles -Whats Rust Like \ No newline at end of file diff --git a/content/post/the-ultimate-beeper-guide-2024/index.md b/content/post/the-ultimate-beeper-guide-2024/index.md index 9f0def0..ce012c8 100644 --- a/content/post/the-ultimate-beeper-guide-2024/index.md +++ b/content/post/the-ultimate-beeper-guide-2024/index.md @@ -1,7 +1,7 @@ --- title: "The Ultimate Beeper-iMessage Guide: 2024" date: 2024-03-24T01:00:00-04:00 -lastmod: 2024-05-4T01:00:00-04:00 +lastmod: 2024-05-04T01:00:00-04:00 draft: false description: "The One Guide to Rule Them All (for at least 2024)" diff --git a/themes/hugo-theme-stack/assets/scss/partials/article.scss b/themes/hugo-theme-stack/assets/scss/partials/article.scss index cb867e1..5696806 100644 --- a/themes/hugo-theme-stack/assets/scss/partials/article.scss +++ b/themes/hugo-theme-stack/assets/scss/partials/article.scss @@ -34,14 +34,14 @@ } } - @for $i from 1 through length($defaultTagBackgrounds) { - &:nth-child(#{length($defaultTagBackgrounds)}n + #{$i}) { - .article-category a { - background: nth($defaultTagBackgrounds, $i); - color: nth($defaultTagColors, $i); - } - } - } + //@for $i from 1 through length($defaultTagBackgrounds) { + // &:nth-child(#{length($defaultTagBackgrounds)}n + #{$i}) { + // .article-category a { + // background: nth($defaultTagBackgrounds, $i); + // color: nth($defaultTagColors, $i); + // } + // } + //} } } diff --git a/themes/hugo-theme-stack/assets/scss/variables.scss b/themes/hugo-theme-stack/assets/scss/variables.scss index 5c89292..38c3082 100644 --- a/themes/hugo-theme-stack/assets/scss/variables.scss +++ b/themes/hugo-theme-stack/assets/scss/variables.scss @@ -11,12 +11,12 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff; --main-top-padding: 50px; } - --body-background: #fbfbfe; + --body-background: #faf8f5; - --accent-color: #443dff; - --accent-color-darker: #2f27ce; - --accent-color-text: #fff; - --body-text-color: #040316; + --accent-color: #6daf62; + --accent-color-darker: #5f5735; + --accent-color-text: #1d1a11; //9dc497 + --body-text-color: #1d1a11; --tag-border-radius: 4px; @@ -27,11 +27,11 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff; --scrollbar-track: var(--body-background); &[data-scheme="dark"] { - --body-background: #010104; - --accent-color: #443dff; - --accent-color-darker: #3a31d8; - --accent-color-text: #fff; - --body-text-color: #eae9fc; + --body-background: #0a0805; + --accent-color: #5fa56c; + --accent-color-darker: #cac2a0; + --accent-color-text: #eeebe2; //41683b + --body-text-color: #eeebe2; //--scrollbar-thumb: hsl(0, 0%, 40%); --scrollbar-thumb: var(--card-background); --scrollbar-track: var(--body-background); @@ -58,8 +58,8 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff; * Card style */ :root { - --card-background: #cfcdf0; - --card-background-selected: #dddbff; + --card-background: #acdfa4; + --card-background-selected: #c8dec4; --card-text-color-main: #040316; --card-text-color-secondary: #747474; @@ -91,7 +91,7 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff; // --accent: #0600c2; &[data-scheme="dark"] { - --card-background: #171530; //020024 + --card-background: #204427; //020024 --card-background-selected: rgba(255, 255, 255, 0.16); --card-text-color-main: rgba(255, 255, 255, 0.9); --card-text-color-secondary: rgba(255, 255, 255, 0.7); diff --git a/themes/hugo-theme-stack/layouts/partials/article/components/details.html b/themes/hugo-theme-stack/layouts/partials/article/components/details.html index cc0a0fc..837bdfd 100644 --- a/themes/hugo-theme-stack/layouts/partials/article/components/details.html +++ b/themes/hugo-theme-stack/layouts/partials/article/components/details.html @@ -2,7 +2,7 @@ {{ if .Params.categories }}
{{ range (.GetTerms "categories") }} - + {{ .LinkTitle }} {{ end }} diff --git a/themes/hugo-theme-stack/layouts/partials/head/opengraph/provider/base.html b/themes/hugo-theme-stack/layouts/partials/head/opengraph/provider/base.html index 3e51d37..60da962 100644 --- a/themes/hugo-theme-stack/layouts/partials/head/opengraph/provider/base.html +++ b/themes/hugo-theme-stack/layouts/partials/head/opengraph/provider/base.html @@ -32,8 +32,8 @@ {{- end -}} {{- else -}} - {{- if not .Site.LastChange.IsZero -}} - + {{- if not .Site.Lastmod.IsZero -}} + {{- end -}} {{- end -}}