/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

techtldr.com
| | blog.m5e.de
3.9 parsecs away

Travel
| | Static site generators like Hugo, Jekyll or Nuxt are awesome. They provide way faster delivery of your contents to your customers than any PHP solution like WordPress. Unfortunately you have to create the Markdown files for your content yourself, but because every single post has a filename, title, date and often tags as well as a status for draft, I created a simple tool which takes care of doing exactly that.
| | ddanilov.me
4.5 parsecs away

Travel
| | This blog is powered by Jekyll, one of the most popular static site generators. Jekyll solved most of my issues with the blog: I edit markdown files in a code editor, commit them to GitHub and voila I see updates as web pages. No more WordPress plugins, weird CRM, half-baked...
| | mdhughes.tech
2.6 parsecs away

Travel
| | In brief: I tried to use Gutenberg for that, and it's fucking garbage. It repeatedly failed to load, just a blank page, and then after a couple tries it came up. It recognizes pasted-in Markdown, but doesn't let me write in Markdown. It makes half the window unusable whitespace instead of more editor. So I've...
| | nicolasknoebber.com
11.5 parsecs away

Travel
| [AI summary] A developer details their workflow for converting a markdown-based website into a static site generated from Emacs Org-mode files using custom Emacs Lisp functions.