diff --git a/.DS_Store b/.DS_Store index 9bff9c2..b7c091a 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/assets/.DS_Store b/assets/.DS_Store index 14d7b83..218420f 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..ef73975 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,27 @@ + +@font-face { + font-family: Retro; + src: url('https://binarycdn.b-cdn.net/fonts/DepartureMono-Regular.woff2'); +/* src: url('https://binarycdn.b-cdn.net/fonts/Retrocompute.ttf');*/ +} + + +h1 { + font-family: Retro; + font-size: 22pt !important; +} + +h2 { + font-family: Retro; + font-size: 13pt !important; +} + +html{ + font-family: Retro; +/* font-size: 10pt;*/ +} + +bsky-embed{ + font-family: Retro; + text-align: left; +} \ No newline at end of file diff --git a/assets/fonts/PressStart2P-Regular.ttf b/assets/fonts/PressStart2P-Regular.ttf new file mode 100644 index 0000000..2442aff Binary files /dev/null and b/assets/fonts/PressStart2P-Regular.ttf differ diff --git a/assets/img/carl-raw-m3hn2Kn5Bns-unsplash.jpg b/assets/img/carl-raw-m3hn2Kn5Bns-unsplash.jpg new file mode 100644 index 0000000..8515280 Binary files /dev/null and b/assets/img/carl-raw-m3hn2Kn5Bns-unsplash.jpg differ diff --git a/config/_default/config.toml b/config/_default/config.toml index 1743c80..b8114e5 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -9,7 +9,7 @@ defaultContentLanguage = "en" # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles enableRobotsTXT = false -paginate = 10 +pagination.pagerSize = 10 summaryLength = 0 buildDrafts = false diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index ae55ad0..819d5d2 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -7,57 +7,24 @@ title = "KilobyteKeith" displayName = "EN" isoCode = "en" rtl = false -dateFormat = "2 January 2006" +dateFormat = "January 2 2006" logo = "img/nes-by-smashicons.png" secondaryLogo = "img/sega-by-smashicons.png" description = "KilobyteKeith on Twitch" -copyright = 'Made with ♥ by BinaryDigit' +copyright = 'Made with ♥ by BinaryDigit' -[author] -name = "KilobyteKeith" +[params.author] +name = "I'm Keith!" +email = "KilobyteKeith@gmail.com" image = "img/KeithAvatar.png" -headline = "Retro Variety Streamer, Chill Dude, First-Person Potato, Flannel Enthusiast,
Foodie, and Covered in Dog Hair" +headline = "I'm an internet boomer who loves playing retro, horror, and FPS games. Jugs of Arnold Palmer and a never-ending tech obsession give me life! I’ve got two awesome dogs, Luna and Pixel that usually pop in. Come hang out for fun games and geeky conversations!" bio = "Retro Variety Streamer, Chill Dude, First-Person Potato, Flannel Enthusiast, Foodie, and Covered in Dog Hair" links = [ + { envelope = "mailto:kilobytekeith@gmail.com" }, { twitch = "https://twitch.tv/kilobytekeith" }, { link = "https://shop.kilobytekeith.com" }, { bluesky = "https://bsky.app/profile/kilobytekeith.tv" }, - { instagram = "https://instagram.com/kilobyte.keith" }, + { instagram = "https://www.instagram.com/kilobytekeithtv/" }, { youtube = "https://www.youtube.com/@kilobytekeith" }, - { discord = "/discord" }, - # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, - # { apple = "https://www.apple.com" }, - # { blogger = "https://username.blogspot.com/" }, - # { codepen = "https://codepen.io/username" }, - # { dev = "https://dev.to/username" }, - # { dribbble = "https://dribbble.com/username" }, - # { facebook = "https://facebook.com/username" }, - # { flickr = "https://www.flickr.com/photos/username/" }, - # { foursquare = "https://foursquare.com/username" }, - # { github = "https://github.com/username" }, - # { gitlab = "https://gitlab.com/username" }, - # { google = "https://www.google.com/" }, - # { hashnode = "https://username.hashnode.dev" }, - # { keybase = "https://keybase.io/username" }, - # { kickstarter = "https://www.kickstarter.com/profile/username" }, - # { lastfm = "https://lastfm.com/user/username" }, - # { linkedin = "https://linkedin.com/in/username" }, - # { mastodon = "https://mastodon.instance/@username" }, - # { medium = "https://medium.com/username" }, - # { microsoft = "https://www.microsoft.com/" }, - # { orcid = "https://orcid.org/userid" }, - # { patreon = "https://www.patreon.com/username" }, - # { pinterest = "https://pinterest.com/username" }, - # { reddit = "https://reddit.com/user/username" }, - # { researchgate = "https://www.researchgate.net/profile/username" }, - # { slack = "https://workspace.url/team/userid" }, - # { snapchat = "https://snapchat.com/add/username" }, - # { soundcloud = "https://soundcloud.com/username" }, - # { stack-overflow = "https://stackoverflow.com/users/userid/username" }, - # { steam = "https://steamcommunity.com/profiles/userid" }, - # { telegram = "https://t.me/username" }, - # { tiktok = "https://tiktok.com/@username" }, - # { tumblr = "https://username.tumblr.com" }, - # { x-twitter = "https://twitter.com/username" }, - # { whatsapp = "https://wa.me/phone-number" }, -] + { discord = "/discord" } +] \ No newline at end of file diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 1f85142..9cd1f7c 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -10,11 +10,11 @@ # overridden by providing a weight value. The menu will then be # ordered by weight from lowest to highest. -[[main]] - name = "Games" - pre = "list" - pageRef = "/games" - weight = 10 +# [[main]] +# name = "Games" +# pre = "list" +# pageRef = "/games" +# weight = 10 [[main]] name = "Commands" @@ -24,8 +24,8 @@ [[main]] pre = "rss" - url = "/index.xml" - weight = 50 + url = "https://kilobytekeith.com/index.xml" + weight = 90 #[[main]] # name = "Blog" diff --git a/config/_default/module.toml b/config/_default/module.toml index 74f7727..2302a4c 100644 --- a/config/_default/module.toml +++ b/config/_default/module.toml @@ -1,3 +1,3 @@ [hugoVersion] extended = false - min = "0.87.0" + min = "0.139.0" diff --git a/config/_default/params.toml b/config/_default/params.toml index 2267860..5ed92d6 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -7,7 +7,7 @@ colorScheme = "blowfish" defaultAppearance = "dark" # valid options: light or dark -autoSwitchAppearance = true +# autoSwitchAppearance = false enableSearch = true enableCodeCopy = false @@ -37,12 +37,12 @@ defaultFeaturedImage = "img/wallpaper.png" # used as default for featured images [homepage] layout = "background" # valid options: page, profile, hero, card, background, custom - homepageImage = "img/wallpaper.png" # used in: hero, and card + homepageImage = "img/carl-raw-m3hn2Kn5Bns-unsplash.jpg" # used in: hero, and card showRecent = false showRecentItems = 3 showMoreLink = false - showMoreLinkDest = "/post s" - cardView = false + showMoreLinkDest = "/posts" + cardView = true cardViewScreenWidth = false layoutBackgroundBlur = true # only used when layout equals background diff --git a/content/_index.md b/content/_index.md index 83999ab..5b6bbf4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,14 @@ - - +--- +title: "KilobyteKeith" +description: "Retro Variety Streamer, Chill Dude, First-Person Potato, Flannel Enthusiast, Foodie, and Covered in Dog Hair" +--- -For business inquiries: KilobyteKeith@gmail.com + + + + +
+ +# Latest Posts {{< icon "bluesky" >}} + +{{< socials >}} \ No newline at end of file diff --git a/content/games/index.md b/content/games/index.md index f92940a..1eec97c 100644 --- a/content/games/index.md +++ b/content/games/index.md @@ -2,7 +2,7 @@ title: "Best Games I've Never Beat" description: Game list to play and to beat --- -Playing live on [Twitch](https://www.twitch.tv/kilobytekeith) {{< icon "twitch" >}} +Playing live on [Twitch](https://www.twitch.tv/kilobytekeith) A list of games I've beaten and want to beat: diff --git a/content/updates/index.md b/content/updates/index.md deleted file mode 100644 index 386cbd7..0000000 --- a/content/updates/index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: -date: 2024-01-01 ---- \ No newline at end of file diff --git a/layouts/partials/home/background-test.html b/layouts/partials/home/background-test.html new file mode 100644 index 0000000..3f4bc52 --- /dev/null +++ b/layouts/partials/home/background-test.html @@ -0,0 +1,88 @@ +{{ $disableImageOptimization := .Site.Params.disableImageOptimization | default false }} +
+
+
+
+
+
+ {{ $homepageImage := "" }} + {{ with .Site.Params.defaultBackgroundImage }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $homepageImage = resources.GetRemote . }} + {{ else }} + {{ $homepageImage = resources.Get . }} + {{ end }} + {{ end }} + {{ with .Site.Params.homepage.homepageImage }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $homepageImage = resources.GetRemote . }} + {{ else }} + {{ $homepageImage = resources.Get . }} + {{ end }} + {{ end }} + {{ if $homepageImage }} + +
+
+
+
+ {{ end }} +
+
+ {{ with .Site.Params.Author.image }} + {{ $authorImage := "" }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $authorImage = resources.GetRemote . }} + {{ else }} + {{ $authorImage = resources.Get . }} + {{ end }} + {{ if $authorImage }} + {{ if not $disableImageOptimization }} + {{ $authorImage = $authorImage.Fill (print "288x288 q" ( $.Site.Params.Author.imagequality | default "96" )) }} + {{ end }} + {{ $.Site.Params.Author.name | default + {{ end }} + {{ end }} +

+ {{ .Site.Params.Author.name | default .Site.Title }} +

+ {{ with .Site.Params.Author.headline }} +

+ {{ . | markdownify }} +

+ {{ end }} +
+ {{ with .Site.Params.Author.links }} +
+ {{ range $links := . }} + {{ range $name, $url := $links }} + {{ partial + "icon.html" $name }} + {{ end }} + {{ end }} +
+ {{ end }} +
+
{{ .Content }}
+
+
+
+
+
+
+ {{ partial "recent-articles/main.html" . }} +
+{{ if .Site.Params.homepage.layoutBackgroundBlur | default false }} +
+ +{{ end }} diff --git a/layouts/shortcodes/socials.html b/layouts/shortcodes/socials.html new file mode 100644 index 0000000..e83303a --- /dev/null +++ b/layouts/shortcodes/socials.html @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/layouts/shortcodes/videos.html b/layouts/shortcodes/videos.html index a0b6150..8aa480a 100644 --- a/layouts/shortcodes/videos.html +++ b/layouts/shortcodes/videos.html @@ -5,4 +5,4 @@ -Edit courtesy of Naldo +Edit courtesy of Naldo diff --git a/netlify.toml b/netlify.toml index 484a014..76d28cd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] -HUGO_VERSION = "0.124.0" +HUGO_VERSION = "0.139.0" TZ = "America/New_York" [build] diff --git a/public/404.html b/public/404.html index 10a4a21..40a2f4a 100644 --- a/public/404.html +++ b/public/404.html @@ -1,6 +1,6 @@ + data-auto-appearance="true"> @@ -26,12 +26,14 @@ - - + + + + @@ -41,11 +43,14 @@ - - + + + + + @@ -60,31 +65,41 @@ - - - - + + + + + + + - - - + + + + - + + + + - + - + + + + @@ -96,7 +111,11 @@ - + + + + + @@ -117,6 +136,8 @@ + + @@ -125,7 +146,7 @@ + class="flex flex-col h-screen px-6 m-auto text-lg leading-7 max-w-7xl bg-neutral text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32 scrollbar-thin scrollbar-track-neutral-200 scrollbar-thumb-neutral-400 dark:scrollbar-track-neutral-800 dark:scrollbar-thumb-neutral-600">
@@ -160,12 +183,12 @@ - - - - - - - - - -