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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you blog in 2018?

5 点作者 josephmx将近 7 年前
What do you use to blog in 2018? Ghost? WP? Something else?

5 条评论

paulwithap将近 7 年前
I use Medium sporadically, and I think it&#x27;s a good platform to use if you don&#x27;t already have an audience, since it&#x27;s easy to repost to larger publications and gain distribution.<p>Once you gain an audience, or if you already have one, then using an open source platform is the way to go.<p>WordPress is probably the best choice, since the ecosystem is just so much larger than anything else out there. I would really suggest finding a managed service over deploying it on an ec2 instance or something. Security is a constant battle on WordPress sites, and it&#x27;s just better to have someone else deal with that.<p>If you don&#x27;t care about distribution or growing an audience and are just blogging for fun, then something like Hugo might be a good choice.
kaushalmodi将近 7 年前
I write my posts[0] in Org mode[1], export them to Markdown using ox-hugo[2], publish to HTML using Hugo[3], and deploy the site over HTTPS using Netlify[4].<p>[0]: <a href="https:&#x2F;&#x2F;scripter.co" rel="nofollow">https:&#x2F;&#x2F;scripter.co</a><p>[1]: <a href="https:&#x2F;&#x2F;orgmode.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;orgmode.org&#x2F;</a><p>[2]: <a href="https:&#x2F;&#x2F;ox-hugo.scripter.co&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ox-hugo.scripter.co&#x2F;</a><p>[3]: <a href="https:&#x2F;&#x2F;gohugo.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gohugo.io&#x2F;</a><p>[4]: <a href="https:&#x2F;&#x2F;www.netlify.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.netlify.com&#x2F;</a>
Huhty将近 7 年前
We use self-hosted WP. I find it&#x27;s the most flexible option.
mindcrime将近 7 年前
Self-hosted Apache Roller.
wpmoradi将近 7 年前
also curious on this!!!