dmv.community is one of the many independent Mastodon servers you can use to participate in the fediverse.
A small regional Mastodon instance for those in the DC, Maryland, and Virginia areas. Local news, commentary, and conversation.

Administered by:

Server stats:

170
active users

#11ty

18 posts14 participants0 posts today

I'm far from this stage, but just to toss it out there: does/can #11ty WebC pre-render Stencil web components, so that people viewing my site don't need JavaScript for, say, a link button to render?

Continued thread

Bon d'ailleurs quand je me repencherai sur tout ça j'ai aussi sur ma todo deux trucs côté sites persos :
- mettre à jour mon carnet de note/digital garden vers la dernière version de #11ty, cleaner le code et le partager
- refaire le vieux thème de mon blog qui est si lourd et mal opti que ça surcharge mon serveur 🤦 les cordonniers mal chaussés, tout ça...

Issue 70 - 11ty Meetup Videos, Getty does digital books, Speedlify updated, California is engaged with 11ty, 11ty info architecture improvements, Chobble does starters...And 7 releases, 16 posts, and 15 sites to see 11tybundle.dev/blog/11ty-bundl #11ty @eleventy

the number 11 as photographed by David Monje on Unsplash
11tybundle.devIssue 70 - 11ty Meetup Videos, Getty does digital books, Speedlify updated, California is engaged with 11ty, 11ty info architecture improvements, Chobble does starters...And 7 releases, 16 posts, and 15 sites to see
More from Bob Monsour

Thinking of building a personal site using eleventy. Started with Next but I'm less inclined to now as I'm not sure they are as open as they lead people to believe. Any better options out there for a personal blog? Thoughts appreciated #11ty

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)
  • If it requires forge integration, it should support #ForgeJo
  • #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

After some deep thinking about how to make The Office of Carbon Omission easier to scale in terms of more content, beyond only the Flight Permission Application, I decided to try out #11ty.

It was a surprisingly straightforward experience to refactor the site and have it up again. The tweaks for now is only that one can see that it is prepared for more topics, laws, permits, science and news. And each will be easier to add. Still at the same old adress: carbonomission.org

carbonomission.orgOffice of Carbon Omission - Office of Carbon Omission
More from Jan Ainali
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
Replied to Robert Kingett

@WeirdWriter @eleventy According to the #11ty docs, if you apply the universal slugify filter to the tag name, it should convert it to lower case as that filter is based on this npm package which defaults to converting inputs to lower case. For example {{ tag | slugify }} would take Newsletter and turn it into newsletter. npmjs.com/package/@sindresorhu

npm@sindresorhus/slugifySlugify a string. Latest version: 2.2.1, last published: 2 years ago. Start using @sindresorhus/slugify in your project by running `npm i @sindresorhus/slugify`. There are 532 other projects in the npm registry using @sindresorhus/slugify.