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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Cook up presentations with Git

34 点作者 jingweno超过 14 年前
JekyllAndHyde is a HTML presentation generator that generates a basic Jekyll scaffold with Slippy hooking up.

9 条评论

thomas11超过 14 年前
An alternative that's been around for a while is Pandoc, a document converter written in Haskell. It can make S5 and Slidy slide decks from Markdown.<p><a href="http://johnmacfarlane.net/pandoc/README.html#producing-html-slide-shows-with-pandoc" rel="nofollow">http://johnmacfarlane.net/pandoc/README.html#producing-html-...</a>
评论 #2187974 未加载
JonnieCache超过 14 年前
Looked at the demo: it makes a total mess all over my history stack.<p>If you're trying to be "trend and geek," build a system that doesn't break the back button. Unless you're building a CSS3-only engine, you don't have to store the state in the URL. You can still parse the URL fragment to allow people to deep link the slides, having a small "link to this slide" button is worth it not to have to force the user to click back 20 times to leave the presentation.<p>Although I guess if you're using the TOC to navigate the slides non-linearly it could be considered a feature.
评论 #2187986 未加载
joshfinnie超过 14 年前
This is quite impressive, I have to admit. Though being that there is a Jekyll python-clone called Hyde, I thought they were finally being brought togetherf...
icco超过 14 年前
This is nice, although it's pretty similar to Showoff. <a href="https://github.com/schacon/showoff" rel="nofollow">https://github.com/schacon/showoff</a>
评论 #2187993 未加载
burgerbrain超过 14 年前
I think I'll just stick with Beamer. Not seeing any clear advantages here.
评论 #2187988 未加载
waratuman超过 14 年前
This is awesome! So much better then taking a USB or downloading a file. Will definitely be using this.
评论 #2186603 未加载
nagnatron超过 14 年前
You've made my day.<p>Finally making presentations won't suck so bad. Or at least I hope it won't.
suyash超过 14 年前
It's pretty cool but I would rather use HTML5 and maybe jQuery, that would be easier I guess
shareme超过 14 年前
Thanks jingweno, will start using it this week for my own dev slide collection.