home.social

#gohugo — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gohugo, aggregated by home.social.

fetched live
  1. Sometimes I wish I would stop overthinking about shit and accept imperfection.

    I just gave writing in my Hugo static site a go with VS Code + a live preview, and it does a great job doing what I wanted. And I don't have to abandon the site I spent a good month making...

    Anyone who uses SSGs and had this issue, what advice you got? ADHD/OCD specific preferred but anyone can chime in if they understand.

    #ssg #gohugo #adhd #ocd #audhd #mentalhealth

  2. I need to start accepting "good enough" tbh. I think the lack of acceptance of that drives my overthinking loads.

    So, uh, shoutout to @gohugoio for helping me kill that, I guess? :P

    #gohugo #adhd #ocd #mentalhealth

  3. Moar progress on the site :3 Hugo is perfectly fine tbh.

    #ssg #gohugo

  4. Moving bits of my site to Hugo and I do have to ask, what in the ever-loving fuck is going on with the menu templating!?

    I am kinda getting used to it from Zola. Like, I know that range is essentially "for each".

    #gohugo #ssg

  5. ...tbh I think I'm gonna move my blog to Hugo instead of Zola. Sure the Go templating system sucks but Hugo will probably have a lot of good documentation about it.

    For me it's the flexibility. It's not as opinionated and companies rely on it meaning personal users like me also get the benefits. An example is that I wanna use Typora, which only does YAML, and Zola does TOML.

    #ssg #gohugo #zola

  6. Updated my #Now page and also reread the last few things I wrote. Still stand by everything on my most recent post about my #ElectricBike. Now up to about 325 miles. I have done a lot more #MeshCore warcycling since then, too.

    #GoHugo #blog
    soundslike.pro/blog/some-thoug

  7. I have yet to see a single ATproto-blog article of mine to outdo my Hugo-based articles. I've tried every ATblog platform available and none became halfway close to my #Hugo blogs.

    And I can't figure out why. Are #ATblogs simply not attractive for search results? Too many JavaScripts?

    #GoHugo

  8. For some reason I just got the strongest motivation to make a new site to nerd out about using Hugo, starting from scratch. I want to mess with custom taxonomies and such, and I want to declutter my main site.

    I'm not going to hold it against me if I don't do it, but it's nice to have that motivation lol.

    #gohugo #ssg

  9. Okay, this is pissing me off.

    I'm trying to get Hugo to recognise that I have Go installed, but it's simply not working on Windows.

    doing "hugo mod init" results in ERROR failed to init modules: binary with name "go" not found in PATH. C:\Users\Flaky\go\bin is right there, I don't know what else Hugo wants.

    #gohugo #windows

  10. 4. There are #Obsidian plugins that let's you publish a Standard.site-compliant blogs.
    5. There is a #Hugo addon that auto-publishes a Standard.site-compliant version of your #GoHugo blog.

  11. Je voulais partager avec vous ma petite fierté de ce mois!

    J'ai voulu construire un site web le plus léger possible mais assez complet que pour être utilisé en site vitrine.

    J'ai encore deux trois bricoles que je viens de découvrir mais sinon, il est déjà très bien!

    Et surtout, je pense avoir bien rendu le site utilisable par toustes! Je pense que le site est correct niveau accessibilité!

    sillycone-village.be/

    #gohugo #nojs #SlowComputing

  12. Hugo was upgraded on my laptop, and of course something broke.

    As much as I like Hugo, at some point I will get rid of it just for all the breaking changes.

    #goHugo #Blog #Blogging

  13. I made some readability updates to my site today after hearing that one of my posts was hard to read.

    The changes are meant to make the site more low-vision friendly:

    • larger article/list text
    • darker body text
    • less reliance on italic text for longer notes
    • cleaner post previews on category pages

    I’m totally blind, so I can test structure, keyboard access, screen reader behavior, headings, and content flow, but I can’t personally judge visual readability.

    If you use magnification, low-vision settings, high contrast, dark mode, reader mode, or have visual fatigue/migraine/contrast sensitivity, I’d appreciate feedback.

    Does anything still feel too small, too light, too crowded, or visually tiring?

    Site: lanie.work/
    #Accessibility #LowVision #WebAccessibility #GoHugo #Disability #A11y

  14. I have like zero respect left for developers who use LLMs to write or maintain their software.

    I don't even care for the reasons why they use this unethical piece of... technology.

    Technology trained on data they don't own. Technology owned and shaped by fascists. Technology that sends its crawlers around the globe to suck every bit they can find to dump their models into big f***ing corp data centers. Data centers that are polluting the air with their big ass gas plants.

    But hey! "Leave ethics aside". "That's how software development works today!".

    I'm so sick of this and about everyone supporting this industry.

    If you feel targeted, you are welcome. I have zero respect for you or your software garbage. I just wish you the worst.

    #AI #LLM #FLOSS #Linux #vim #gohugo #FOSS #FckAI

  15. Ahh! I think it's mochott.site . It's actually looking good. I particularly love the "Blocks Marketplace", it's similar to #Hugo / #GoHugo shortcode. I already have a couple of ideas for that feature. 😁

    mochott

  16. Replaced Disqus with Mastodon-powered comments on my Hugo blog. The idea clicked as soon as I read @getajobmike's post. One tootId in the frontmatter, a web component by @dpecos doing the fetching, and Disqus is gone. No tracking. No ads.

    Here's how I set it up on my blog: jonhnnyweslley.net/blog/mastod

    #mastodon #gohugo

  17. (the static website generator) perpetually breaks backward compatibility, but also doesn't use semver, so any version can just break any random day.

    It also warns about things like "no templates found for categories", on a site without categories. So I kinda end up ignoring warnings, because it warns about the non-existence of templates which are not used anyway.