内容简介:Jekyll 3.7.0 已发布。Jekyll 是一个简单的博客形态的静态站点生成器,适用于个人、项目或组织站点。可以想像它是一个基于文件的 CMS ,没有任何复杂性。 Jekyll 收集你的内容,呈现 Markdown 和 Liquid 模板,并...
Jekyll 3.7.0 已发布。Jekyll 是一个简单的博客形态的静态站点生成器,适用于个人、项目或组织站点。可以想像它是一个基于文件的 CMS ,没有任何复杂性。 Jekyll 收集你的内容,呈现 Markdown 和 Liquid 模板,并生成一个完整的静态网站,可以由 Apache、Nginx 或其他 Web 服务器提供服务。
更新内容:
小的改进:
Add LiveReload functionality to Jekyll. (#5142)
Add Utils::Internet.connected? to determine whether host machine has internet connection. (#5870)
Disable default layouts for Pages with a
layout: none
declaration (#6182)Scope path glob (#6268)
Allow the user to set collections_dir to put all collections under one subdirectory (#6331)
Upgrade to Rouge 3 (#6381)
Allow URL filters to work directly with documents (#6478)
filter relative_url should keep absolute urls with scheme/authority (#6490)
bug修复:
Raise when theme root directory is not available (#6455)
Avoid block parser warning in SmartyPants (#6565)
Fail gracefully if "sass" gem cannot be loaded (#6573)
return correct file in dir if dir has same name as file (#6569)
Register reload hooks in Server#process (#6605)
Memoize path to metadata file (#6602)
Use
require_relative
to load Jekyll classes (#6609)
完整更新内容请查看发布日志。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Jekyll 3.6.1 发布,静态站点生成器
- Jekyll 3.7.3 发布,静态站点生成器
- Jekyll v3.8.1 发布,静态站点生成器
- Gatsby 2.10.5 发布,ReactJS 静态网页生成器
- Hugo 0.72.0 发布,Go 编写的静态网站生成器
- Hugo 0.34 发布,Go 编写的静态网站生成器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Cascading Style Sheets 2.0 Programmer's Reference
Eric A. Meyer / McGraw-Hill Osborne Media / 2001-03-20 / USD 19.99
The most authoritative quick reference available for CSS programmers. This handy resource gives you programming essentials at your fingertips, including all the new tags and features in CSS 2.0. You'l......一起来看看 《Cascading Style Sheets 2.0 Programmer's Reference》 这本书的介绍吧!