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

#eleventy

10 posts7 participants1 post today
Replied in thread

Thank you you two! Would either of you know how to resolve this particular issue?

Or anyone knowledgable about #Eleventy really!

When viewing tag RSS feeds, the permalinks don't take me to the posts in question but when I view my full site feed, everything is perfectly fine!

For reference, here is our Tag feed file.

github.com/rkingett/myblog/blo

As an example, the tag RSS feed on this page has post title links that go nowhere.

sightlessscribbles.com/posts/t

#WebDev

@olets @bobmonsour @eleventy

Contribute to rkingett/myblog development by creating an account on GitHub.
GitHubmyblog/content/helpers/tag-feeds.njk at main · rkingett/myblogContribute to rkingett/myblog development by creating an account on GitHub.
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)
  • 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

Finally figured out my RSS issue the other day! So @eleventy really doesn't like capital letters in tag lists. For example, I assumed Eleventy would turn the below tag...

Newsletter

Into,

.com/newsletter/

but I had to go back in and change every tag to lower case! But if I put, Newsletter, in uppercase, URLs would break because for some reason the URLs would come out like this, breaking links.

.com/Newsletter/

So the short story lesson is, if in doubt, keep all tags in lower case because #Eleventy can't really handle capitalization well. At least, on my project anyway!

I had to go back in and change every instance of the tag, Newsletter, into, newsletter. Not expected but it works now!

I've put an example website up at example.chobble.com

It's an #Eleventy site with a news section, a product listing section, galleries, reviews, a contact form, tag pages, responsive images, an RSS feed, social media icons, minimal CSS, no JS, yadda yadda yadda

Its code is open source so you can use it as the basis for your own sites, or (even better!) you can employ me to build and host one for you!

example.chobble.comHomeExample site for the Chobble template - an Eleventy site, built on Nix and hosted on Neocities

Have been poking around different options for using #Eleventy for a notes / #DigitalGarden / personal #wiki sort of set up. Have been debating whether to try and cobble together my own set-up or use a template.

`eleventy-bloomz` might be the winner so far: minimally styled, few dependencies, functional backlinks, and a few extra features. Stays close to the basic Eleventy structure, including a minimal blog implementation.

It is meant to function as a WikiBonsai template but I don't see anything specific to that approach that couldn't be easily changed.

github.com/wikibonsai/eleventy

Would be happy to hear if anyone has a set-up they are particularly happy with.

A starter project for a WikiBonsai digital garden using the Eleventy static site generator. - wikibonsai/eleventy-bloomz
GitHubGitHub - wikibonsai/eleventy-bloomz: A starter project for a WikiBonsai digital garden using the Eleventy static site generator.A starter project for a WikiBonsai digital garden using the Eleventy static site generator. - wikibonsai/eleventy-bloomz

Started a website (mainly a #blog) a few months ago using #Eleventy but with a starter template.

I've enjoyed it a lot, tech-wise, but had a new project idea and decided to fire up a super basic blog using Eleventy but from scratch. Just for fun.

And fun it is!

Even though I've enjoyed poking at the template I've been using to see how things work, something about piecing together this lowest-of-low-tech site from scratch is *way* more fun.

So this other project (to be revealed eventually) will probably double as my WebDev playground --- even though I want to keep it pretty minimalist in style and features.

Think I will play with this the rest of the night, as long as the power holds out, to drown out the absolute dumpster that is today's news.

Hey @NVAccess someone wanted me to record going through their #Hugo and #Eleventy website, on video, using a screen reader and upload the video to PeerTube. Is there any visual things I can do to make the experience easier to follow for sighted viewers? I've enabled speech viewer but I can't seem to alt tab to it? Am I supposed to dock the speech viewer on the side of the screen or keep it focused? I have the highlight enabled. Is there anything else I can do to make the keystrokes easier to follow visually built into NVDA itself?