Ask HN: Looking for lightweight personal blogging platform
11–20 of 84 posts
Re: Ask HN: Looking for lightweight personal blogging platform
#12If I were to start again from scratch, I'd likely use Zola as SSG ( https://www.getzola.org/ )
Re: Ask HN: Looking for lightweight personal blogging platform
#13For a technical person, it does the job pretty well and almost without any maintenance effort:
- Github: https://github.com/TCGV/Blog
- Live: https://thomasvilhena.com/
Re: Ask HN: Looking for lightweight personal blogging platform
#14Most SSGs, or if you want to have it easy: https://getpublii.com/ - generates static sites, can publish to github pages (among others), has themes.
Re: Ask HN: Looking for lightweight personal blogging platform
#15If you're looking to get started right away and don't care about having it hosted by someone else there's also bearblog[2] which I can recommend btw.
Re: Ask HN: Looking for lightweight personal blogging platform
#16The most simple thing I could think of would be asciidoc + github pages. Write stuff, generate output HTML, push all to repo, wait for sync. Done.
Re: Ask HN: Looking for lightweight personal blogging platform
#17* draft in markdown
* render in HTML (using any Markdown to HTML tool, e.g. pandoc)
* link your CSS in the HTML file.
* push to your preferred serving platform
This has the advantage of getting you started as quick as you can open an editor.
If after 5 posts you are wanting a tool, pick whichever (Hugo).
Re: Ask HN: Looking for lightweight personal blogging platform
#18Re: Ask HN: Looking for lightweight personal blogging platform
#19Re: Ask HN: Looking for lightweight personal blogging platform
#20Type markdown, build in docker, publish assets to GitHub Pages :tada: