Resources
Jekyllの成長するコミュニティは、様々なテーマ・プラグイン・チュートリアル、その他にも役立つリソースを作成しています。 以下は、最も人気のあるJekyllのリソースのリンクコレクションです。
テーマ
プラグイン
ガイド
- コミュニティ チュートリアル
- Jekyll 4をGitHub Pagesでデプロイ
- Deploy Jekyll on Vercel
- Deploy Jekyll 4 on Netlify
- CloudCannon Academyは、CloudCannonによる、人々がJekyllを起動し実行するのを助けるための、リソースのセットです。全てのスキルレベルをカバーし、すばらしいビデオチュートリアルもあります。
- Jekyll Cheatsheetでは、Jekyllのフィルタや変数などが1ページにまとめられています。
統合
SaaSサービスをJekyllサイトでの機能的なバックエンドとして使用します。
コメント
- Staticman: ユーザーが作成したコンテンツをJekyllサイトに追加する(free and open source)
- Talkyard: Jekyll等への埋め込みコメント (free and open source, or hosted serverless)
コンテンツ管理
- CloudCannon: JekyllのCloud CMS
- Contentful: デジタルチームのためのコンテンツ基盤
- Forestry.io: GitベースのフリーレスポンシブCMSで、コンテンツモデリングとインスタントプレビューを備えています。
- Netlify CMS: Git workflowのためのOpen sourceコンテンツ管理
- Siteleaf: 誰からも愛される、開発者向けBuilt
- Statictastic: 静的サイトホスティング、公開とチームのためのコンテンツ管理
- Kentico Kontent: コンテンツ表示をフルコントロールできるヘッドレスCMS
Webショップ
- MemberSpace: Jekyllサイトに会員と有料記事機能を追加する
- Snipcart: Jekyllサイトにショッピングカートを追加
フォーラム
- Getform
- 99Inbound
- Formingo
- FormKeep
- Formspark
- Formspree (open source)
- formX
- Simple Form
- SmartForms
- Typeform
検索
- Algolia: Jekyllサイトに強力なインスタント検索を追加
- Bonsai Search: JekyllサイトでElasticsearchを使用する最も簡単な方法
- CloudSh: 数行のJavaScriptのWebサイト検索
エディタ用プラグイン
- Visual Studio Codeにはvarious jekyll related pluginsがあり、autocompletion for configuration fileをサポートしています。
- jekyll-atom: AtomのJekyll用snippetsとツールのコレクション
- markdown-writer: Jekyllで使えるAtomのパッケージ。新しいポスト・ドラフトを作る、タグ・カテゴリの管理、リンク・画像の挿入ができ、便利なキーマッピングを追加します。
- sublime-jekyll: Jekyllの静的サイト向けのSublime Textのパッケージ。このパッケージは、重要なテンプレートタグやフィルタへのアクセスを提供することにより、Jekyllサイトやポストの作成を簡単にします。同様に、一般的な補完機能や(日時記載ポスト向けの)date/datetimeコマンドが役に立つでしょう。Package ControlかGitHubから手動でインストールできます。
- vim-jekyll: vimから離れることなく、新しいポストを作成したり、
jekyll build
を走らせるためのvimプラグイン。 - WordPress2Jekyll: WordPressをエディタのように使い、(自動で)Jekyllコンテンツに出力するWordPressプラグイン。WordPress2Jekyllは、全てのデバイスから簡単に管理できるサイトを作るため、この2つのシステムを結合しようとしています。
投稿
- How I’m using Jekyll in 2016
- Talkyard comments instructions for Jekyll
- Static Comments with Jekyll & Staticman
- Adding Ajax pagination to Jekyll
-
‘About this Website’, by Carter Allen
“Jekyll is everything that I ever wanted in a blogging engine. Really. It isn’t perfect, but what’s excellent about it is that if there’s something wrong, I know exactly how it works and how to fix it. It runs on the your machine only, and is essentially an added”build” step between you and the browser. I coded this entire site in TextMate using standard HTML5 and CSS3, and then at the end I added just a few little variables to the markup. Presto-chango, my site is built and I am at peace with the world.”
- A way to extend Jekyll without forking and modifying the Jekyll gem codebase and some portable Jekyll extensions that can be reused and shared.
- Using your Rails layouts in Jekyll