jekyll
Consume an RSS Feed for Syndication in Jekyll
I have two开发者_运维技巧 jekyll web sites, and I want to syndicate some of the content (one of the categories) from the source blog to the receiving blog via syndication.[详细]
2023-04-08 16:35 分类:问答publish jekyll generated to gh-pages and not overwrite the .git in _site
I am using jekyll to publish a static site directly on gh-pages branch in Github. The issue I have is that every time I run[详细]
2023-04-08 08:48 分类:问答jekyll blog on heroku
I\'m trying to setup a jekyll blog on heroku. This is my dir structure . ├── Gemfile ├── Gemfile.lock[详细]
2023-04-07 01:18 分类:问答How do I detect the current page in a Jekyll tag plugin?
I have a Jekyll (Liquid) block plugin and I\'d like to detect what the current page is. I see that a context is passed into render, and that I can retrieve the current site object as context.registers[详细]
2023-04-06 13:16 分类:问答Jekyll, Liquid, Random numbers
I would like to have a set of links <li> <h2>Random Articles</h2> <ul> <li><a href=\"#\">Old 开发者_JAVA技巧article 1</a></li>[详细]
2023-04-06 09:19 分类:问答Help in ruby code
I am beginner in Ruby and having trouble understanding this code require_relative \'custom_page\' module Jekyll[详细]
2023-04-02 20:42 分类:问答jekyll - not processing files in subfolders
I\'m using Jekyll to make a simple static site. When I have Jekyll HTML files on the root of my project (in the same folder as the _layouts folder & config file) they render perfectly and I can[详细]
2023-04-01 15:28 分类:问答In Jekyll, is there a concise way to render a Markdown partial?
I\'ve got a Markdown-formatted sidebar that I\'d like to show up in my Jekyll blog. I\'d previously tried to include it like {% include sidebar.markdown %} but it wouldn\'t actually render the Markdow[详细]
2023-04-01 12:49 分类:问答Unable to install Jekyll gem since upgrading to Xcode 4.1
I have previously successfully installed the Jekyll gem on a Mac with the gcc compiler that shipped with Xcode 3. Unfortunately I can\'t install it on a different Mac that now has Xcode 4.1. This Mac[详细]
2023-04-01 07:58 分类:问答Running Jekyll on Windows 7
I\'m having an issue with running Jekyll on windows 7.When I run jekyll I get the following error C:\\temp\\jekyll\\kouphax.github.com> jekyll[详细]
2023-03-31 09:05 分类:问答