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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

JustWriting – Markdown blog system

22 点作者 sebgeelen超过 10 年前

8 条评论

yoha超过 10 年前
I like the philosophy behind Markdown: you write a simple text file and this is your article. If you want, you can fire up `pandoc` and convert it to HTML to make a nice website. Then, make it a PDF for constant rendering.<p>I personally started using Markdown as well for my website. I have a simple Makefile that finds `*.md` files and convert them to HTML using pandoc with some custom options. I can edit files very simply with vim instead of an online editor bloated with Javascript.
评论 #8383268 未加载
raziel2p超过 10 年前
I have a hard time understanding someone starting a new PHP project in august 2014 and choosing CodeIgniter.
评论 #8383203 未加载
graycoder超过 10 年前
This seems perfect for all my non-technical friends who want to blog. Maybe a local WYSIWYG text editor that converted to markdown would be the perfect complement for anyone who doesn&#x27;t know it already. That, or maybe they should just learn markdown haha.
评论 #8382641 未加载
评论 #8382937 未加载
评论 #8383493 未加载
Derbasti超过 10 年前
How does this compare to <a href="http://calepin.co/" rel="nofollow">http:&#x2F;&#x2F;calepin.co&#x2F;</a> ?
评论 #8383007 未加载
评论 #8382936 未加载
dugmartin超过 10 年前
Here is a great list of a bunch of open source static site generators - some geared toward blogs and some to generic sites:<p><a href="https://www.staticgen.com/" rel="nofollow">https:&#x2F;&#x2F;www.staticgen.com&#x2F;</a><p>(not my project, just a happy user)
评论 #8385727 未加载
评论 #8383225 未加载
milhouse超过 10 年前
Im happy with <a href="https://github.com/blogist/blogist" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;blogist&#x2F;blogist</a> using gist as backend i can even use org mode to write blog
suprjami超过 10 年前
Hahaha. I&#x27;ve been writing this <i>exact</i> thing myself on-and-off for the last couple of weeks. This does literally everything I wanted my own project to do. Oh well.
eevilspock超过 10 年前
Compare to Prose <a href="https://github.com/prose/prose" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;prose&#x2F;prose</a>:<p>- uses Jekyll. CMS-free. Does blogging. also Markdown based, but additionally supports HTML formatting<p>- host your own web server, or use GitHub Pages. GitHub Pages is for free and you get GitHub&#x27;s superb traffic capacity and uptime. <a href="https://pages.github.com" rel="nofollow">https:&#x2F;&#x2F;pages.github.com</a><p>- GitHub instead of Dropbox for storage, collaboration and versioning<p>- host your own Prose instance, or use <a href="http://prose.io" rel="nofollow">http:&#x2F;&#x2F;prose.io</a>