My situation is that I have just finished creating a blog using ruby on rails.
(我的情况是,我刚刚使用Rails在Rails上创建了一个博客。)
I have been using localhost to see it display on my browser, but I want to deploy it online. (我一直在使用localhost来查看它在我的浏览器中的显示,但是我想在线部署它。)
I found out that rails apps can't be deployed on ghpages because it is not static. (我发现Rails应用程序不能部署在ghpages上,因为它不是静态的。)
However, I searched online and read that if I used Jekyll, i could display it on ghpages. (但是,我在线搜索并读到,如果我使用Jekyll,则可以在ghpages上显示它。)
I have never used jekyll before, so my question is... (我以前从未用过jekyll,所以我的问题是...)
How could I use/integrate jekyll to my existing rails app so that it can be deployed and hosted through github pages?
(如何使用jekyll /将其集成到现有的Rails应用程序中,以便可以通过github页面进行部署和托管?)
Thank you!
(谢谢!)
ask by Kenny Huynh translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…