ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1.1K
active users

#11ty

18 posts18 participants1 post today

Three days ago, I had never heard of #11ty, Nunjucks, or HTML preprocessors. I haven’t hand-coded a website since the early days of Adobe GoLive, having been coddled by WordPress and SquareSpace ever since.

Decided to dive into building a static site from scratch, with no real idea how much web dev has advanced in the past 20 years. Now I'm leaning hard on Eleventy collections, filters, and includes and already have a decent looking blogging framework taking shape. Fun times learning new stuff!

Gotta say: my new #11ty #blog is really coming along. Quite happy with how it’s looking and DAMN is it fast to work with.

Like it’s taken me two days to have a more or less functional blog from scratch. Isn’t that wild?!

Anyway I think by this rate it’ll be ready next week! A step away from the algorithm internet thank god. I’m gonna be hosting Thoughts of Thinkymeat on #Neocities methinks.

I’ll keep yall posted 👀

I've had a statuslog section on my now page (reillyspitzfaden.com/now/) for a while, and I added it to my homepage as well (reillyspitzfaden.com/#homepage).

The especially nice part is that I now have a script (github.com/reillypascal/person) so I can simply type `./status` in the terminal, write the status text in the resulting .md file that pops open, and then commit/push!

I've seen some IndieWeb people (e.g., @binarydigit) do something similar via one of omg.lol's tools (home.omg.lol/info/statuslog) and liked it, but I wanted to see if I could DIY it just for the heck of it. Very happy with how easy the result is!

Pixel art of a radio tower and floppy disk, with pixel art text reading 'Reilly Spitzfaden'
reillyspitzfaden.comReilly Spitzfaden, Composer | Now

🚀 Dzisiaj polecam Wam podróż przez historię internetu 🌐 z #CyberCultural cybercultural.com

Można przeglądać po epokach:

- Pre-web (1960s-80s)
- Dot-com (1990-2003)
- Web 2.0 (2004-2012)
- Enshittocene (2013-2021)

lub po latach:
cybercultural.com/year/

Fajnie sobie przypomnieć, jak to wyglądało przed zgównieniem 😉

"Cybercultural to kronika historii Internetu i jego wpływu na kulturę, od ery przedinternetowej do boomu dot-comów, Web 2.0 i nie tylko. Napisany przez pionierskiego blogera technologicznego Richarda MacManusa."

:mastodon: -> @ricmac

Przy okazji: strona oparta jest o #11ty

Cybercultural: Internet History and Its Impact on Our Culture image
CyberculturalCybercultural: Internet History and Its Impact on Our Culture
More from Richard MacManus

So, super simple Eleventy + Obsidian recipe for a #DigitalGarden space:

* Set up an 11ty project
* install the eleventy-plugin-interlinker (link below)
* open the project folder in Obsidian
* create a notes folder and change your settings so that all new notes go to that folder
* Add the Backlinks code from the interlinker plugin's readme into either an Obsidian template or a 11ty layout
* Add to that template some frontmatter for title, date
* Start making notes.

Serve locally (from terminal, vscodium,, whatever).

The interlinker plugin is here:
github.com/photogabble/elevent

Adds wikilink and wikilink embed support with tracking of backlinks. - photogabble/eleventy-plugin-interlinker
GitHubGitHub - photogabble/eleventy-plugin-interlinker: Adds wikilink and wikilink embed support with tracking of backlinks.Adds wikilink and wikilink embed support with tracking of backlinks. - photogabble/eleventy-plugin-interlinker

Any recommendations from the #11ty community about ESLint plugins? I know React, Vue, and other frameworks have their own plugin configurations, is there a similarly common one for 11ty?

I found this cool option to keep a post as a draft in my Eleventy site: 11ty.dev/docs/config-preproces

I'd been wanting a way to view posts on a local dev server, but leave them out of my published site, and now all I have to do is add `draft: true` to the YAML frontmatter on a post and then it won't publish except on a dev server. Nice!

A screenshot of the web page at https://www.11ty.dev/docs/config-preprocessors/
EleventyPreprocessorsA docs page for Eleventy, a simpler static site generator.

Introducing @obsidian to Mastodon. A very early stage plugin to post arbitrary notes from your vault to your Mastodon instance. Right now, you still have to clone the Git repo, do some magic (it's all explained in the README) and super easy, and move the folder into your .plugins directory (also explained). But it should mostly work, for everything else please let me know.

gitea.com/medic/obsidian-masto

This works really well with my Python script to fetch Mastodon posts into your Daily Note (gitea.com/medic/obsidian) and with my #11ty setup to pull in likes, reposts, and responses from Mastodon into your blog (you can see that one on this post).

You can see the #11ty blog integration here: ultreia.me/txt/date/2025-04-08

Gitea: Git with a cup of teaobsidian-mastodonSend Obsidian texts to your Mastodon instance seamlessly.