I have a Rails app on Heroku with a Jekyll blog located at blog.myapp.com. I want to move the blog to www.myapp.com/blog/. What\'s the best way to do this? I\'m happy to ditch Jekyll if there is an ea
Is it possible to have different permalink settings for different directories? For example, if I have a Jekyll setup where blog entries are written into /blog/_posts/ and news items in /news/_posts,
I am trying a simple Jekyll plugin: class MonthlyArchives < Liquid::Tag def initialize(tag_name, text, tokens)
I\'ve been using Jekyll for a static site (so that its easy to maintain), and have been stuck at the following feature :
I forked jekyll and made some changes in my repository. How can I use my forked version of jekyll instead of the main jekyll repository that I used to initially create my blog?
Every time I run Jekyll it destroys开发者_如何学JAVA the entire contents of the destination folder.The problem with this is that my destination directory is a small git repo from which I use to push t
I\'m using jekyll and Liquid to generate a static web site on github pages. I want to base some content decisions on whether the amount of content in a document has reached a specific number of works
How, exactly does one use the map filter in Liquid? I\'m using it in Jekyll. --- my_array: [apple, banana, orage]
I\'ve been wrestling with this problem for a day or so and cannot figure out what\'s going on. I\'m trying to run a script to import my Wordpress .sql into Jekyll and convert everything to markdown. B
I am working with the jekyll static site builder, and I am having difficulty performing the following: