I want to share technical blog content but I want to author it as I am developing the content easily, screenshots and markdown would be ideal and I don't want to self host things.<p>What is the ideal tool to help create quality content?
I run allaboutberlin.com for a living. I switched from Craft CMS to a homebrew static site generator (Markdown + Jekyll) and it was a game changer.<p>Static sites are almost maintenance-free. They cost pennies to host. You work on your content using the tools that you love, if necessary offline. There are many excellent markdown editors and no CMS comes close. Everything is under source control and deploys with a push.<p>If you're used to text files and command line utilities, static site generators are a no-brainer. You probably shouldn't roll your own though.
Use a Static Site Generator like [Hugo](<a href="https://gohugo.io" rel="nofollow">https://gohugo.io</a>) and use GitHub pages or even Netlify which allows for CI/CD + Custom Domain with HTTPS/SSL certificates.<p>I've been using Hugo + Netlify combination for more than 4 years now and It's a breeze.<p>If you want to go with a full no-code solution, I'd recommend [feather.so](<a href="https://feather.so/" rel="nofollow">https://feather.so/</a>) (I haven't used personally but heard good things about it in the past)
I am using a simple Jekyll theme minimal-mistakes[0] which I customized to suit my needs.<p>I'm hosting my blog[1] on GitHub Pages, the repo[2] is public so you can take a look and fork it if you find it interesting.<p>The setup is really simple, straightforward, and no-cost.<p>[0] - <a href="https://github.com/mmistakes/minimal-mistakes">https://github.com/mmistakes/minimal-mistakes</a><p>[1] - <a href="https://www.vladsiv.com/" rel="nofollow">https://www.vladsiv.com/</a><p>[2] - <a href="https://github.com/VladimirSiv/VladimirSiv.github.io">https://github.com/VladimirSiv/VladimirSiv.github.io</a>
I use Astro + Cloudflare Pages for my website [1]. I document the key bits of my stack here [2] for completeness.<p>I've been very happy with Astro because it is a good example of low floor and high ceiling software. I can start with plain HTML, make it more flexible with Astro language (still very close to HTML), make authoring easier with Markdown (+ lifestyle extensions from Remark/Rehype), and extend to frameworks like React on a need basis (which I use for some pages where I use maps).<p>[1]: <a href="https://sanyamkapoor.com" rel="nofollow">https://sanyamkapoor.com</a>
[2]: <a href="https://sanyamkapoor.com/kb/the-stack" rel="nofollow">https://sanyamkapoor.com/kb/the-stack</a>
I am very happy with Zola. Every SSG has its own shortcomings, for Zola I was initially bothered by lack of 'proper' footnotes and the insistence on having to have frontmatter, but I've yet to feel that I cannot do something really. The docs can be a touch confusing imo, but they're written with care.
I'm a happy (albeit) infrequent user of <a href="https://mataroa.blog/" rel="nofollow">https://mataroa.blog/</a><p><a href="https://news.ycombinator.com/item?id=30896661">https://news.ycombinator.com/item?id=30896661</a>
Some alternative solutions that I haven't seen mentioned here are: Write.as (or it's open source code WriteFreely if one wants to self host) and Memos (which can be self hosted, or you can use a platform such as pikapods to host it for you<p>Personally I settled on Astro + Netlify for my technical blog. I can write in Markdown, push to GitHub, and it automatically gets compiled and hosted by Netlify for free.<p>However for non programmers friends and family, I've setup a few blogs with Memos and they all love it.
Not sure which one’s the ideal tool but I’m slowly collecting them all here: <a href="https://manuelmoreale.com/blog-platforms" rel="nofollow">https://manuelmoreale.com/blog-platforms</a>
I am just happy with self-hosted Wordpress. Lots of interesting plugins, once you get the hang of it, you can write your own plugins (as I did). Can take moderate load (say, 30 visitors a minute) just fine.<p>1000 a minute would be bad, but that's not a typical load for a blog, unless something you wrote goes completely viral. Happened precisely once to me in 8 years of writing.
I love Quarto [0] and use GitHub pages for hosting.<p>Quarto works nicely with several IDEs, and works out of the box with both Python, R, and Observable JS. Typst support was also just added, but I haven’t explored that yet.<p>The documentation is also extensive. Here is the link to setting up a blog [1].<p>[0] <a href="https://quarto.org/" rel="nofollow">https://quarto.org/</a><p>[1] <a href="https://quarto.org/docs/websites/website-blog.html" rel="nofollow">https://quarto.org/docs/websites/website-blog.html</a>
Eleventy. It’s a static site generator that’s super stable, they take backwards compatibility very seriously so you can count on it for a long time. It’s lightweight so you don’t have to install a million dependencies to get it working, and it’s the only one of the big SSG projects that’s independently funded so they’re not chasing VC-backed hyper growth.<p><a href="https://www.11ty.dev/" rel="nofollow">https://www.11ty.dev/</a>
I use Hashnode[0] for my main technical blog[1] as they support custom domain and all posts can be automatically saved to Github as markdown.<p>I also use for manually saving some comments/replies I post on social media Scribbles - a simple blog engine. I publish them on a subdomain[3] in case you want to see how it looks like.<p>Here are some things I would look for when choosing a platform:<p>1. Bring your own domain - this is very important because it allows flexibility to switch to any other platform while keeping your audience/place<p>2. Export as markdown - while markdown is not the best format, still exporting to it makes the possibility to migrate easier.<p>3. Have support for RSS - I use RSS to track a big number of technical blog and consider it important<p>4. Have support to display author name and date of publishing. This is important for technical topics to allow proper citation and to put the knowledge in context.<p>- [0] <a href="https://hashnode.com" rel="nofollow">https://hashnode.com</a><p>- [1] <a href="https://allaboutcoding.ghinda.com" rel="nofollow">https://allaboutcoding.ghinda.com</a><p>- [2] <a href="https://scribbles.page" rel="nofollow">https://scribbles.page</a><p>- [3] <a href="https://notes.ghinda.com" rel="nofollow">https://notes.ghinda.com</a>
(I'm biased because I wrote this blog tool, so take my comments with the appropriate skepticism)<p>I recommend Svekyll (<a href="https://extrastatic.dev/svekyll/svekyll-cli" rel="nofollow">https://extrastatic.dev/svekyll/svekyll-cli</a>). Svekyll combines the simplicity of Jekyll with the power of Svelte.<p>This is a post I made recently:<p><a href="https://webiphany.com/2024-04-29-distance-sean-shawn" rel="nofollow">https://webiphany.com/2024-04-29-distance-sean-shawn</a><p>That post uses Svelte to build interesting animations, includes a AI embedding model right inside the post and runs in your browser.<p>And, if you want to hack the entire post yourself, scroll to the bottom, click the view source button and then click download. That will download a zip file which can build that post independently by just running "npm i && npm run build". That command generates a single HTML file with everything inlined so you can take that and put it on any static website.<p>Svekyll posts are just markdown, but you can add anything like vanilla js and Svelte components, and tailwind is included automatically.<p>I don't see anything else out there that is as simple or expressive as Svekyll. And 99% of that is just that I don't see anything out there that is as simple or expressive as Svelte.
You could probably get far with Wordpress. Why? Because if you're technical you can navigate the tricky setup well, and it's made in a way to support a lot of things for non-technical people.<p>Of course you gotta get it running (or pay people like WP Engine), but you're going to end up with a thing that will work.<p>That or dev.to is a good spot I think.
I have 3 blogs [0][1][2] and they all use Astro [3] with a variation of the same theme. The content is written in Markdown, and I'm in the process of moving them all from Netlify to self hosted Coolify [4].<p>[0] <a href="https://yieldcode.blog" rel="nofollow">https://yieldcode.blog</a>
[1] <a href="https://thesolopreneur.blog" rel="nofollow">https://thesolopreneur.blog</a>
[2] <a href="https://jikokaizen.blog" rel="nofollow">https://jikokaizen.blog</a>
[3] <a href="https://astro.build/" rel="nofollow">https://astro.build/</a>
[4] <a href="https://coolify.io/" rel="nofollow">https://coolify.io/</a>
I like using my blog to experiment with technology. I used to use GitHub pages and wrote some tips about using it with custom domains: <a href="https://igor.moomers.org/posts/github-pages-proxying-and-redirects" rel="nofollow">https://igor.moomers.org/posts/github-pages-proxying-and-red...</a><p>But then I wanted to play with nextjs + typescript, have total control over how everything works, and host it myself in a container so I wrote a little static generator with next: <a href="https://github.com/igor47/blog">https://github.com/igor47/blog</a><p>I think there are many ways to generate a site from images and markdown and the "best" depends on what you're trying to achieve
I used to just use GitHub Pages but not really satisfied with the existing templates that the generators (Jekyll, Hugo etc.) have on GitHub. I now just started using self-hosted Ghost and absolutely loving it. It has a really nice CMS, and beautifully designed templates.
I developed my personal site - <a href="https://vladislavsorokin.com" rel="nofollow">https://vladislavsorokin.com</a> (not much content there though) with NextJS typescript markdown blog template <a href="https://github.com/vercel/next.js/tree/canary/examples/blog-starter">https://github.com/vercel/next.js/tree/canary/examples/blog-...</a><p>Now I am thinking about markdown editor, because writing content in VSCode, well, its ok, especially if you copy-paste from GPT, but ideally I would like to write it on the page itself so you see immediately what you get and you don't need to run the localhost etc. I think its not really that hard to make it.
Depends a bit on what you want to accomplish.<p>I use Jekyll/Minimal Mistakes/Github pages for product blogs, where I just want to broadcast information or have it available for people to find through search, and where I need to own and brand the domain name itself.<p>I use Substack for a few projects where I want a stronger relationship with the audience - commenting, automatic email list building and distribution, and easy/attractive formatting. I just keep the Substack free, and don't worry about the domain name (x.substack.com) is fine.
Bear blog hosts a bunch of technical blogs, is markdown based, and open-source.<p><a href="https://bearblog.dev" rel="nofollow">https://bearblog.dev</a>
I can recommend you a simple and backwards compatible hosting <a href="http://web1.0hosting.net/" rel="nofollow">http://web1.0hosting.net/</a><p>Web 1.0 Hosting - is an advanced static hosting with some predefined most necessary ready-made scripts, a smallweb project that makes it possible to access static websites from old devices such as retro computers, old operating systems, palmtops, and cellular phones as part of an initiative to save the old web and support the smallweb movement. Hosting of modern websites and the use of modern technologies are also permitted. There is also a search engine, web mail and web chat, working on both modern and legacy systems.
Blogger is still around. Themes look very old fashioned but I think overall it's good enough to publish. This blog <a href="https://www.filfre.net/2024/07/the-later-years-of-douglas-adams/" rel="nofollow">https://www.filfre.net/2024/07/the-later-years-of-douglas-ad...</a> was on first page on HN a couple of days ago and it is blogger.
Jekyll is easy to use and you can write posts using markdown. There are several themes available out there, but it's also easy to work with the back end to customize. I've used Jekyll with Gitub pages for several years with no issues [0]. Plus, hosting is free on Github!<p>[0] <a href="https://bcmullins.github.io" rel="nofollow">https://bcmullins.github.io</a>
My personal blog/website (and a lot of my other small websites) are hosted on Github. Jekyll, the OG of SSG, manages them. Github also has a built-in editor that you can write directly in the browser. If you are starting from scratch, it should be pretty straight forward and easy.<p>I wrote an article on how I moved to this much simpler setup from WordPress after 15+ years <a href="https://brajeshwar.com/2021/brajeshwar.com-2021/" rel="nofollow">https://brajeshwar.com/2021/brajeshwar.com-2021/</a><p>You focus on the content, let Github take care of the tooling.<p>- <a href="https://docs.github.com/en/codespaces/the-githubdev-web-based-editor" rel="nofollow">https://docs.github.com/en/codespaces/the-githubdev-web-base...</a><p>- <a href="https://jekyllrb.com/docs/github-pages/" rel="nofollow">https://jekyllrb.com/docs/github-pages/</a>
Had the same grip as you, so I set out to fix it.<p>I found solutions out there were either full fledged cms which are cumbersome to setup and honestly distracting.<p>I was looking for something that was easy to work with like medium or notion, supports markdown syntax, and is fully headless because I like tinkering with the other frontend stuffs. If you have similar issues, check out wisp: <a href="https://wisp.blog/" rel="nofollow">https://wisp.blog/</a>.<p>You can even try out the editor before signing up for anything: <a href="https://www.wisp.blog/try-editor" rel="nofollow">https://www.wisp.blog/try-editor</a><p>Also if you are looking to have a blog template to just kickstart the process, you can get everything wired up in the next 20 mins with this: <a href="https://github.com/Wisp-CMS/nextjs-blog-cms-wisp">https://github.com/Wisp-CMS/nextjs-blog-cms-wisp</a><p>Disclaimer: I'm the builder for wisp and have 200+ happy users now.
I like to keep things as simple as possible. I just write my blog posts directly as HTML, using Svelte+Kit as my technology stack, hosted on a cheap Hetzner VPS. I didn't want to learn or build a static site generator, and my articles mostly consists of a header and a bunch of <p>-s anyway.
Jekyll, hosted on github pages is what I use<p>Currently using a theme from here <a href="https://jekyll-themes.com/free" rel="nofollow">https://jekyll-themes.com/free</a><p>When I'm travelling I could just edit the markdown/upload photos on the phone browser
I wrote a very simple python script to crush markdown into HTML in the right way. Maybe 200 lines.<p>I think the writing effort was about similar to the effort it would take to learn some other guy's system, adapting it to my particular requirements.
I use NuxtJS + Netlify + Cloudflare (DNS). Recently Nuxt released <a href="https://nuxt.studio" rel="nofollow">https://nuxt.studio</a> making it more easier for me to edit contents.<p>My sites are pretty small. The only thing I pay for now is the domain which is around $9 to $15 per year/domain.
self-host gives you flavor though (your own domain, absolute choice in what you can use, and of course 'meta content' (this is how i host this blog, vs github pages, vs medium<p>as for the quality of the content, it is usually a mix of personal experience (e.g. <a href="https://jvns.ca/blog/" rel="nofollow">https://jvns.ca/blog/</a>, <a href="https://folklore.org/0-index.html" rel="nofollow">https://folklore.org/0-index.html</a>, <a href="https://www.filfre.net/" rel="nofollow">https://www.filfre.net/</a> )
and number of hours to write.it
By far the easiest if you just want to go from markdown to online blog would be a static site on Github pages. I use Hugo [0] with a custom theme but there are even easier options if you don't even care about style. In particular, I have used Grip [1], which can generate HTML from markdown.<p>[0] <a href="https://lukesalamone.github.io" rel="nofollow">https://lukesalamone.github.io</a><p>[1] <a href="https://github.com/joeyespo/grip">https://github.com/joeyespo/grip</a>
I run one blog on Jekyll[0], another on Hugo[1]. I must admit, Hugo somehow feels much more flexible and fast.<p>- [0] <a href="https://jekyllrb.com/" rel="nofollow">https://jekyllrb.com/</a>
- [1] <a href="https://gohugo.io/" rel="nofollow">https://gohugo.io/</a><p>blog running on hugo: <a href="https://hackerstations.com/" rel="nofollow">https://hackerstations.com/</a>
I use <a href="https://www.bridgetownrb.com/" rel="nofollow">https://www.bridgetownrb.com/</a> and it works pretty well. Very easy to use and deploy. Blog posts are listing line by line, like "index". I didn't customize much from the generated code(only logo and header). You can take a look: ruzig.com
I've been running a setup that uses Hugo[0] + GitLab CI + S3 for years and it's worked really well for my blog[1]. Very low hassle.<p>- [0] <a href="https://gohugo.io/" rel="nofollow">https://gohugo.io/</a><p>- [1] <a href="https://liza.io" rel="nofollow">https://liza.io</a>
I switched back and forth between Astro and Hugo.<p>I ended up staying with Hugo because I post loads of photos and image optimisation, or responsive images, was much easier to implement in Hugo.<p>I heard Astro now has better image processing, so I might give it another try as migrating templates and posts between Hugo and Astro was actually pretty easy.
I use substack thinkingthrough.substack.com<p>I have hosted many in the past. Self hosted, wordpress, and a php version (I forgot what it was called)<p>The biggest problem with all those was dealing in spam comments and bad cross links.<p>Then I tried medium but it didn’t use to share subscriber emails.<p>Ended up migrating to Substack and been very happy with it for past 3 years
Interestingly, Notion has just announced today the ability to publish from their tool: <a href="https://www.notion.so/help/public-pages-and-web-publishing" rel="nofollow">https://www.notion.so/help/public-pages-and-web-publishing</a>
Besides those large installations there are still some classics like <a href="https://www.dreamwidth.org/" rel="nofollow">https://www.dreamwidth.org/</a> where one can publish a journal (aka blog).
<a href="https://jamstack.org/generators/" rel="nofollow">https://jamstack.org/generators/</a> has a list of static site generators (I think you can ignore the "for jamstack" part).
I've been a fan of using Netlify and Netlify-CMS (Decap now) with 11ty template.<p><a href="https://www.11ty.dev/docs/starter/" rel="nofollow">https://www.11ty.dev/docs/starter/</a>
Use a static site. Compress your pages. Easy way to make it fast.<p>A static site generator is probably best, but the best one for you comes down to preference.
i will extend the questions with: is there anything like github|gitlab|etc pages, which allow full access to access logs?<p>(because git* pages is the near perfect solution, if they gave access to access logs)