- 授权协议: EPL
- 开发语言: Lisp
- 操作系统: 跨平台
- 软件首页: http://cryogenweb.org/
- 软件文档: http://cryogenweb.org/docs/home.html
- 官方下载: https://github.com/cryogen-project/cryogen/releases
软件介绍
Cryogen 是一个用来生成静态网站的工具,简单而且自动化。Cryogen 使用用 Clojure 语言开发。
使用非常简单:
安装 Leiningen
创建新项目
启动服务器并在浏览器打开localhost:3000
命令:
~ $ lein new cryogen my-blog ~ $ cd my-blog ~/my-blog $ lein ring server Started server on port 3000
目录结构:
my-blog |---resources | |---public | |---templates | | |---css | | | |---screen.css | | |---html | | | |---layouts | | | |---archives.html | | | |---base.html | | | |---home.html | | | |---page.html | | | |---post.html | | | |---tag.html | | |---js | | | |---highlight.pack.js | | |---md | | | |---pages | | | | |---about.md | | | | |---another-page.md | | | |---posts | | | |---10-03-2014-first-post.md | | | |---11-04-2014-second-post.md | | | |---13-11-2014-docs.md | | |---404.html | | |---config.edn |---src | |---cryogen | | |---server.clj |---project.clj
Linux内核完全注释
赵炯 / 机械工业出版社 / 2005-8 / 42.00元
Linux内核完全注释,ISBN:9787111149682,作者:赵炯编著一起来看看 《Linux内核完全注释》 这本书的介绍吧!
