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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do you still self-host a blog? What's your publishing stack?

12 点作者 krrishd大约 1 个月前
Question says it all - I'm curious what the state of the art is for a community like HN (that, intuitively, wouldn't just start an eg. Substack).

24 条评论

chistev大约 1 个月前
My personal blog is -<p><a href="https:&#x2F;&#x2F;rxjourney.com.ng" rel="nofollow">https:&#x2F;&#x2F;rxjourney.com.ng</a><p>I self host because I love writing code. It&#x27;s inspired by Medium. It was built with Django and Svelte. I could have written the whole thing with Django but I wanted to learn Svelte, and I had plans of making it bigger and more interactive initially.<p>It&#x27;s hosted on Render.
评论 #43546264 未加载
boricj大约 1 个月前
It&#x27;s hosted on a computer located inside my apartment. It used to be hosted on a cheap Synology NAS. No Cloudflare or CDN or anything like that, just a bare NGINX server.<p>The website itself is built on Jekyll, but I want to switch to something else because I don&#x27;t use Ruby&#x2F;Gem for anything else and I can&#x27;t be bothered to commit that stack to memory just for that.
评论 #43548603 未加载
dostoynikov大约 1 个月前
<a href="https:&#x2F;&#x2F;dostoynikov.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dostoynikov.com&#x2F;</a><p>Made with Hugo and hosted on SourceHut. I am not a developer but I can call myself tech-savvy I guess. I love to tinker on my blog a lot; inspire from and discover other blogs.
csomar大约 1 个月前
Github pages: <a href="https:&#x2F;&#x2F;github.com&#x2F;abid-personal&#x2F;abid-personal.github.io" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;abid-personal&#x2F;abid-personal.github.io</a> -&gt; makes -&gt; <a href="https:&#x2F;&#x2F;omarabid.com" rel="nofollow">https:&#x2F;&#x2F;omarabid.com</a><p>The static site is made with nextjs. This template: <a href="https:&#x2F;&#x2F;github.com&#x2F;timlrx&#x2F;tailwind-nextjs-starter-blog" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;timlrx&#x2F;tailwind-nextjs-starter-blog</a>
mattl大约 1 个月前
I edit my posts in a self hosted Ghost site that I run on my laptop as needed and then I use Eleventy to translate that into a static website which gets pushed to Neocities.org via WebDAV (requires the $5 a month plan)<p><a href="https:&#x2F;&#x2F;mat.tl&#x2F;blog&#x2F;2024&#x2F;10&#x2F;29&#x2F;migrating-from-wordpress-com-to-self-hosted-eleventy-via-ghost&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mat.tl&#x2F;blog&#x2F;2024&#x2F;10&#x2F;29&#x2F;migrating-from-wordpress-com-...</a>
LinuxBender大约 1 个月前
Just nginx and static pre-compressed html and txt files. Publishing stack is my fingers and vim <i>to get spell check</i>. Backups are automated.
wannabebarista大约 1 个月前
My personal blog is <a href="http:&#x2F;&#x2F;brettcmullins.com" rel="nofollow">http:&#x2F;&#x2F;brettcmullins.com</a><p>It is a static site using Jekyll and hosted on GitHub Pages. Although I&#x27;m not doing anything fancy, I&#x27;m surprised at how flexible Jekyll is when I try to add a feature.
alp1n3_eth大约 1 个月前
A lot of aggregators will also not allow your blog to be posted if it&#x27;s on a newsletter site like Substack, Patreon, etc.<p>I use GitHub Pages for hosting, Porkbun for the domain, and Astro for the blog itself. EZPZ to manage and very straightforward, plus Astro&#x27;s docs are great.
krapp大约 1 个月前
Nikola to generate a static site and blog that I never bother updating because Mastodon is easier, and some shell scripts. The script that publishes the site creates a git repo, adds the static files and the remote host, force-pushes to origin and then gets deleted. It&#x27;s as elegant as it is useless.
fedorvin大约 1 个月前
Mine is really simple. I push the changes to git and then pull them through ssh. I am planning to somehow automate the process, but honestly it takes less then 20 seconds so I&#x27;m quite happy with it as it is<p>(My blog: Fedorvin.com)
lappet大约 1 个月前
Hugo, s3 and CloudFront. I use GitHub actions to push to s3, that is my deployment pipeline.
labarilem大约 1 个月前
Yep I do, at <a href="https:&#x2F;&#x2F;marcolabarile.me&#x2F;" rel="nofollow">https:&#x2F;&#x2F;marcolabarile.me&#x2F;</a><p>Quite simple stack: Jekyll on Github Pages.
leonidasv大约 1 个月前
Hugo and Cloudflare Pages: <a href="https:&#x2F;&#x2F;leonidasv.com" rel="nofollow">https:&#x2F;&#x2F;leonidasv.com</a>
bergie大约 1 个月前
<a href="https:&#x2F;&#x2F;lille-oe.de&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lille-oe.de&#x2F;</a><p>Jekyll on GitHub Pages with various actions to automate stuff like calculating mileage statistics.<p>Editing via the GitJournal app.
bvnierop大约 1 个月前
Static website written entirely in Emacs&#x27; org-mode with a slightly customized publish script that gets executed on a push to `main`. Hosted on GitHub Pages.
asukachikaru大约 1 个月前
Hosted on GitHub Pages, built with React. For now I&#x27;m using nextjs, but a self-made static site generator is on the roadmap.
petabyt大约 1 个月前
I use a from-scratch python script that generates a bunch of html files which are pushed to GitHub pages
aosaigh大约 1 个月前
Next.js with SSR, hosted for free with Vercel. I’ve used Jekyll, Django and Craft CMS in the past.
ridiculous_fish大约 1 个月前
Jekyll and nginx in Docker on Hetzner for €4.49&#x2F;mo
skwee357大约 1 个月前
Astro, netlify (in a process to move to a VPS), neovim
quintes大约 1 个月前
Jekyll s3 cloudfront
brokegrammer大约 1 个月前
Astro hosted for free on Cloudflare Pages.
throwaway519大约 1 个月前
Ethereum.
sharmi大约 1 个月前
Astro blog deployed on Github Pages.<p>VS Code for editing.<p>Points to Ponder<p>-&gt; Use the basic Astro template for blogs. It is basically enough for a self-hosted blog needs. Using any of the third party themes&#x2F;templates with a list of features has a bunch of disadvantages. It takes more effort to customize and upgrading to newer versions totally breaks the setup, sucking in hours of your time.<p>-&gt; VS Code has plenty of Markdown Extensions. Markdown Preview and Frontend Masters come to mind.