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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Suggest a platform for programming blog

9 点作者 Xelom大约 11 年前
Hi,<p>I want to start a programming blog to share my experiences nowadays. I think I&#x27;ve got enough experience to guide fellow new developers. There will be plenty of code in the blog too. So I was wondering which platform suits my needs.<p>- Ghost - Blogger - Medium - Wordpress - Github Pages with Jekyll - My custom site? - Other<p>Thanks :)

13 条评论

aric大约 11 年前
How much control do you want?<p>No one can answer for you whether you want more control and your own site. If I can assume based on your comment history that you&#x27;re focused on Win&#x2F;C#, perhaps creating one with a C# blogging engine will be most rewarding?[1] If you feel it&#x27;s a time sink, then you probably want to jump right into writing. In which case the stability and portability of Blogger + domain name + code formatting plugins is probably adequate.<p>1. <a href="https://www.google.com/search?hl=en&amp;as_q=c%23+blog&amp;as_oq=software+engine+open+source&amp;as_qdr=y" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;search?hl=en&amp;as_q=c%23+blog&amp;as_oq=sof...</a> (filtered by past year)
archagon大约 11 年前
I&#x27;m only talking the talk since I&#x27;m currently hosted on Wordpress, but I&#x27;m starting to think that a static site generator is the best option. Why? Because, a) programming blogs are a bit like academic papers in that they depend on careful markup, and b) they work a lot better when they&#x27;re minimalistic, with a strong emphasis on the code. With a static site generator, the definitive version of each article can be a simple, easy-to-edit Markdown file; you don&#x27;t have to reason about HTML&#x2F;PHP&#x2F;SQL unless you really want to. The content is perfectly decoupled from the presentation, and you can edit your articles in your favorite text editor to boot.
brudgers大约 11 年前
There&#x27;s two questions here.<p><pre><code> Where should I host my blog? What software should I use? </code></pre> If you have already have website, then something that works with your hosting provider makes sense. If you don&#x27;t have a website, then it might make sense to find a hosting provider to host your blog.<p>As for software, simpler is probably better. But simpler is in the eye of the beholder. It might be optimized for setup or maintenance or aesthetics of the interface or remote posting or something else. The software choice comes down to workflow and workflow may depend on hosting choice.
Ruenzuo大约 11 年前
I&#x27;ve been using Ghost with Github Pages: <a href="http://ruenzuo.github.io/" rel="nofollow">http:&#x2F;&#x2F;ruenzuo.github.io&#x2F;</a>, I&#x27;m running a local instance of Ghost and using this static site generator: <a href="https://github.com/axitkhurana/buster" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;axitkhurana&#x2F;buster</a>
评论 #7386026 未加载
ulisesrmzroche大约 11 年前
I run a little ember app pulling in JSON from whatever blog app I&#x27;m using at the moment. I don&#x27;t know where I read that your blog is your dojo or something like that (maybe pragmatic programmer? ) but it made a good point that your blog is a place for you to train at.
iends大约 11 年前
All of those will work. For my blog I use ghost because it&#x27;s a nice mix between bloat (Wordpress) and having to do a lot (theming, etc) yourself (Jekyll). Its also low memory compared to wordpress, in my experience, which is nice on a cheap digital ocean vps.
dinosaurs大约 11 年前
I use Ghost for my own blog and I&#x27;m happy with it. It&#x27;s quick to set up, easy to use and beautiful. The markdown editor is great and in my experience the platform really stays out of your way and lets you focus on writing a blog post.
colemiller大约 11 年前
I second Ghost, for the same reasons, easy to use yet thorough and beautiful. The markdown in Ghost easily allows for adding in blocks of code. No experience with it, but an Octopress blog through github is probably a good project to have too.
lauradhamilton大约 11 年前
If you like ruby on rails and want something lightweight that&#x27;s easy to customize: <a href="https://github.com/natew/obtvse2" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;natew&#x2F;obtvse2</a>
sergiotapia大约 11 年前
<a href="http://tech.pro/" rel="nofollow">http:&#x2F;&#x2F;tech.pro&#x2F;</a><p>---<p>Write using Markdown, reach wide audiences, awesome analytics and just a wonderful PLEASANT writing experience.
BillAtHRST大约 11 年前
Recently had to figure that out also, and ended up going with github hosting and octopress blog framework. Very happy with both, particularly with how code-friendly they are.
talmir大约 11 年前
I use ghost for my blog (<a href="http://kristinn.ghost.io/" rel="nofollow">http:&#x2F;&#x2F;kristinn.ghost.io&#x2F;</a>). I like it very much :) It just feels natural.
tekknolagi大约 11 年前
Jekyll! Static blog, very fast, GitHub offers free hosting.