summaryrefslogtreecommitdiff
path: root/src/operationnull
diff options
context:
space:
mode:
Diffstat (limited to 'src/operationnull')
-rw-r--r--src/operationnull/pages.scm27
-rw-r--r--src/operationnull/theme.scm4
2 files changed, 18 insertions, 13 deletions
diff --git a/src/operationnull/pages.scm b/src/operationnull/pages.scm
index 1771c8a..4340a64 100644
--- a/src/operationnull/pages.scm
+++ b/src/operationnull/pages.scm
@@ -6,24 +6,26 @@
(define index-content
'(article (h2 "Welcome.")
- (p "operationnull is a site created and run by me, bdunahu. My "
- (i "real")
- " name is Benjamin.")
- (p "My interests often revolve around processing and manipulating text--code generation, interpreters, Norse mythology, traditional sword and sorcery, and GNU Emacs, the ultimate text-based operating system. I graduated from CSU with a B.S. in computer science in Spring 2024.")
- (p "I've dabbled a bit in poetry/fiction ("
- (a (@ (href "/pages/gold.html"))
+ (p "My name is Benjamin. operationnull is my personal site.")
+ (p "My interests often revolve around processing and manipulating text--code generation, interpreters, Norse mythology, traditional sword and sorcery, and GNU Emacs, the ultimate text-based operating system. I graduated from CSU with a B.S. in computer science Spring 2024.")
+ (p "I've dabbled in poetry/fiction ("
+ (a (@ (href "/gold.html"))
"example")
- "), though I am still an amateur writer. I am working on a short sword and sorcery piece (~10,000 words) about an outlandish werewolf named Gǫndul and her creator---the master-conjurer Gullveig, though I am not sure when it is likely to see the light of day. A few of my personal project can be found on my "
+ "), though I am still an amateur writer. I am working on another short sword and sorcery story (10,000+ words) about an outlandish werewolf named Gǫndul and her creator---the master-conjurer Gullveig. I am not sure if it will ever appear publicly or on this site.")
+ (p "A few of my personal projects can be found on my "
(a (@ (href "https://git.operationnull.com/"))
"git server")
- ", all libre.")))
+ ", all of which are "
+ (a (@ (href "https://en.wikipedia.org/wiki/Free_software"))
+ "libre")
+ ".")))
(define contact-content
'(article (h2 "Contact")
- (p "Contact me with inquiries about the content of this site here:")
+ (p "Contact me about the content of this site here:")
(ul (@ (type "bullet"))
(li (b "email: ") "bdunahu @ this domain"))
- (p "Additionally, these accounts are/belong to me. I am not on other platforms.")
+ (p "Additionally, these accounts are/belong to me.")
(ul (@ (type "bullet"))
(li (b "IRC: ") "@ Isaz @ libera.chat")
(li (b "matrix: ") "@bdunahu:tchncs.de"))))
@@ -65,5 +67,8 @@
(br)
"In burst fetters terror comes to bite,"
(br)
- "and thus conclude the coward's futile plight."
+ "and thus conclude the "
+ (a (@ (href "https://norse-mythology.org/tales/odins-discovery-of-the-runes/"))
+ "coward's futile plight")
+ "."
(br)))))
diff --git a/src/operationnull/theme.scm b/src/operationnull/theme.scm
index 1d0b144..d44881a 100644
--- a/src/operationnull/theme.scm
+++ b/src/operationnull/theme.scm
@@ -60,8 +60,8 @@
"git"))
(li (a (@ (href "/contact.html"))
"contact"))
- (li (a (@ (href "/posts/"))
- "blog"))
+ ;; (li (a (@ (href "/posts/"))
+ ;; "blog"))
(li (a (@ (href "/"))
"home")))))
,body