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: What is your blog stack?

18 pointsby fredrbalmost 5 years ago

25 comments

GeneralMaximusalmost 5 years ago
WordPress, because I just want to write. I've been running it since 2004 or 2005, and I don't see a point in fixing what isn't broken.
frompdxalmost 5 years ago
I self host my blog with WordPress. It&#x27;s easy to use and works well enough. No real complaints other than the lack of vim bindings in the editor, although I imagine there is a plugin for that.<p>There is a small twist to my hosting. I host my blog alongside a number of other apps I have built with DigitalOcean&#x27;s managed Kubernetes offering. Not for everyone but I like it.
peruvianalmost 5 years ago
I use Blot <a href="https:&#x2F;&#x2F;blot.im&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blot.im&#x2F;</a> which costs $3&#x2F;mo.<p>You can use a Dropbox folder or a Git repository, have full control of the styling of your blog, things automatically sync and work, etc. I&#x27;ve found it worth the price, which I don&#x27;t even notice.
fileeditviewalmost 5 years ago
Shameless plug: I am using my own &quot;stack&quot; to publish Github Issues on Github Pages.<p>See <a href="https:&#x2F;&#x2F;github.com&#x2F;dbriemann&#x2F;glyph-zero" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dbriemann&#x2F;glyph-zero</a> to see how it works.
JPLeRouzicalmost 5 years ago
I use a modified HTMLy [0] self-hosted blog for <a href="https:&#x2F;&#x2F;padiracinnovation.org&#x2F;News&#x2F;" rel="nofollow">https:&#x2F;&#x2F;padiracinnovation.org&#x2F;News&#x2F;</a><p>I mainly refactored a few huge PHP files into many files having &quot;one function per file&quot; and added statistics.<p>What attracted me to HTMLy instead of Wordpress was the capability to understand the code base and provide modifications as I feel needed.<p>I did try to add comments to pages, but was not satisfied with what I wrote.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;danpros&#x2F;htmly" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;danpros&#x2F;htmly</a>
tmalyalmost 5 years ago
I use Hugo, I made my own template by modifying an existing open source one. I write my articles in vim and just render and rsync to my blog.<p>I use to use wordpress, but I did not want to deal with all the updates etc. One of my wordpress sites did get hacked at one point, probably due to a third party template.<p>The one thing I wish I had a little more control over would be the placement of new articles on the front page.
codegeekalmost 5 years ago
Self Hosted WordPress. No plugins. just a simple theme with caching enabled and also behind cloudflare. Works good enough for me.
stakkuralmost 5 years ago
I used WordPress for many years. Recently, I experimented a lot with Jekyll, Hugo and Pelican, and settled on Hugo, hosted on a regular web host. I move files via sftp and a script. Right now I&#x27;m wiring it up to Emacs.<p>But I&#x27;m not convinced Hugo is the answer for me yet, and might settle on Pelican.
sethammonsalmost 5 years ago
Hugo, self hosted on Digital Ocean. I keep it all in git, and push&#x2F;pull both locally and remotely.
评论 #23337590 未加载
bckygldstnalmost 5 years ago
I use jekyll, with a script to render each page&#x2F;post and inline only the css rules that apply to the dom.<p>Hosted on google app engine which is cheap as, it serves static files quickly while making it easy to add server-side logic where needed.
评论 #23338749 未加载
sogenalmost 5 years ago
boring Wordpress, works great, no bike shedding needed, no tinkering needed.
DarrenDevalmost 5 years ago
Wordpress.com<p>I&#x27;m old school.
XCSmealmost 5 years ago
Not a fully featured blog, but my <a href="https:&#x2F;&#x2F;github.com&#x2F;Cristy94&#x2F;markdown-blog" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Cristy94&#x2F;markdown-blog</a>
sdiwalmost 5 years ago
I&#x27;ve been using Ghost ever since I switched my blog from WordPress. I&#x27;ve been pretty happy with it and their editing experience is great. I host it on Digital Ocean.
atmosxalmost 5 years ago
middleman for static site generation, Skeleton CSS, font awesome for icons, github actions for deployment pipeline, aws s3 for hosting and aws cloudfront as a CDN.
arman_ashrafianalmost 5 years ago
I&#x27;m setting up a blog soon. I&#x27;m planning on using pandoc and some shell scripts to generate the html from markdown and host on github pages.
conradludgatealmost 5 years ago
Hosted on github pages, built with hugo using a custom theme. I just create markdown files and push them, then CI builds and deploys the static html
k00balmost 5 years ago
Jekyll and S3. Simple to do and cheap.
uk_kingalmost 5 years ago
I&#x27;m a computer enginerring student and made a blog with LAMP stack along with WordPress and Divi theme.
l1ghthousealmost 5 years ago
Xcode with Publish (static site generator written in Swift) -&gt; Generate -&gt; SFTP to server
punkdudezalmost 5 years ago
VuePress and GitHub pages. 0$
karmakazealmost 5 years ago
GitBook.com I care about making content rather than styling.
kpwagsalmost 5 years ago
Jekyll hosted on AWS
评论 #23337542 未加载
soulchild37almost 5 years ago
Nodejs (Ghost), hosted on DigitalOcean
mortivorealmost 5 years ago
gatsby.js, github, netlify