101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

488
active users

#asciidoctor

0 posts0 participants0 posts today

Possibly the Easiest Blog Flow You Could Ever Have

Ever wanted to blog, but thought, "I don't want build a website or be a web master. I just want to write." Well, good news. With Asciidoctor and Surge. You can worry less about the "technical stuff" and focus on publishing your writing.

readbeanicecream.surge.sh/2025

readbeanicecream.surge.shPossibly the Easiest Blog Flow You Could Ever Have - ReadBeanIceCream
More from readbeanicecream

#fedihelp & #fediask

Hello #fedifriends, I've just realized that #asciidoc & #asciidoctor aren't the same thing, so I was using the documentation of asciidoctor and processing the my document with asciidoc… 🤦‍♂️

I don't know who came late, but the choice of the name is very confused, so now I'd like to know what the #fediversians like to use if asciidoc or asciidoctor, or at least you recommend.

The point is some stuff aren't working because perhaps aren't for ascidoc on the other end asciidoctor is very aggressive on the web search, so unless you don't exclude it from the search it completely eclipses the other one.

Thanks! 🙏

Hey #asciidoc #asciidoctor bubble 👋
Referring to (including) code that evolves during the text, in my case a method with the same name gets introduced "later", puts me into the situation that I either have to copy the code into the source block or rename the method for the compiler to be happy. The latter destroys the included clean illusion.
Do you have any suggestion? Thought about something like adoc->adoc but with resolved includes and post-process renaming but I am very open for ideas.