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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A personal blog with articles&videos, which tech stack will you recommend?

10 点作者 bluehuman超过 3 年前
I was developer before, but have long time not coding, the previous blog I made was &gt;10 years ago with wordpress.<p>I wonder what is the up-to-date tech stack to build a personal blog?

10 条评论

codingdave超过 3 年前
Still Wordpress.<p>There are a huge number of newer choices, including a great slew of static site generators. And many of them really are great. But most of them run via command line or other non-intuitive UIs and deploy via git or other processes, not just clicking &quot;Save&quot;. Their tech is better... but if you are just wanting to type words, and put them on a screen... a simple Wordpress install without extra plugins still works just fine.
评论 #30086899 未加载
评论 #30087214 未加载
eishtmo超过 3 年前
As a quasi-coder, after much looking i&#x27;ve settled on this:<p>Jupyter Notebook - <a href="https:&#x2F;&#x2F;jupyter.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jupyter.org&#x2F;</a> -- content creation Hugo - <a href="https:&#x2F;&#x2F;gohugo.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gohugo.io&#x2F;</a> -- website structure and theme Github - <a href="https:&#x2F;&#x2F;github.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;</a> -- backup and version control Netlify - <a href="https:&#x2F;&#x2F;netlify.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;netlify.com&#x2F;</a> -- host and deployment<p>Jupyter makes writing easy, and can export to many formats (html, md, rst, latex, ...). There&#x27;s also a Jupyter Desktop App available, though it doesn&#x27;t support extensions. <a href="https:&#x2F;&#x2F;github.com&#x2F;jupyterlab&#x2F;jupyterlab-desktop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jupyterlab&#x2F;jupyterlab-desktop</a><p>Hugo&#x27;s easy to setup, has many themes, good documentation, with a logical file system.<p>Github Desktop makes github easier to use. <a href="https:&#x2F;&#x2F;desktop.github.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;desktop.github.com&#x2F;</a><p>Netlify deploys content directly from Github.
johncoltrane超过 3 年前
Assuming your goal is actually to publish your written words online and not to play with new tech:<p>Option #1: put your previous blog back online. Colocated hosting is as cheap as it has always been and what you had is very likely to still work (modulo 10 years of security upgrades ;-)).<p>Option #2: unless you already have a long backlog, a bit of HTML and CSS is _really_ all you need to get your first handful of posts out.
mattr47超过 3 年前
Honestly, the tech stack for a blog does not matter. Or should I say, the only way it matters if it allows you to publish content easily, which is pretty much any CMS.
c0balt超过 3 年前
I have personally used hexo[1] successuccessfully in th epast and would recommend it. Though any ssg, likd zola[2], should be enough.<p>If youyou&#x27;re comfortcomfortable writing html directly it will also suffice. Make a list of what you need (posts, kmages, videos , comments) and compare SSGs[3].<p>[1]: <a href="https:&#x2F;&#x2F;hexo.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hexo.io&#x2F;</a> [2]: <a href="https:&#x2F;&#x2F;www.getzola.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.getzola.org&#x2F;</a> [3]: <a href="https:&#x2F;&#x2F;jamstack.org&#x2F;generators&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jamstack.org&#x2F;generators&#x2F;</a>
评论 #30086276 未加载
skykery超过 3 年前
I&#x27;m still recommending WordPress. Focus more on the content and less on maintaining or developing a new platform.<p>Right now I have a personal blog running on a wordpress docker container. After many hours of programming as my daily job, I am tired of tweaking and maintaining something unstable.<p>Like someone said in other comment, it matters only to allow you to publish posts easily.
approxim8ion超过 3 年前
Wordpress is still pretty good if you just want to get going and concern yourself only with content.<p>I personally use a static site generator (zola) to keep hosting costs down (netlify is free), and I like tinkering with code. A lot of them have great starter themes that let you get going in a few minutes, though.
rschachte超过 3 年前
I coded one up in Next.js.<p><a href="https:&#x2F;&#x2F;ryan-schachte.com" rel="nofollow">https:&#x2F;&#x2F;ryan-schachte.com</a>
thepra超过 3 年前
ghost blogs hosted with docker was my choice in this years
galfarragem超过 3 年前
Probably not what you are expecting to hear: Tumblr.