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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to Build a Blog?

2 点作者 baddate大约 2 年前
Hey HN community,<p>I&#x27;m looking to start a blog to write something, but I&#x27;m not sure where to start. I&#x27;m not very experienced with web development, so I&#x27;m looking for advice on the best tools to build a blog website.<p>What tools and technologies should I consider? Should I use a CMS like WordPress or a static site generator like Hugo? I&#x27;d appreciate any advice, tips, or recommendations you can offer on how to get started. Thanks in advance for your help!

4 条评论

buttmuffin大约 2 年前
<a href="https:&#x2F;&#x2F;www.joshwcomeau.com&#x2F;blog&#x2F;how-i-built-my-blog&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.joshwcomeau.com&#x2F;blog&#x2F;how-i-built-my-blog&#x2F;</a>
pclmulqdq大约 2 年前
I suggest using Hugo or another static site generator, finding a theme you like, and making a few changes if you want. For deployment, you can use a service like github pages or a discount cloud server (digitalocean a good tutorial) plus a CDN to run the site.<p>Otherwise, write a lot.
zamnos大约 2 年前
if you&#x27;re handy with git, <a href="https:&#x2F;&#x2F;pages.github.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pages.github.com&#x2F;</a> is pretty straight forwards.
hmmokidk大约 2 年前
I like Gatsby. Deploy to github pages.