Ghost (網誌平台)
Ghost是用JavaScript編寫的網誌平台,基於MIT特許條款開放原始碼。Ghost的設計主旨是簡化個人網站釋出以及網上出版的過程。
開發者 | Ghost基金會/Ghost Foundation |
---|---|
首次釋出 | 2013年9月19日 |
目前版本 | |
原始碼庫 | |
程式語言 | JavaScript |
作業系統 | 跨平台 |
平台 | Node.js/IO.js |
檔案大小 | .zip — 2.3MB |
語言 | 多語言 |
類型 | 網誌軟件 |
特許條款 | MIT特許條款[3] |
網站 | ghost |
Ghost是一款個人網誌系統,它使用Node.js語言和MySQL資料庫開發,同時支援MySQL、MariaDB、SQLite和PostgreSQL。用戶可以在支援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]
管理組織
Ghost 專案由位於新加坡的非營利組織 Ghost Foundation 管理,[12] 建立在 Kickstarter 眾籌基礎上。 該基金會目前共有13名全職員工維護Ghost專案和線上社區基礎設施。
商業模式
Ghost網誌軟件可以免費下載和使用。 此外,Ghost 基金會提供了一個付費的網誌寄存平台,因此 Ghost Foundation 承擔起安裝、升級和維護伺服器的工作。付費後, 用戶能夠完全掌控網誌平台 享受自動備份、自動升級和郵件技術支援.[13] 於此同時,寄存平台的收入會用於開發開源軟件和專案的維護[14]
相關資訊
執行環境
Ghost 是用 Node.js 編寫而成的, 一個伺服器端的 JavaScript 執行引擎, 基於 Google 的 V8。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 |
~~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) |
相關條目
參考資料
- ^ Release 4.7.0. 2021年6月8日 [2021年6月21日].
- ^ Release 5.97.0. 2024年10月18日 [2024年10月21日].
- ^ The MIT License. Ghost.org. [2014-12-29]. (原始內容存檔於2014-12-29).
- ^ John O'Nolan appointed Deputy Lead for the WordPress UI team. WordPress.org. [29 December 2014]. (原始內容存檔於2010-12-04).
- ^ O'Nolan, John. Ghost: an idea for a new blogging platform. [29 December 2014]. (原始內容存檔於2019-03-02).
- ^ Ghost: Just a Blogging Platform. Kickstarter. [29 December 2014]. (原始內容存檔於2020-12-04).
- ^ Biggs, John. Ghost Will Take Your Boring Blog To The Next Astral Plane. TechCrunch. [29 December 2014]. (原始內容存檔於2020-11-24).
- ^ Warren, Christina. Is This Kickstarter Project the Future of Blogging?. [29 December 2014]. (原始內容存檔於2021-01-04).
- ^ Ghost 0.3 - Kerouac. Ghost Foundation. [29 December 2014]. (原始內容存檔於2014-12-29).
- ^ Ghost Repository - Github. Github. [29 December 2014]. (原始內容存檔於2021-02-02).
- ^ Ghost Launches to The Public. Ghost Foundation. [29 December 2014]. (原始內容存檔於2014-12-29).
- ^ The Ghost Foundation. [2014-12-29]. (原始內容存檔於2014-12-29).
- ^ 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).
- ^ Sawers, Paul. Open-source blogging platform Ghost begins rolling out its fully-hosted service. The Next Web. [23 December 2013]. (原始內容存檔於2020-10-31).
- ^ Markdown:指南. wikimilk.org. 2015-03-10 [2015-03-29]. (原始內容存檔於2019-10-16).