From ed45fc146cdc8e66637a3f87826418aa5d3bf280 Mon Sep 17 00:00:00 2001 From: yequari Date: Wed, 17 May 2023 22:38:37 -0700 Subject: [PATCH] update index page --- content/_index.md | 4 +++ content/about.html | 15 ---------- content/about.md | 6 ++++ content/updates.md | 28 +++++++++++++++++++ themes/genesis/layouts/index.html | 21 ++++++-------- .../layouts/partials/left-sidebar.html | 4 +++ .../layouts/partials/right-sidebar.html | 3 ++ 7 files changed, 53 insertions(+), 28 deletions(-) create mode 100644 content/_index.md delete mode 100644 content/about.html create mode 100644 content/about.md create mode 100644 content/updates.md create mode 100644 themes/genesis/layouts/partials/left-sidebar.html create mode 100644 themes/genesis/layouts/partials/right-sidebar.html diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..f5d9487 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,4 @@ +--- +title: yequari.com +--- +Hello, I'm yequari, welcome to my homepage! I write about my hobbies, which include collecting [Transformers toys](/transformers), listening to [music](/music), and [gaming](#), as well as random thoughts I have on my [blog](/blog). Also, I like to publish my [notes](/notes), which are mostly about tech, as a personal knowledge base. diff --git a/content/about.html b/content/about.html deleted file mode 100644 index 56b10c4..0000000 --- a/content/about.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: About ---- -
- -
-

About Me

-

- Hello, I'm yequari. I like to play TCGs and TTRPGs. I've played a lot of D&D 5e but am currently exploring Pathfinder 2. I'm a software developer, interested in the smallweb and permacomputing, and trying to learn more about systems programming. I love to collect Transformers figures, my favorite is Starscream. -

-
- -
- diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..ffc29ab --- /dev/null +++ b/content/about.md @@ -0,0 +1,6 @@ +--- +title: About +--- +# About Me + +Hello, I'm yequari. I like to play TCGs and TTRPGs. I've played a lot of D&D 5e but am currently exploring Pathfinder 2. I'm a software developer, interested in the smallweb and permacomputing, and trying to learn more about systems programming. I love to collect Transformers figures, my favorite is Starscream. diff --git a/content/updates.md b/content/updates.md new file mode 100644 index 0000000..4e96c78 --- /dev/null +++ b/content/updates.md @@ -0,0 +1,28 @@ +--- +title: Changelog +--- +### Changelog + +**04/18/2023**: Update Mastodon link to reflect moving to a new instance. + +**04/17/2023**: Regenerate website with Hugo. Remove Yesterweb webring widget following the closure of the webring + +**03/22/2023**: Added more links to [links](/links) page. + +**01/09/2023**: Change header logo, add status.cafe widget, update CSS responsiveness + +**12/26/2022**: More backend upgrades. Revamped the [links page](/links). Added some IndieWeb support, most notable webmentions! Check out my post [I Uninstalled TikTok, Again](/blog/2022/11/goodbye-tiktok) to see some webmentions in action :) + +**11/14/2022**: Major update to the backend side of things, now the site is (mostly) statically generated, which saves resources! Added some topic pages in tech, and landing pages for music and transformers, which will have content soon. I've also added an RSS feed. + +**11/7/2022**: Minor style edits, style is much more responsive + +**11/6/2022**: Added topic pages for shrines / things I want to talk about + +**7/22/2022**: Moved navigation back to the top, made sidebar content unique per page + +**7/6/2022**: Revamped links page + +**6/24/2022**: Removed music player and Google web fonts, changed max-height, minor color changes. Updated /now + +**5/7/2022**: Moved navigation from the top to the side, added an audio player, made stylesheet more responsive. diff --git a/themes/genesis/layouts/index.html b/themes/genesis/layouts/index.html index 80b5219..3f3fe24 100644 --- a/themes/genesis/layouts/index.html +++ b/themes/genesis/layouts/index.html @@ -1,16 +1,11 @@ {{ define "main" }} -
- -
-

- Hello I'm yequari. I like to code, play TCGs, and collect Transformers. The Internet is a busy place, so thanks for checking out my small corner of it. Come in and take a break! -

-

-

-

-
- + +
+{{ .Content }} +
+ {{ end }} diff --git a/themes/genesis/layouts/partials/left-sidebar.html b/themes/genesis/layouts/partials/left-sidebar.html new file mode 100644 index 0000000..7b3f16c --- /dev/null +++ b/themes/genesis/layouts/partials/left-sidebar.html @@ -0,0 +1,4 @@ +

Latest Blog Posts

+{{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }} +

{{ .Name }}

+{{ end }} diff --git a/themes/genesis/layouts/partials/right-sidebar.html b/themes/genesis/layouts/partials/right-sidebar.html new file mode 100644 index 0000000..e4d2cc9 --- /dev/null +++ b/themes/genesis/layouts/partials/right-sidebar.html @@ -0,0 +1,3 @@ +

+

+