TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Which blogging platform do you use?

9 pointsby rajeshmralmost 9 years ago
Dear HN Community,<p>I am curious to know which blogging platform you use ? Is it paid or free ? Do you self-host ? What is the running costs in case you self-host and what sort of limitations are there to using a platform vs self-hosting ?<p>Thanks for your inputs!<p>Cheers!

17 comments

tomaspollakalmost 9 years ago
Self hosted here.<p>I migrated from Wordpress to Middleman for my blog [0], but wanted to have a web UI for writing and editing blog posts so I wrote my own [1]. Here&#x27;s a screenshot [2].<p>I also didn&#x27;t want to lose all the comment history so I wrote another gem [3] for Disqus-like comments, which are loaded via AJAX given that the website is completely static.<p>I haven&#x27;t gotten around documenting the gems but hope to do sometime this month!<p>[0] <a href="http:&#x2F;&#x2F;bootlog.org" rel="nofollow">http:&#x2F;&#x2F;bootlog.org</a> [1] <a href="https:&#x2F;&#x2F;rubygems.org&#x2F;gems&#x2F;artifact" rel="nofollow">https:&#x2F;&#x2F;rubygems.org&#x2F;gems&#x2F;artifact</a> [2] <a href="https:&#x2F;&#x2F;twitter.com&#x2F;tomaspollak&#x2F;status&#x2F;753728789679529985" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;tomaspollak&#x2F;status&#x2F;753728789679529985</a> [3] <a href="https:&#x2F;&#x2F;rubygems.org&#x2F;gems&#x2F;cachai" rel="nofollow">https:&#x2F;&#x2F;rubygems.org&#x2F;gems&#x2F;cachai</a>
评论 #12249852 未加载
评论 #12242302 未加载
azdlealmost 9 years ago
For my site [0], I use a custom static site generator that I wrote myself in rust. [1] (Because you know what the world really needed more than anything else? Yeah, yet another static site generator.) It&#x27;s super basic right now, but it does the job.<p>Since it&#x27;s a fully static site, I have Nginx serving it directly on a $5&#x2F;mo DO server, along with a bunch of other crap. Static sites are great because they need almost nothing from a server for hosting.<p>Also, the site style is heavily inspired by [2].<p>[0] <a href="https:&#x2F;&#x2F;psbarrett.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;psbarrett.com&#x2F;</a> [1] <a href="https:&#x2F;&#x2F;github.com&#x2F;azdle&#x2F;virgil" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;azdle&#x2F;virgil</a> [2] <a href="http:&#x2F;&#x2F;bettermotherfuckingwebsite.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;bettermotherfuckingwebsite.com&#x2F;</a>
评论 #12242239 未加载
评论 #12242247 未加载
评论 #12242240 未加载
emmetogradyalmost 9 years ago
I use Jekyll (<a href="https:&#x2F;&#x2F;jekyllrb.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jekyllrb.com&#x2F;</a>) which generates static html pages from templates and your blog posts written in markdown. The advantage of this is that I can put my entire blog in git. Also there is no database needed, which makes hosting much easier.<p>I generate the static html and then put them inside a docker container to deploy. The host is a bare metal server (not free but cheap) with docker installed.<p>Both of these blogs use Jekyll + Docker as described above:<p>- <a href="http:&#x2F;&#x2F;blog.nimbleci.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.nimbleci.com&#x2F;</a><p>- <a href="http:&#x2F;&#x2F;blog.emmetogrady.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.emmetogrady.com&#x2F;</a>
评论 #12241857 未加载
评论 #12242077 未加载
评论 #12242494 未加载
评论 #12242086 未加载
评论 #12242097 未加载
tedmistonalmost 9 years ago
Ghost, self-hosted, the software is free and I pay $5&#x2F;month for the small DO box.<p>The platforms (Wordpress.com, Ghost(Pro), Blogger, etc) will probably handle massive spikes better. With something like CloudFlare, I think you can mitigate a lot of that though.<p>I&#x27;ve also been happy with Tumblr in the past — there&#x27;s no self-hosted version available, but hosted is free. I like Ghost&#x27;s writing tools better, but Tumblr&#x27;s media tools are far more full featured and battle tested from years of tons of users.
评论 #12242093 未加载
detaroalmost 9 years ago
Slightly unrelated, you IMHO should always use a solution where you can use your own domain name, so you can rescue your content to your own server or another provider and keep your links alive (in case a service is shutting down, your preferences change, ...)<p>I personally run a DIY-thing, but that&#x27;s not because I necessarily think that is a good idea ;) If I weren&#x27;t using that I&#x27;d either use a static site generator of some kind or pay for Wordpress.com.
评论 #12242276 未加载
simplehumanalmost 9 years ago
I use wordpress, I actually have 4 of them on the same server. Yes, I selfhost.<p>edit: cost me ~20 USD a month for the managed server.
morglalmost 9 years ago
I use one that I wrote from scratch with Flask. I love the simplicity of both its code &amp; UI. Recently added an admin panel so I can even edit posts while commuting. It&#x27;s hosted on a 5$&#x2F;month Vultr VPS. Had lot of fun trying to make it &quot;secure&quot;.<p>In my case the big inconvenience is that I spend more time developing&#x2F;improving it than actually writing articles.
评论 #12242287 未加载
Artlavalmost 9 years ago
If &quot;self-hosting&quot; means &quot;web hosting&quot; these days, then my blog&#x2F;portfolio site [1] is on a regular web hosting ($45&#x2F;year, got a few other sites there as well), and runs on the code i wrote myself (PHP, no DB).<p>It took a few years (about a decade, really) to get the design right - people&#x27;s perception is a weird thing, what looks nice to me is an abomination to most, and i usually got about one piece of feedback per year.<p>That&#x27;s probably the biggest argument i can give against going DIY with web design.<p>I&#x27;ve had a few game servers self-hosted (in the &quot;PC-under-the-table&quot; sense), and i would really advice to get a real hosting for such things - every time the internet is acting up or you try something that needs parts from the server box, someone would ping you on Skype about why the server is down. :&#x2F;)<p>[1] <a href="http:&#x2F;&#x2F;orbides.org" rel="nofollow">http:&#x2F;&#x2F;orbides.org</a>
jyotiskaalmost 9 years ago
I use my own static site generator &quot;minni&quot; - <a href="https:&#x2F;&#x2F;github.com&#x2F;jyotiska&#x2F;minni" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jyotiska&#x2F;minni</a>. The UI used to be really basic, so I tweaked it a little in last couple of days. Here is the link to the blog - <a href="https:&#x2F;&#x2F;jyotiska.github.io&#x2F;blog&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jyotiska.github.io&#x2F;blog&#x2F;</a>
评论 #12245844 未加载
kevindeasisalmost 9 years ago
<a href="https:&#x2F;&#x2F;medium.com&#x2F;free-stuff" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;free-stuff</a><p>I&#x27;m using Medium, it has limited features, but it&#x27;s the best out there if you&#x27;re just looking for something simple. Quality of posts in Medium as a community is better than MOST blogging platforms out there.
atsalolialmost 9 years ago
I use WordPress on a shared server at A2 Hosting. It&#x27;s about ten bucks a month and it does everything I need. I recently installed wp-cli so I can make and edit posts from the command line so I can write in pure markdown without getting into knock down fights with the built in editor about formatting.
thenomadalmost 9 years ago
Hosted Wordpress (with WP-Engine).<p>The ecosystem (primarily the number of really nice themes) and the fact I&#x27;ve been using it for years just means it&#x27;s the simplest option.<p>I&#x27;d probably never self-host it again for anything important, though. Too much configuration &#x2F; update &#x2F; tweaking &#x2F; security &#x2F; etc &#x2F; etc time.
评论 #12242079 未加载
siquickalmost 9 years ago
<a href="https:&#x2F;&#x2F;medium.com&#x2F;sound-shelter&#x2F;" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;sound-shelter&#x2F;</a><p>+ Instant access to Medium userbase.<p>+ Solid SEO as the site is spidered so much quicker than any blog I&#x27;ve ever had.<p>+ Nice layout and easy to read.<p>- I don&#x27;t own the content.<p>- If Medium closes, so does my blog.
评论 #12245839 未加载
jklein11almost 9 years ago
I currently use Github Pages and Jekyll. I did this because it was free and dead simple. At some point I&#x27;m thinking about moving it over to Amazon S3 because its cheap, highly scalable, and a good excuse to try out Amazon S3.
drakonkaalmost 9 years ago
I have recently switched to Hugo static site generator (from Octopress), deploy via GitLab CI, and host on S3.
评论 #12247482 未加载
rajeshmralmost 9 years ago
EDIT : Please share links to your blogs too.. it would be great to know your work!
taprunalmost 9 years ago
I wrote my own from scratch.
评论 #12242087 未加载