From 2901a05633fd75634d43147bfc61c5fb2a802f5e Mon Sep 17 00:00:00 2001 From: yequari Date: Fri, 2 Aug 2024 21:55:34 -0700 Subject: [PATCH] update layout and colors --- content/_index.md | 5 +- layouts/index.html | 41 +++++++---------- layouts/partials/index-article-recs.html | 1 + layouts/partials/index-latest-blogs.html | 9 ++++ layouts/partials/index-link-banners.html | 12 +++++ layouts/partials/index-now.html | 6 +++ .../{social.html => index-socials.html} | 1 + layouts/partials/sidebar.html | 2 +- static/css/custom.css | 46 ++++++++++++------- 9 files changed, 79 insertions(+), 44 deletions(-) create mode 100644 layouts/partials/index-article-recs.html create mode 100644 layouts/partials/index-latest-blogs.html create mode 100644 layouts/partials/index-link-banners.html create mode 100644 layouts/partials/index-now.html rename layouts/partials/{social.html => index-socials.html} (95%) diff --git a/content/_index.md b/content/_index.md index f4e0a2e..d7081e9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,7 @@ --- title: yequari.com --- -# Back at it again, for the very first time -Welcome to my homepage! I like to program and tinker with computers. My other hobbies include video games, tabletop RPGs, and collecting Transformers figures. On this site I like to write about the web, games, and random thoughts I have. I also publish my notes on various topics. +# Hello + +Welcome to my homepage! I program and tinker with computers. This site is a collection of notes, ramblings, things I like, and more. My hobbies include video games, TTRPGs, and collecting Transformers figures. diff --git a/layouts/index.html b/layouts/index.html index fad2158..0e4367f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,29 +1,20 @@ {{ define "main" }}
-
-
-
- {{ .Content }} -
-
-

Latest Blog Posts

-
    - {{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }} -
  • {{ .Title }}
  • - {{ end }} -
-
-
-

Social

- {{- partial "social.html" . -}} -
-
-

Check Out These Sites

- More Links -
-
-

What I'm Up To

- See More -
+
+ {{ .Content }} +
+
+ {{- partial "index-latest-blogs.html" . -}} +
+
+ {{- partial "index-socials.html" . -}} +
+ + +
+ {{- partial "index-now.html" . -}} +
+ +
{{ end }} diff --git a/layouts/partials/index-article-recs.html b/layouts/partials/index-article-recs.html new file mode 100644 index 0000000..ca14c44 --- /dev/null +++ b/layouts/partials/index-article-recs.html @@ -0,0 +1 @@ +

Read These Articles

diff --git a/layouts/partials/index-latest-blogs.html b/layouts/partials/index-latest-blogs.html new file mode 100644 index 0000000..720b32b --- /dev/null +++ b/layouts/partials/index-latest-blogs.html @@ -0,0 +1,9 @@ +

Latest Blog Posts

+ diff --git a/layouts/partials/index-link-banners.html b/layouts/partials/index-link-banners.html new file mode 100644 index 0000000..254234f --- /dev/null +++ b/layouts/partials/index-link-banners.html @@ -0,0 +1,12 @@ +

Check Out These Sites

+ +

+/links => +

diff --git a/layouts/partials/index-now.html b/layouts/partials/index-now.html new file mode 100644 index 0000000..b14b528 --- /dev/null +++ b/layouts/partials/index-now.html @@ -0,0 +1,6 @@ +

What I'm Up To

+ diff --git a/layouts/partials/social.html b/layouts/partials/index-socials.html similarity index 95% rename from layouts/partials/social.html rename to layouts/partials/index-socials.html index 2ec2048..a42ab2f 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/index-socials.html @@ -1,3 +1,4 @@ +

Socials