nerdculture.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
Be excellent to each other, live humanism, no nazis, no hate speech. Not only for nerds, but the domain is somewhat cool. ;) No bots in general. Languages: DE, EN, FR, NL, ES, IT

Administered by:

Server stats:

1.2K
active users

#webdev

183 posts138 participants5 posts today
Replied in thread

Ah thank you! I believe that's what we were doing, me and my developer, but if you could take a look, that would be epic!

The repo is at github.com/rkingett/myblog

An example of a problematic capital, especially with permalinks in the RSS feed, is at,

sightlessscribbles.com/posts/t

#Eleventy #WebDev

@bobmonsour @eleventy

Contribute to rkingett/myblog development by creating an account on GitHub.
GitHubComparing 6f4a7503e4...6ab7fbd7f7 · rkingett/myblogContribute to rkingett/myblog development by creating an account on GitHub.

Looking for CMS advice

Hey Web devs!

Do you have any suggestions, tips, opinions, dos, don’ts about headless CMSes?

I have a growing list of small/mid non-profits and collectives asking for my help to (re)make their website. I totally want to help, but I don’t have much time, especially considering that they generally have little or no funding—I would most definitely point them to @VillageOneCoop, otherwise.

Therefore, I want a super simple and replicable solution where I can copy-paste most of the code, while providing them with a stable, fast, and modern solution. I had a look at the Headless CMS section in the Jamstack website, but I need opinions from people who actually used some of that software already.

Needs

  • I want to code and configure everything using @eleventy
  • Admin interface (#WebApp) for the client to add pages and write posts
  • Static website in the front-end
  • Simple and reliable CI/CD
  • No/minimal maintenance after the first setup
  • Self-hostable (I was taking this for granted so much that I forgot to write it)
  • #OpenSource

Nice to have

  • Possibly using #Deno, not #NodeJS
  • Allowing the client to customize a bit their website through the admin interface, with a GUI
  • CMS app packaged on @yunohost
  • No CMS vendor lock-in
  • I’d love to write as little JavaScript as possible
  • #FreeSoftware

Absolutely not

Please, boost this and ask around! Links to videos, tutorials, and resources are welcome.

People whose perspective I would really value: @zachleat @harryfk @deno_land @jaredwhite @vanillaweb @stefan @mxbck @WeirdWriter @deadsuperhero (Sorry if I am spamming you!)

Jamstack.orgHeadless CMS - Top Content Management Systems | JamstackCheck out this showcase of some of the best, open source headless CMSes. This is community-drive so be sure to submit your favorite CMS today!
#Eleventy#11ty#CMS
Continued thread

blog.chobble.com/blog/25-03-28

I've just finished a blog post about this template, which you can use as a basis for your own websites (it's AGPL3 licensed) - or you can employ me to use it for a website for your business, which will save me a bunch of time and mean I can spend more time on unique features and design bits!

blog.chobble.comIntroducing the "Chobble Template"An Eleventy template you can use to build a site
#11ty#webdev#nix

I avoided React for years, then TypeScript's siren song (and deadlines) pulled me in. Turns out React's ecosystem has actually evolved.

Zustand and Immer deliver what Redux promised: state management that stays out of your way. No more class component archaeology: just clean, functional flows.

zwit.link/posts/20250301173228

zwit.link(zwit) - Building Robust React Apps with Zustand and Immerblog
#react#webdev#ui

Folks who #website: I'm trying to create a slice'n'dice-able #data #table -- somewhat like instances.vantage.sh/ with the per-column client-side search/constraint/etc. FWIW my data's a discrete JSON file.

I'm allergic to JavaScript insofar as I have zero idea what I'm doing with it (and *can't* do anything with it, myself) but will happily copy'n'paste it as needed.

Got any pointers? #websites #HTML #datadriven #javascript #js #webdev #WebDesign #WebDevelopment #dataviz

instances.vantage.shAmazon EC2 Instance ComparisonA free and easy-to-use tool for comparing EC2 Instance features and prices.

Question for all you #website developers.

If you have a static HTML / CSS site that you've built and it's on your machine, is there any service for uploading it and then CONTINUING to work in it in an online website builder? Or is it always one or the other?

I'd like to do the final mile in on online builder to convert it to be responsive.