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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Tom Preston-Werner: Development of Jekyll to be revived in 2013

119 点作者 parkr超过 12 年前
It appears that Tom Preston-Werner, current CEO of Github, is going to give Jekyll, his most popular open-source project, some love in the New Year.

11 条评论

zmanji超过 12 年前
A serious alternative to Jekyll is Nanoc[1]. It is absurdly easy to compile any format to another format using a simple 'Rules' file. I for example have pandoc -&#62; HTML with custom syntax highlighting and LaTeX -&#62; pdf on my personal website [2]. Everything is customization and configurable so you can have your own conventions for posts, etc.<p>[1]: <a href="https://github.com/ddfreyne/nanoc" rel="nofollow">https://github.com/ddfreyne/nanoc</a> [2]: <a href="https://github.com/zmanji/zameermanji.com" rel="nofollow">https://github.com/zmanji/zameermanji.com</a>
评论 #4929181 未加载
评论 #4928471 未加载
评论 #4929015 未加载
评论 #4928616 未加载
评论 #4929882 未加载
评论 #4930343 未加载
bradgessler超过 12 年前
If you like Jekyll, check out <a href="http://middlemanapp.com/" rel="nofollow">http://middlemanapp.com/</a>.
评论 #4927854 未加载
tanepiper超过 12 年前
I was quite disappointed with Jekyll/Octopress - output was ok, but trying to dig into it was just a rabbits hole - so I started my own tool (still early in dev but I'm going to be working on it over Christmas) - <a href="https://npmjs.org/package/hyde" rel="nofollow">https://npmjs.org/package/hyde</a>
评论 #4928326 未加载
fortes超过 12 年前
This is fantastic news. I use Jekyll for many things, but was getting sick of it not supporting fenced code blocks in Markdown.<p>So I made the classic mistake and built a Node.js Jekyll clone -- there are a few other static site generators in Node, but none used the exact same file structure as Jekyll (unless I missed some, which is entirely possible).<p>It now handles most Jekyll sites I've tested, including Mojombo's:<p><a href="https://github.com/fortes/enfield" rel="nofollow">https://github.com/fortes/enfield</a><p>or<p>`npm install -g enfield`<p>Supports plugins as well. Patches welcome!
评论 #4928474 未加载
stblack超过 12 年前
This is great news, yes, but past failure to delegate is evident here.<p>Also life happens while making other plans.<p>So I welcome the announcement and I'll be super happy once umpteen long-waiting pull requests are processed.<p>But somehing tells me, don't hold my breath.
评论 #4929018 未加载
elithrar超过 12 年前
This is great news, especially given the Github Pages integration with Jekyll. Having a programmer-friendly blog platform without the need to worry about hosting/deployment (easy, but another time consumer) is a good thing.<p>One thing that Jekyll needs to improve is the process for getting a blog up and running quickly. I turned to Octopress for that (being a Jekyll "framework") but I think it's an function Jekyll itself could provide for.
ottbot超过 12 年前
I'm looking at building my company's CMS workflow with Jekyll so it's good to near this.<p>I'll have non developers creating and maintaining pages and posts, so I'm hoping I can build an easy workflow with just Jekyll and a bit of prose.io. I've not found any sort of site generator/convertor that's geared for use by non-developers.
评论 #4930635 未加载
MattRogish超过 12 年前
Super happy. I've made probably half dozen blogs using Octopress/Jekyll. Looking forward to Octopress 2.1, which apparently is stalled: <a href="https://github.com/imathis/octopress/branches" rel="nofollow">https://github.com/imathis/octopress/branches</a><p>Hopefully this'll help spur Octopress dev, too.
评论 #4928566 未加载
stock_toaster超过 12 年前
While I don't currently use jekyll any longer (switched to pelican[1] a while back), it is great to see it being picked up again!<p>[1]: <a href="https://github.com/getpelican/pelican" rel="nofollow">https://github.com/getpelican/pelican</a>
chaddeshon超过 12 年前
Is anyone else using scriptogr.am? I love the idea of a static blog, but I don't want to mess with installing and running the software.
TheMakeA超过 12 年前
As someone who has a pending pull request for Jekyll, I welcome this.