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

- -
-
-

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