TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What tech stack do you use for your blog?

5 点作者 jilles超过 1 年前
Hi y&#x27;all,<p>There are quite a few blogging solutions out there. My original blog uses a self hosted version of Ghost on a DigitalOcean droplet for about $5 a month. It has served me well. I am looking to start another personal blog, less focussed on technology. What are the tech stacks you&#x27;d use today for a blog?<p>A few options I have considered:<p>* Ghost: Known for its simplicity and focus on content creation. * WordPress: A versatile choice with a vast ecosystem of themes and plugins. * Jekyll: Great for static sites, often combined with GitHub Pages. * Running on Vercel: For modern frontend frameworks and Jamstack architecture.<p>Would love to hear if I am missing any great options.

7 条评论

BirAdam超过 1 年前
I wrote a few bash CGI scripts. With those in place, I just toss my markdown files into a posts&#x2F; directory and they become entries.<p>Then, there are just 3 limitations. The title starts with #, the date starts with ##, and those must be the first two lines of text. Then, anywhere in the document a line that starts with &quot;tags: &quot; contains tags that are separated with a space.<p>It works for me.
bojanvidanovic超过 1 年前
I experimented with many stacks, but I&#x27;m sticking to: Hugo, TinaCMS, Tailwind, Stimulusjs, and Turbojs, all hosted on Cloudflare Pages.<p>website: <a href="https:&#x2F;&#x2F;bojanvidanovic.com" rel="nofollow">https:&#x2F;&#x2F;bojanvidanovic.com</a>
XCSme超过 1 年前
I made my own blog that just displays Markdown using PHP&#x2F;Apache: <a href="https:&#x2F;&#x2F;github.com&#x2F;Cristy94&#x2F;markdown-blog">https:&#x2F;&#x2F;github.com&#x2F;Cristy94&#x2F;markdown-blog</a>
KomoD超过 1 年前
I used to use Ghost as well, very pleasant experience.<p>If you like it I see no reason to use anything else, especially if you&#x27;re already used to it.
bediger4000超过 1 年前
hugo (Mainroad theme), github, vim, gimp, imagemagick, Apache httpd, CentOS on a VPS, a little PHP.<p>Hugo was trickier than I wanted to get correct.<p>I avoided WordPress because I ran a WordPress honeypot for a while, and holy cow, do people go after WordPress sites hard.
sklarsa超过 1 年前
Zola, GitHub and Netlify. Easy and free
reacharavindh超过 1 年前
Material for Mkdocs<p>Https:&#x2F;&#x2F;aravindh.net