From 0685bea431c66bdb3d85b903db3ce31425f71e60 Mon Sep 17 00:00:00 2001 From: redkittty Date: Wed, 7 Aug 2024 21:42:19 -0400 Subject: [PATCH] Revamped List on index added My Stuff [HOMEPAGE] - Changed "Envixty on the Web" to "My Stuff" - Added a list inside My Stuff for the Website Pages - Changed the "Envixty on the Web" from a table to a list - Added a section called Blog Posts - Added a list of Blog Posts in the blog posts table [LAYOUTS] - Made the index.html have no list of the other pages on the site (for my custom list) --- content/_index.md | 25 +++++++++++++------- layouts/index.html | 3 +++ public/about/index.html | 32 ------------------------- public/index.html | 52 ++++++++++++++++++----------------------- 4 files changed, 43 insertions(+), 69 deletions(-) create mode 100644 layouts/index.html delete mode 100644 public/about/index.html diff --git a/content/_index.md b/content/_index.md index 44eaafb..10c9770 100644 --- a/content/_index.md +++ b/content/_index.md @@ -17,11 +17,20 @@ I am both a gamer, and a free software user. - [DWM](https://dwm.suckless.org), A Minimalist, Dynamic, Tiling Window Manager configured via editing the source code - [ST](https://st.suckless.org), A Minimalist, Terminal Emulator configured via editing the source code -# Envixty on the Web - -| Other Websites I am on | -|--------------------| -| [Youtube](https://www.youtube.com/@-envixty) | -| [Odysee](https://odysee.com/@envixty:e) | -| [Twitch](https://twitch.tv/envixty_) | -| [Mastodon (mastodon.social)](https://mastodon.social/@envixty) | +# My Stuff + +### Pages +- [Blog](/blogs) +- [RSS](/index.xml) + +### Envixty on the Web +- [Github](https://github.com/redkittty) +- [Youtube](https://www.youtube.com/@-envixty) +- [Twitch](https://twitch.tv/envixty_) +- [Mastodon (mastodon.social)](https://mastodon.social/@envixty) + +# Blog Posts + +- Aug 07 24 - [Switching Over to Hugo](/blogs/03-switching-to-hugo) +- Aug 07 24 - [My Clay Pot Making Experience](/blogs/02-the-pot-making-experience) +- Aug 07 24 - [My Personal System](/blogs/01-my-personal-system) diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..56c5a11 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,3 @@ +{{ define "title" -}} +{{ .Title }} +{{- end }} diff --git a/public/about/index.html b/public/about/index.html deleted file mode 100644 index 2fbf6c8..0000000 --- a/public/about/index.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - About | Envixty's Hub - - - - - - - - - - -
-

About

-
- -

Hello World

-

print(“Hello World!”)

- - - -
-
- - - - - diff --git a/public/index.html b/public/index.html index 945c2be..1e83156 100644 --- a/public/index.html +++ b/public/index.html @@ -7,11 +7,11 @@ - +Neovim, An extensible, terminal based text-editor Arch Linux, A distribution of the GNU/Linux system that is a rolling release so I get the newest software first Git, Version-Control software for programming, Used on sites like Github, and Gitlab DWM, A Minimalist, Dynamic, Tiling Window Manager configured via editing the source code ST, A Minimalist, Terminal Emulator configured via editing the source code My Stuff Pages Blog RSS Envixty on the Web Github Youtube Twitch Mastodon (mastodon."> @@ -20,7 +20,8 @@

Envixty's Hub

-

Hello World

+ +

Hello World!

This is my personal website I made inside of Hugo

I am both a gamer, and a free software user.

🕹 My favorite video game right now is between Counter-Strike 2, and Minecraft

@@ -32,34 +33,27 @@

Hello World

  • DWM, A Minimalist, Dynamic, Tiling Window Manager configured via editing the source code
  • ST, A Minimalist, Terminal Emulator configured via editing the source code
  • -

    Envixty on the Web

    - - - - - - - - - - - - - - - - - - - - -
    Other Websites I am on
    Youtube
    Odysee
    Twitch
    Mastodon (mastodon.social)
    - +

    My Stuff

    +

    Pages

    + +

    Envixty on the Web

    +

    Blog Posts

    + + +