Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtnabe/example-rails7-and-jekyll
example repository of rails 7 and jekyll and rack-jekyll
https://github.com/wtnabe/example-rails7-and-jekyll
Last synced: 13 days ago
JSON representation
example repository of rails 7 and jekyll and rack-jekyll
- Host: GitHub
- URL: https://github.com/wtnabe/example-rails7-and-jekyll
- Owner: wtnabe
- Created: 2022-03-17T23:16:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T00:02:05.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T09:44:45.867Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rails アプリ上で rack-jekyll を利用して rack アプリとなった Jekyll を mount する
気をつけること
==============* Rails 側で mount する point と jekyll の baseurl の設定を合わせる
* destination は jekyll と rack-jekyll で合わせる試したこと
==========* シンプルな rack-jekyll アプリを rackup
* Rails の development で無造作に mount
* jekyll 側は自動で build が行われる
* ログは出力されない
* Rails の production で jekyll build 済みの destination を mountdevelopment でも production でも問題なく動く。production で jekyll build 済みのサイトだと2倍くらいのスピードが出る。(Apple MacBook Air M1 2020 調べ)