cloudcannon, to random
@cloudcannon@techhub.social avatar

Whether you've been a developer for a while, or just learning about it now.

We think this chat with @biilmann and Mike Neumegen will be a good watch!

https://www.youtube.com/live/wwsMsolPrtw?feature=shared

ricmac, to random
@ricmac@mastodon.social avatar

Today, Netlify launched the Composable Web Platform, a kind of 'Jamstack for enterprise.' While I was in San Francisco last week, I sat down with CEO @biilmann to discuss the new product suite. https://thenewstack.io/netlify-launches-composable-web-platform-for-enterprise-devs/

mez, to 11ty
@mez@mastodon.nz avatar

Here’s how I added search to my static website without using client-side JavaScript:

https://www.philiprenich.com/blog/adding-search-to-an-eleventy-site-without-client-side-javascript/

Being able to search a blog, on the blog's site and without Google, is awesome. You should do it. Maybe this method will help you. Let me know if you do!


codingpotions, to opensource

I have written a new article in spanish on how to create your own blog using markdown files, and totally free. What is known as JAMStack

https://codingpotions.com/crear-blog-gratis-markdown/

I have also created an open source Eleventy (@eleventy, @zachleat) starter project, as a minimalist and elegant template. If you like it leave me a star ⭐ in the repo:

https://github.com/codingpotions/nulite

BryceWrayTX, to Fonts
@BryceWrayTX@fosstodon.org avatar

Post >> The intriguing announcement of Cloudflare Fonts • Can Cloudflare really make Google Fonts suitable again? We may know soon.

https://www.brycewray.com/posts/2023/10/cloudflare-fonts/

cc: @cloudflare

ben, to 11ty
@ben@a11y.info avatar

/ friends: what are your preferred methods for automatically rebuilding your static site daily (or at some other regular interval)?

This is just one step in an overall demo for a meetup, so I'd prefer not to have to focus on it too heavily. Bonus points if it's simple, intuitive, and reproducible at home.

vanilla, to webdev
@vanilla@social.spicyweb.dev avatar

Posted on That Blog…

Can we ZHUZH up the ? That was the question on everyone’s minds as we gathered under the auspices of Zach Leatherman’s excellent community leadership to discuss the present state of the Jamstack and where we might go from here.

Watch the live replay on YouTube:

https://thathtml.blog/2023/09/jamstack-zhuzh/

amxmln, to webdev
@amxmln@mastodon.design avatar

Still trying to find a good image optimisation pipeline for @astro that has good support for being used in framework components and can work with arbitrary paths (as in load content from variables). astro-imagetools is alright, but it doesn't seem to be actively maintained anymore and does a little too much. 🤔

It's the one thing I really miss from . 😅

Maybe I should try building something on top of the built-in asset system in v3. 🤔

jd7h, to python

After 10+ years of building my personal website with Jekyll, I took the leap and wrote my own static site generator based on makesite.py. It's great to work in the Python ecosystem now. I never got the hang of proper Gem-management, so updating Jekyll was always a bit of a chore.
I also updated the design, following the guidelines from https://brutalist-web.design/ by @davetron5000.

Result: https://www.judithvanstegeren.com

amxmln, to showerthoughts
@amxmln@mastodon.design avatar

Here's an for a statically generated with Mastodon-powered : instead of building, publishing the post on Mastodon and then adding it to the website, triggering another rebuild, here's what I think could work:

  • Run build
  • After build, check which posts don't have a Mastodon post associated with them
  • Use the to post about these blog posts automatically
  • Map the returned post-IDs to the URLs of the blog posts in an index
  • Upload the index along with the page

(1/2)

amxmln,
@amxmln@mastodon.design avatar

When a blog post is then loaded in the browser, download the index as well and use it to fetch the replies for that blog post from Mastodon.

For optimisation and depending on the frequency of new blog posts, you could split the index into yearly/monthly/weekly chunks, so not too much unnecessary information has to be downloaded for any given post—I guess you could even store one post ID per file, but that seems a bit like premature optimisation. 😅

What do you think? 🤔

ricmac, (edited ) to random
@ricmac@mastodon.social avatar

According to social media, is dead. I checked in with Netlify CEO @biilmann to find out if this is true. I also canvassed the opinions of experienced Jamstack developers @remotesynth, @jaredwhite and Paul Scanlon. https://thenewstack.io/is-jamstack-toast-some-developers-say-yes-netlify-says-no/

amxmln, to Astro
@amxmln@mastodon.design avatar

Currently in the process of migrating a pretty big multi-language site to . So far I've got page generation with localised slugs done and almost ported over the default layout component. 💪

Kind of crazy to go back to code from three, four years ago and reevaluate it. 🤣 At least my past self did an okay job keeping things clean and understandable for my now self. 👌

patrick_h_lauke, to random
@patrick_h_lauke@mastodon.social avatar

interesting look at the failure/demise of - not to go all hipster, but I hated the concept even before it fell out of fashion ;) https://www.spicyweb.dev/farewell-jamstack/

vanilla, to webdev
@vanilla@social.spicyweb.dev avatar

The demise of and as an indie-first, "static site" hosting company feels like an end of an era. But why did it have to happen like this? Where did things go wrong? And which companies can folks turn to for streamlined, pragmatic web hosting and architecture?

Here's my take on it, serving as a reply of sorts to @remotesynth's excellent coverage of the topic:

https://www.spicyweb.dev/farewell-jamstack/

schizanon, (edited ) to webdev

Dear

Who are your favorite and who have stopped posting to Twitter? People who support and in the community on the instead of chasing engagement on a hate-site?

I want to them!!!

schizanon, (edited ) to ai

's new tool allows you to create a new website using and have it automatically deployed to .

"Simply describe the website you want to build not only will author the markup scripts and style sheets but it will deploy it to Netlify I for you too!"

https://www.netlify.com/blog/introducing-netlify-drop-chatgpt-plugin/

harlan, to webdev

Fellow #webdev folks, can I get a hand #LookingForWork? #FediHire #FediHired #GetFediHired

Looking for a front-end web development position. The more focus on accessible, well-formed HTML and CSS, the better.

Part-time or full-time, either works. Part-time must have flexible schedule.

Must be either remote or in the SLC, Utah area.

My background: #HTML, #CSS, #JavaScript, static websites, #jQuery, #Bootstrap, Mustache/Handlebars, and also LAMP stack, #JAMstack, #WordPress, #PHP, and SQL.

amxmln, to webdev
@amxmln@mastodon.design avatar

My blog post is up! 🥳

This month, I’m sharing a method for generating custom with when the official sitemap integration isn’t flexible enough, for example when you want per-page lastmod values, instead of per-site ones, or have internationalised slugs the official integration can’t match to each other.

Enjoy it here: https://amxmln.com/blog/2023/creating-custom-sitemaps-in-astro/ 😊

eldamir, to random
@eldamir@hachyderm.io avatar

I'm dipping my toes in now. Seems like an interesting take on keeping things loose and performant without overcomplicating

https://botched-deployments.com/posts/about-datatables

renegadejade, to random
@renegadejade@hachyderm.io avatar

Going to rebuild my personal/portfolio site from scratch as my old domain is deprecated anyway and starting fresh with the affirming renegadejade.com (bare, currently).

What’s the easiest static site generator/hosting option right now? Currently running Next.js on Vercel and still have a couple Jekyll sites on Netlify.

Thinking on GitLab pages this time around but I haven’t touched it yet.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • cisconetworking
  • khanakhh
  • mdbf
  • magazineikmin
  • modclub
  • InstantRegret
  • rosin
  • Youngstown
  • slotface
  • Durango
  • tacticalgear
  • megavids
  • ngwrru68w68
  • everett
  • tester
  • cubers
  • normalnudes
  • thenastyranch
  • osvaldo12
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • lostlight
  • All magazines