Ask HN: What's your blog / portfolio stack?
21–30 of 49 posts
Re: Ask HN: What's your blog / portfolio stack?
#22Re: Ask HN: What's your blog / portfolio stack?
#23Markdown that is then unceremoniously shoveled to WordPress with some finagling of the images. I'm not trying to experiment with fancy tech when I write, just trying to get the words out of my head. If something gets mathy I'll use LaTex.
Re: Ask HN: What's your blog / portfolio stack?
#24Re: Ask HN: What's your blog / portfolio stack?
#25Usually Sveltekit + Vercel for blogs and bigger projects.
Re: Ask HN: What's your blog / portfolio stack?
#26- Jekyll => which generates static pages -> amazing to deploy it on Github Pages or any web server
- Rails 8 with Sitepress => for when I want to have some extra dynamic functionality. With Rails 8 running with defaults like SQLite and import maps there is little to be done for server config/installation
I prefer Markdown syntax for blogposts. It is the most "transferrable" way for blog content. Multiple other blog engines are supporting it, so if you want just to use something else, you can just take the MD files and put them there.
Re: Ask HN: What's your blog / portfolio stack?
#27I also use Listmonk for my newsletter and Umami for analytics, both open source and easy to run from Pikapods.
I wrote about my publishing process here:
Re: Ask HN: What's your blog / portfolio stack?
#28When I'm on the go I don't really do any building, I'll add/edit a markdown file, push it to the remote in a branch. Cloudflare Pages will then give me a preview environment. If I like what I see, I merge the PR and it automatically deploys to "production."
Re: Ask HN: What's your blog / portfolio stack?
#29Re: Ask HN: What's your blog / portfolio stack?
#30Netlify & Cloudflare
D3
Python (to generate Markdown files)