mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.5K
active users

#hugo

8 posts8 participants0 posts today

Like many others, I post notes about my reading in my blog. Some of those notes are rather long, and some readers might stop scrolling and leave the page before noticing a book that they might find interesting. But TIL about the HTML details disclosure element. Now I have a short summary, and readers can click on the summary to reveal the entire note. Seems much cleaner to me. (And #emacs, #oxhugo, and #hugo make it very easy to do this.)

johnrakestraw.com/reading

#blogging @bookstodon

thinking out loudReadingswriting to see what I think
Continued thread

This was also an opportunity to test Obsidian's new Web Viewer plugin. It is so much of a smoother experience, being able to edit your text and see the effect right away. If you use something like Hugo's dev server locally, it will cause the page to re-render each time the file gets saved, so changes are near-instantaneous.

Great stuff!


#blogging #obsidianmd #hugo

I have now worked for close to a decade with #Git and feel pretty confident using it nearly every day.
Still, whenever I have to deal with submodules, I feel incompetent as hell. It almost feels like that is by design
:blobcatcode:

IMO
#HUGO definitely should have a different mechanism for including themes by default.

For most of my sites I can manage that issue with
#Nix at least.

Hey @NVAccess someone wanted me to record going through their #Hugo and #Eleventy website, on video, using a screen reader and upload the video to PeerTube. Is there any visual things I can do to make the experience easier to follow for sighted viewers? I've enabled speech viewer but I can't seem to alt tab to it? Am I supposed to dock the speech viewer on the side of the screen or keep it focused? I have the highlight enabled. Is there anything else I can do to make the keystrokes easier to follow visually built into NVDA itself?

Yay! I've added #Mastodon social share to my #Hugo site:

<button onclick="mastodonShare('{{ $url }}')" aria-label="Mastodon" rel="nofollow"><i class="fa-brands fa-mastodon fa-lg"></i></button>
<script>
function mastodonShare(src) {
domain = prompt("Enter your Mastodon domain:", "mastodon.social");
if (domain == null || domain == "") {
return;
} else {
url = "https://" + domain + "/share?text=" + src;
window.open(url, '_blank');
}
}
</script>

I've been putting together a website for my partner's research group (as one does). I went with #hugo because that's what I use in my personal site but this time I found a lot more friction. Granted, it was a more complex setup (multilingual + Decap CMS + existing template) but man, Hugo can be cryptic with its error messages. And you better pin a specific version as it tends to break things between upgrades.

What do people use for static sites nowadays?

trfclab.org/

TRFCLab.orgTRFCLab.orgTissue Remodeling, Fibrosis and Cancer Lab

I've written about how we've migrated the @OpenBio website from Wordpress to Hugo. Which was surprisingly easy, especially given that the OBF website has been around since _2001_, so there's nearly 25 years worth of blog posts, conference pages etc.

tzovar.as/migrating-from-wp/

a pole to which many cables connect in a central space
Bastian Greshake TzovarasNotes on migrating a long-running website from WP to Hugo
More from Bastian Greshake Tzovaras