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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Blog platform using Linux commands

16 点作者 napsy超过 5 年前

5 条评论

tutfbhuf超过 5 年前
I think it has educational value to see how blogging using markdown can be done in a few lines of shell script with pandoc. However, a static site generator is better suited for most users, in terms of feature completeness.
tokyokawasemi超过 5 年前
This is super cool. I was always a fan of Expose (<a href="https:&#x2F;&#x2F;github.com&#x2F;Jack000&#x2F;Expose" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Jack000&#x2F;Expose</a>) because of accessibility to beginners like me, and few dependencies. Pandoc is similar, but powerful, and I like that this leans on that. With a custom template this could be really neat.
y42超过 5 年前
I like that idea. I wonder if there is a web server or even a module for the popular ones (nginx, apache) that renders markdown files and server HTML on the fly.
评论 #21514860 未加载
monastic-b超过 5 年前
Let me share another client-side way <a href="https:&#x2F;&#x2F;monastic.netlify.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;monastic.netlify.com&#x2F;</a>
throwGuardian超过 5 年前
Most static site generators are just this a .md to html convertor, with refined error checking, some templating and routing support.