diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-05-19 09:40:12 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-05-19 09:40:12 -0400 |
commit | df5c266f4448ab0c9330ff58db789d0123302b5d (patch) | |
tree | 9a796174e7b12c57637af36a9e168fc06b45c0f0 | |
parent | 682a580345248c82abc0a7d65cd5efe7f2f6c67e (diff) |
add todo page and change list style
-rw-r--r-- | content/about.md | 8 | ||||
-rw-r--r-- | content/now.md | 18 | ||||
-rw-r--r-- | content/todo.md | 8 | ||||
-rw-r--r-- | hugo.toml | 5 |
4 files changed, 26 insertions, 13 deletions
diff --git a/content/about.md b/content/about.md index 094528a..ae56b47 100644 --- a/content/about.md +++ b/content/about.md @@ -12,10 +12,10 @@ This website was created by hand in Vim and built with Hugo. It's quite simple, Below is a list of resources that I found helpful in developing this website: -- [Hugo Documentation][hugo-docs] -- [Hugo Mini Course][hugo-mini-course] -- [systemfontstack][systemfontstack] -- [google webfonts helper][google-webfonts-helper] +* [Hugo Documentation][hugo-docs] +* [Hugo Mini Course][hugo-mini-course] +* [systemfontstack][systemfontstack] +* [google webfonts helper][google-webfonts-helper] [srht]: https://sr.ht/ [suckless]: https://suckless.org/ diff --git a/content/now.md b/content/now.md index 86f605e..3b973e0 100644 --- a/content/now.md +++ b/content/now.md @@ -4,18 +4,18 @@ date: "2025-05-19" layout: "now" --- -- I've made it, I can call myself a high school graduate! A blog post about this is in the works. -- My primary focus has been managing self-hosted servers (at home and on VPSes); both to gain experience and for the convenience and control of having my own infrastructure. -- Recently, I got the itch to create a proper website for myself, after telling myself previously that I wasn't interesting enough to write about. -- Learning Wayland client development has been fun - I'm doing it in C99. Currently, I'm creating a wallpaper daemon, and so far the hardest part of it is reading image data from files and handling the pixel data. +* I've made it, I can call myself a high school graduate! A blog post about this is in the works. +* My primary focus has been managing self-hosted servers (at home and on VPSes); both to gain experience and for the convenience and control of having my own infrastructure. +* Recently, I got the itch to create a proper website for myself, after telling myself previously that I wasn't interesting enough to write about. +* Learning Wayland client development has been fun - I'm doing it in C99. Currently, I'm creating a wallpaper daemon, and so far the hardest part of it is reading image data from files and handling the pixel data. ## Music -- The Dismemberment Plan (Change, Emergency & I, "!") -- Jimmy Eat World (Clarity, Static Prevails, Bleed American) +* The Dismemberment Plan (Change, Emergency & I, "!") +* Jimmy Eat World (Clarity, Static Prevails, Bleed American) ## TV -- Severance - - My first time ever watching it, and it's been extremely captivating. I'm only on season 1 as well! -- Aqua Teen Hunger Force +* Severance + * My first time ever watching it, and it's been extremely captivating. I'm only on season 1 as well! +* Aqua Teen Hunger Force diff --git a/content/todo.md b/content/todo.md new file mode 100644 index 0000000..16cec2a --- /dev/null +++ b/content/todo.md @@ -0,0 +1,8 @@ +--- +title: "Todo" +--- + +## Website + +* Section for photos + * Images embedded in pages should be optimized using Hugo's custom renderers @@ -24,6 +24,11 @@ name = "now" pageref = "/now.html" weight = 20 +[[menu.left_nav]] +name = "todo" +pageref = "/todo.html" +weight = 30 + [[menu.right_nav]] name = "source" url = "https://codeberg.org/frosty/www" |