Jekyll (软件)

本页使用了标题或全文手工转换
维基百科,自由的百科全书
Jekyll
開發者Tom Preston-Werner、Nick Quaranto、Parker Moore、Alfred Xing、Olivia Hugger、Frank Taillandier、Pat Hawks、Matt Rogers
当前版本
  • 4.3.3 (2023年12月27日;穩定版本)[1]
編輯維基數據鏈接
源代码库 編輯維基數據鏈接
编程语言Ruby
操作系统跨平臺
平台Web
类型博客生成工具
许可协议MIT許可證
网站jekyllrb.com

Jekyll是一个简单的静态网站生成器,用于生成个人,项目或组织的网站。 它由GitHub联合创始人汤姆·普雷斯顿·沃纳Ruby编写,并根据MIT许可证发布。

历史

Jekyll由Tom Preston-Werner于2008年首次发布。 [3] Jekyll后来被帕克·摩尔(Parker Moore)接管,並由他领导发布Jekyll 1的工作,之后的维护者一直还是他。 [4]

Jekyll开始向静态网站的Web开发趋势。 [5] 截至2017年,Jekyll成为了最受欢迎的静态站点生成器,这在很大程度上是因为它被GitHub所采用。 [6]

特点

Jekyll不使用数据库 ,用户通过编写MarkdownTextile或Liquid文件, 生成一个完整的静态网站,并且可以由Apache HTTP ServerNginx或其他Web服务器提供服务。 [7] Jekyll是GitHub Pages的引擎。 [8]

Jekyll非常灵活,可以与Bootstrap[9]Semantic UI等前端框架结合使用。

Jekyll网站可以连接到基于云的CMS软件,例如CloudCannon,Forestry, Netlify或Siteleaf,使编辑者无需知道如何编程即可修改网站内容。

Jekyll的哲学

来自Jekyll的自述文件 [10]

Jekyll does what you tell it to do — no more, no less. It doesn't try to outsmart users by making bold assumptions, nor does it burden them with needless complexity and configuration. Put simply, Jekyll gets out of your way and allows you to concentrate on what truly matters: your content.

参考文献

  1. ^ Release 4.3.3. 2023年12月27日 [2024年1月19日]. 
  2. ^ Jekyll 4.2.1 Released. jekyllrb.com. 2021-09-27 [2021-09-27]. (原始内容存档于2022-01-18). 
  3. ^ Preston-Werner, Tom. Blogging Like a Hacker. Preston-Werner.com. 2008-11-17 [2015-10-10]. (原始内容存档于2021-01-16). 
  4. ^ Interview with Parker Moore from Jekyll. [2020-08-19]. (原始内容存档于2020-11-08). 
  5. ^ Christensen, Mathias Biilmann. Static Website Generators Reviewed: Jekyll, Middleman, Roots, Hugo. Smashing Magazine. 2015-11-16 [2016-02-10]. (原始内容存档于2020-12-05). 
  6. ^ Top Ten Static Site Generators of 2017 | Netlify. Netlify. [2018-02-11]. (原始内容存档于2020-11-04). 
  7. ^ README.markdown for Jekyll software. Jekyll's authors. [February 19, 2014]. (原始内容存档于2015-08-10). 
  8. ^ GitHub Pages. Jekyll's authors. [February 19, 2014]. (原始内容存档于2019-07-02). 
  9. ^ Patton, Tony. Build full-featured sites with Jekyll, Bootstrap, and GitHub. TechRepublic. 2014-07-16 [2015-10-11]. (原始内容存档于2017-12-15). 
  10. ^ README. October 18, 2018 [October 30, 2018]. (原始内容存档于2015-08-10). 

外部链接