大家觉得最好的static site generator是什么?

2012 年 11 月 8 日
 lin
3880 次点击
所在节点    问与答
7 条回复
insraq
2012 年 11 月 9 日
jekyll
TONYHEAD
2012 年 11 月 10 日
movabletype
loading
2012 年 11 月 11 日
除了自己写的外,还有啥更符合自己要求的?
目前凑合用jekyll,内容才是重点,可以认真考虑下,你究竟是不是就想要个好看的模板
lin
2012 年 11 月 13 日
@loading 我一直在用 @lepture 的 Felix Felicis

/t/39988
lepture
2012 年 11 月 16 日
@lin 目前的定位其实不像是 static site generator 了,提供的是一套运行机制,只是内置了一些 reader 与 writer。

更变态的用法可见 http://aralejs.org/

我们用 markdown 来写可运行的 demo。详情可参考 https://github.com/aralejs/liquidluck-theme-arale2

谢推荐。
lin
2012 年 11 月 18 日
@lepture 已经在捣鼓AraleJS了,但是陆续出现一些和教程上不一致的地方,比如 ~/.spm 我这边没有。SnowLeopard。跳过。

然后目前卡在:

make: *** No rule to make target `debug'. Stop.

或许我太小白了。
lepture
2012 年 11 月 18 日
@lin 这个是 Makefile 的问题。

```
THEME = $(HOME)/.liquidluck-themes/arale2

doc:
liquidluck build -v -s $(THEME)/settings.yml

debug:
liquidluck server -d -s $(THEME)/settings.yml

server:
liquidluck server -s $(THEME)/settings.yml
```

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/52144

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX