|
You are here |
techtldr.com | ||
| | | | |
blog.m5e.de
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | [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. | ||