commit a5e668dfc385189f0c6519e64472846231ccbde1
parent 946ca5e7a7bfaeb1ec2e2d7817af65bf3d2ed378
Author: Pollux <pollux@pollux.codes>
Date: Fri, 23 May 2025 14:57:50 -0500
Add now page
Signed-off-by: Pollux <pollux@pollux.codes>
Diffstat:
4 files changed, 67 insertions(+), 0 deletions(-)
diff --git a/content/now/index.md b/content/now/index.md
@@ -0,0 +1,56 @@
++++
+title = 'Now'
+date = 2025-05-23T14:57:20-05:00
++++
+
+This is a now page, more about them at
+[nownownow.com](https://nownownow.com/about).
+
+I'm keeping things intentionally somewhat vague for the sake of my privacy.
+
+## Education
+
+I've just finished my undergraduate degree in astronomy, and I've lined up a
+spot in a very good Astronomy PhD program. Currently making arrangements to
+move there.
+
+## Hobbies
+
+### Desktop Ricing
+
+Been doing this on and off for over three years now. I currently have a decent
+setup with Hyprland on Gentoo Linux. It does most of what I need it too,
+although sometimes it hiccups while trying to handle Zoom.
+
+I'm gradually packaging the different program configurations and will
+eventually create a git repo here with my dotfiles in a nice, easy to work with
+format.
+
+### Health
+
+A friend from college helped me get started on lifting regularly, and it
+started me on a journey of working on my health. I haven't exercised for a
+couple weeks now, what with studying, graduating, and moving out of my college
+dorm, but I will start again soon with my family.
+
+### Art
+
+I'm kind of busy at the moment, so I haven't had time to work on art at all
+recently, but I'll start again once I regain my footing, either over the summer
+or during the fall semester.
+
+## Plans
+
+Here are some of my plans for my life in the moderate future (next few years),
+for me to come back an look at to stay grounded in the bigger picture of my
+life.
+
+- Hit the ground running at graduate school.
+ - Put together a nice, simple note-taking system.
+ - Time management with a calendar.
+- Finish my desktop rice.
+- Consistently practice painting digitally with Krita.
+- Start making music again.
+- Practice a second language (considering Latin and/or Japanese)
+- Get back into polyphasic sleep in the fall.
+- Read more (say an hour a day).
diff --git a/hugo.toml b/hugo.toml
@@ -2,6 +2,8 @@ baseURL = 'https://pollux.codes/'
languageCode = 'en-us'
title = 'pollux codes'
+enableGitInfo = true
+
[taxonomies]
blogtags = 'blogtags'
arttags = 'arttags'
diff --git a/layouts/now/single.html b/layouts/now/single.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+
+<h1>{{ .Title }}</h1>
+<p>{{ if .Lastmod }}Last Updated: {{ .Lastmod.Format "2006-01-02" }}{{ end }}</p>
+
+{{ .Content }}
+
+{{ end }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
@@ -3,6 +3,7 @@
<a href="/">home</a> |
<a href="/blog">blog</a> |
<a href="/art">art</a> |
+ <a href="/now">now</a> |
<a href="/git">git</a>
<span style="float:right">