Jekyll (軟體)

本頁使用了標題或全文手工轉換
維基百科,自由的百科全書
(重新導向自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). 

外部連結[編輯]