jekyll
Add blog to Rails app on Heroku
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[详细]
2023-03-16 14:17 分类:问答Configuring per-directory permalink settings in jekyll
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,[详细]
2023-03-15 09:10 分类:问答Liquid error: wrong number of arguments
I am trying a simple Jekyll plugin: class MonthlyArchives < Liquid::Tag def initialize(tag_name, text, tokens)[详细]
2023-03-13 20:04 分类:问答Jekyll select current page url and change its class
I\'ve been using Jekyll for a static site (so that its easy to maintain), and have been stuck at the following feature :[详细]
2023-03-13 18:55 分类:问答How to use forked jekyll repository
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?[详细]
2023-03-11 13:15 分类:问答Publish Jekyll Site To Git Repository
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[详细]
2023-03-06 04:33 分类:问答Using filters in Liquid tags
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[详细]
2023-03-05 11:38 分类:问答Liquid Template Map Filter
How, exactly does one use the map filter in Liquid? I\'m using it in Jekyll. --- my_array: [apple, banana, orage][详细]
2023-02-28 04:45 分类:问答Wordpress to Jekyll script throwing error
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[详细]
2023-02-25 19:22 分类:问答Nested liquid loops in a Jekyll archive page not working. Using an outer loop variable inside the inner's condition
I am working with the jekyll static site builder, and I am having difficulty performing the following:[详细]
2023-02-25 04:13 分类:问答