Ghost (網誌平台)

本頁使用了標題或全文手工轉換
維基百科,自由的百科全書
Ghost
開發者Ghost基金會/Ghost Foundation
首次釋出2013年9月19日 (2013-09-19)
目前版本
  • 4.7.0 (2021年6月8日)[1]
  • 5.82.11 (2024年5月17日;穩定版本)[2]
編輯維基數據連結
原始碼庫 編輯維基數據連結
程式語言JavaScript
作業系統跨平台
平台Node.js/IO.js
檔案大小.zip — 2.3MB
語言多語言
類型網誌軟件
特許條款MIT特許條款[3]
網站ghost.org

Ghost是用JavaScript編寫的網誌平台,基於MIT特許條款開放原始碼。Ghost的設計主旨是簡化個人網站釋出以及網上出版的過程。

Ghost是一款個人網誌系統,它使用Node.js語言和MySQL資料庫開發,同時支援MySQLMariaDBSQLitePostgreSQL。用戶可以在支援Node.js的伺服器上使用自己的網誌。

Ghost官方支援版,同時有愛好者開發的第三方中文漢化版,如Ghost的中文漢化版。Ghost提供開發外掛程式的API和可以客製化的Handlebars主題模板樣式。

歷史[編輯]

2012年11月,前WordPress UI首席設計師[4],Ghost的創始人John O'Nolan在網誌里提出Ghost計劃[5],計劃開發更簡潔的網誌程式,而不是內容管理系統

2013年4月29日,O'Nolan為實施Ghost專案計劃在Kickstarter籌款£25,000[6]。而這個新專案在29天內獲得£196,362籌款。[7][8] 成功獲得了WooThemes,ENVATO和微軟公司的支援。

2013年9月19日, Ghost的第一個公開版本釋出,預覽版命名為Kerouac。[9]

2013年10月14日, Ghost0.3.3在GitHub釋出。在GitHub進行開發、升級和更新。[10][11]

管理組織[編輯]

Ghost 專案由位於新加坡的非營利組織 Ghost Foundation 管理,[12] 建立在 Kickstarter 眾籌基礎上。 該基金會目前共有13名全職員工維護Ghost專案和線上社區基礎設施。

商業模式[編輯]

Ghost網誌軟件可以免費下載和使用。 此外,Ghost 基金會提供了一個付費的網誌寄存平台,因此 Ghost Foundation 承擔起安裝、升級和維護伺服器的工作。付費後, 用戶能夠完全掌控網誌平台 享受自動備份、自動升級和郵件技術支援.[13] 於此同時,寄存平台的收入會用於開發開源軟件和專案的維護[14]

相關資訊[編輯]

執行環境[編輯]

Ghost 是用 Node.js 編寫而成的, 一個伺服器端的 JavaScript 執行引擎, 基於 GoogleV8。Ghost相容 Node.js v0.10.X 、Node v0.12 和 IO.js-v1.2 的執行引擎,但官方推薦使用Node.js 0.10.36 和 npm 2.5.0。

Markdown語法[編輯]

Ghost可以使用Markdown和HTML混合編輯文章。

最常見的Markdown格式選項和鍵盤快速鍵[15]:

輸出後的效果 Markdown 快速鍵
Bold **text** Ctrl/⌘ + B
Emphasize *text* Ctrl/⌘ + I
Strike-through ~~text~~ Ctrl + Alt + U
Link [title](http://) Ctrl/⌘ + K
Inline Code code` Ctrl/⌘ + Shift + K
Image ![alt](http://) Ctrl/⌘ + Shift + I
List * item Ctrl + L
Highlight ==Highlight==
'Blockquote' > quote Ctrl + Q
H1 # Heading
H2 ## Heading Ctrl/⌘ + H
H3 ### Heading Ctrl/⌘ + H (x2)

相關條目[編輯]

參考資料[編輯]

  1. ^ Release 4.7.0. 2021年6月8日 [2021年6月21日]. 
  2. ^ Release 5.82.11. 2024年5月17日 [2024年5月23日]. 
  3. ^ The MIT License. Ghost.org. [2014-12-29]. (原始內容存檔於2014-12-29). 
  4. ^ John O'Nolan appointed Deputy Lead for the WordPress UI team. WordPress.org. [29 December 2014]. (原始內容存檔於2010-12-04). 
  5. ^ O'Nolan, John. Ghost: an idea for a new blogging platform. [29 December 2014]. (原始內容存檔於2019-03-02). 
  6. ^ Ghost: Just a Blogging Platform. Kickstarter. [29 December 2014]. (原始內容存檔於2020-12-04). 
  7. ^ Biggs, John. Ghost Will Take Your Boring Blog To The Next Astral Plane. TechCrunch. [29 December 2014]. (原始內容存檔於2020-11-24). 
  8. ^ Warren, Christina. Is This Kickstarter Project the Future of Blogging?. [29 December 2014]. (原始內容存檔於2021-01-04). 
  9. ^ Ghost 0.3 - Kerouac. Ghost Foundation. [29 December 2014]. (原始內容存檔於2014-12-29). 
  10. ^ Ghost Repository - Github. Github. [29 December 2014]. (原始內容存檔於2021-02-02). 
  11. ^ Ghost Launches to The Public. Ghost Foundation. [29 December 2014]. (原始內容存檔於2014-12-29). 
  12. ^ The Ghost Foundation. [2014-12-29]. (原始內容存檔於2014-12-29). 
  13. ^ Fern, Alex. The Guardian - Ghost: the UK blogging platform that won't and can't sell out to Facebook. theguardian.com. 23 September 2013 [15 December 2013]. (原始內容存檔於2019-04-25). 
  14. ^ Sawers, Paul. Open-source blogging platform Ghost begins rolling out its fully-hosted service. The Next Web. [23 December 2013]. (原始內容存檔於2020-10-31). 
  15. ^ Markdown:指南. wikimilk.org. 2015-03-10 [2015-03-29]. (原始內容存檔於2019-10-16). 

外部連結[編輯]