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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you blog for your startup/site?

7 点作者 impostervt大约 9 年前
I tend to develop with Node.js&#x2F;express using EJS as the templating language, and have several sites with a blog, but I&#x27;ve never found a great solution for keeping the blog in-house.<p>I tend to use Blogger or Tumblr or something like that, but it&#x27;s a pain to keep the look&#x2F;feel the same.<p>I&#x27;ve seen various static-site generators such as Jekyll, but I really want to be able to reuse my main site&#x27;s header.ejs - and I haven&#x27;t found one that does that.<p>Any thoughts?

6 条评论

akbar501大约 9 年前
I use Hugo (<a href="https:&#x2F;&#x2F;github.com&#x2F;spf13&#x2F;hugo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;spf13&#x2F;hugo</a>) to generate both the DynomiteDB website and blog.<p>I&#x27;ve tried many different blogging solutions and I find Hugo to be exceptionally easy, especially when combined with GitHub pages.<p>The current blogging workflow to publish an article is only 3 steps:<p>vi some-new-post.md &amp;&amp; .&#x2F;build &amp;&amp; git push<p>There are SEO benefits to having your website and blog use the same domain, which is one more reason why we chose this route.
Huhty大约 9 年前
Wordpress is never a bad choice IMO.
siquick大约 9 年前
Just switched over to Medium.com with a custom domain.<p>The writers on the blog love the interface and the added bonus that their articles can get instant exposure to Mediums readers.
brudgers大约 9 年前
1. Does the time saved by reusing the header.ejs dwarf the time spent searching for and evaluating blog platforms?<p>2. How hard would it be to build a deploy system that updates a Jekyll site when the header.ejs changes?<p>3. Maybe a CMS is a better choice.<p>Good luck.
crypticlizard大约 9 年前
medium redirected through my domain (which is super cool, check out the signal v noise post on switching to medium...)<p>TLDR: using medium means you are letting it be easy, and avoiding the cobbler&#x27;s own shoe type of problem.
adityar大约 9 年前
blogger redirected to subdomain (blog.startup.com)