r/gohugo

OpenRemark – Open Source Comment System for Astro, Hugo & Next.js
▲ 34 r/gohugo+1 crossposts

OpenRemark – Open Source Comment System for Astro, Hugo & Next.js

We just released OpenRemark, an open-source comment system for static sites built with Astro, Hugo, or Next.js. It aims to provide a fully featured commenting experience with minimal setup.

Some key features.

  • Works with Astro, Hugo, and Next.js
  • Built-in comment moderation
  • Supports threaded replies
  • Google Sign-In
  • Shadow DOM isolated
  • Only registered domains can post comments.
  • Custom styling (colors, border radius)

It is still in beta. would love feedback from the community.

Check it here - https://open-remark.vercel.app/

youtube.com
u/tffarhad — 1 day ago
▲ 0 r/gohugo

is a limited render possible

I have a personal website, with personal stuff. and a blog.
I made the OC that it shows the images linked to the page pasted.
unless there is no page a random wisdom. to tickle your brain is shown.

now this is random based on hugo generation. can i make a crontab of a partual update not breaking anything. or should i gonna need git?

reddit.com
u/sophia_aka_hlyspirit — 9 days ago
▲ 18 r/gohugo

Some tools for easier blogging with VS Code.

I've bounced in and out of Hugo for a few years but, since last fall, I've finally invested in making a workflow that works for me. Originally it was just a set of scripts for things like handling taxonomies, creating and publishing drafts automatically and a few other things. Lately it's been expanding on those scripts with new VS Code extensions for making image handling easier and better counting my words to publishing. Since March or so I've started publishing all this stuff in hopes it might help some other folks too. Here's what I've got:

First, my theme: https://github.com/ChrisWiegman/kana-hugo-theme

Next my OG scripts which I've published as an npm package: https://www.npmjs.com/package/@chriswiegman/hugo-tools

Then there's two VS Code extensions:

This one better handles word counts in content: https://marketplace.visualstudio.com/items?itemName=ChrisWiegman.cw-markdown-word-count

And this one let's me just drag and drop images into my content while the extension handles the rest: https://marketplace.visualstudio.com/items?itemName=ChrisWiegman.vscode-hugo-image-importer

Taken together, they're finally a way for me to make use of Hugo without wanting to go back to WordPress. Most of my career was spent in WP including some of the bigger plugins so escaping its gravity was harder for me than most. Here's to hoping these can make things a bit easier for y'all as well.

u/ChrisWiegman — 11 days ago