diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-12-03 15:28:03 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-12-03 15:28:10 -0500 |
| commit | 9eaa63953d73bd46b159170ab592bc67cc824c54 (patch) | |
| tree | fa1212ecb9e699bb436dac0780de22084c7acbaa | |
| parent | b558db752e435cd1ae6512336d6583ce03c8ea40 (diff) | |
[theme] Update header navbar
| -rw-r--r-- | haunt/jakob/theme.scm | 5 | ||||
| -rw-r--r-- | haunt/pages/about.sxml | 24 | ||||
| -rw-r--r-- | haunt/static/css/style.css | 15 | ||||
| -rw-r--r-- | org/pages/changelog.org | 4 |
4 files changed, 17 insertions, 31 deletions
diff --git a/haunt/jakob/theme.scm b/haunt/jakob/theme.scm index 5fdd8de..34d45cd 100644 --- a/haunt/jakob/theme.scm +++ b/haunt/jakob/theme.scm @@ -32,9 +32,10 @@ ("pingback" "https://webmention.io/jakob.space/xmlrpc") ("pgpkey authn" "/static/gpg.txt"))) (define %nav-bar-tabs '(("About" "/pages/about.html") - ;; ("Projects" "/pages/projects.html") ("Tags" "/tag.html") - ("Atom" "/feed.xml"))) + ("Blogroll" "/blogroll/") + ("Bookmarks" "/bookmark/") + ("Changelog" "/pages/changelog.html"))) (define %title "Jakob's Personal Webpage") diff --git a/haunt/pages/about.sxml b/haunt/pages/about.sxml index 7205413..f914ed3 100644 --- a/haunt/pages/about.sxml +++ b/haunt/pages/about.sxml @@ -47,21 +47,13 @@ weights.") (p "If you have sent an email to an address of mine ending in 'sdf.lonestar.org' between January 2nd, 2020 and now, I have not received it. SDF has discontinued mail service on that domain. As such, " - ,(hyperlink "https://paste.sr.ht/%7Ejakob/18c048600c26d125d6d743e6d5b44db852573242" "I have a new PGP key."))) - (h3 "Site Map") - (nav (@ (id "site-map")) - (section (h4 ,(hyperlink "/blogroll" "Blogroll")) - (p "A noncomprehensive list of the blogs I follow.")) - (section (h4 ,(hyperlink "/bookmark" "Bookmarks")) - (p "Collection of some things that I especially enjoyed reading.")) - (section (h4 ,(hyperlink "/pages/changelog.html" "Changelog")) - (p "A record of any notable user-facing changes made to this website."))) - (p "To the best of my knowledge, access to this website is not being blocked by any + ,(hyperlink "https://paste.sr.ht/%7Ejakob/18c048600c26d125d6d743e6d5b44db852573242" "I have a new PGP key.")) + (p "To the best of my knowledge, access to this website is not being blocked by any foreign government. Should this change, I maintain mirrors on " - ,(hyperlink "http://jakobyallfrbd3herebyee7hug3hxs2ma6aflmmllk35d7dyiwp3adid.onion/" "Tor") - " and " - ,(hyperlink "http://mtgqjdrqqpovyhx7tortulrnvakbptsi3w5yintmo6lqapdd3hnq.b32.i2p" "i2p") - ".") - (p "1: I'll just ask that you reach out to me through other channels before + ,(hyperlink "http://jakobyallfrbd3herebyee7hug3hxs2ma6aflmmllk35d7dyiwp3adid.onion/" "Tor") + " and " + ,(hyperlink "http://mtgqjdrqqpovyhx7tortulrnvakbptsi3w5yintmo6lqapdd3hnq.b32.i2p" "i2p") + ".") + (p "1: I'll just ask that you reach out to me through other channels before sending me an invitation on Jabber. My address ended up on the XSender list, so I -have a script to block messages from anyone not on my roster."))) +have a script to block messages from anyone not on my roster.")))) diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 1210f6c..3ee08fc 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -38,7 +38,7 @@ body > header { align-items: center; } -@media screen and (max-width: 480px) { +@media screen and (max-width: 360px) { body > header { flex-direction: column; flex-wrap: wrap; @@ -326,21 +326,10 @@ body > footer > div > p { /* About page. */ -#site-map { - display: grid; - grid-template-columns: repeat(2, 1fr); - grid-gap: 1rem; - - padding: 0 1rem; -} - -#site-map > section { - text-align: center; -} - .overline { border-top: 2px solid #d2d6dd; margin-top: 0.5rem; + overflow: auto; /* Not specific to overline. */ } /* Tables. */ diff --git a/org/pages/changelog.org b/org/pages/changelog.org index e874a67..b519805 100644 --- a/org/pages/changelog.org +++ b/org/pages/changelog.org @@ -2,6 +2,10 @@ A record of any notable user-facing changes made to this website. For more detail, refer to the log of the [[https://git.sr.ht/~jakob/blog][Git repository]]. +** Sunday, December 3, 2023 + +- Updated the header bar. I don't see the point in having a user-facing link to the Atom feed, since any reader software worth its weight will be able to pick up on my site having a feed automatically. + ** Monday, August 28, 2023 - Updated comment UI. |