jekyll-extensions

jekyll tag plugin works offline but not on github pages

我与影子孤独终老i 提交于 2019-12-02 17:28:34
问题 There might seem to be other dupes like this, but this SO post is the closest with a hacky solution. I got a theme that uses the tag plugin from here : http://charliepark.org/tags-in-jekyll/ Here is my site repo on github. It's hosted here : http://www.gideondsouza.com Tags don't work online but work offline. On my local machine I see a _/site/tag/.. with folders for each tag. But this tag folder isn't generated on github? In fact I don't even see a _site folder, so maybe my understanding is

jekyll tag plugin works offline but not on github pages

给你一囗甜甜゛ 提交于 2019-12-02 12:45:54
There might seem to be other dupes like this, but this SO post is the closest with a hacky solution. I got a theme that uses the tag plugin from here : http://charliepark.org/tags-in-jekyll/ Here is my site repo on github . It's hosted here : http://www.gideondsouza.com Tags don't work online but work offline. On my local machine I see a _/site/tag/.. with folders for each tag. But this tag folder isn't generated on github? In fact I don't even see a _site folder, so maybe my understanding is off. Perhaps I need to install the github-pages gem? I could probably fix it like in the SO post

ERROR: Error installing jekyll: ERROR: Failed to build gem native extension

好久不见. 提交于 2019-12-01 06:36:04
My system has: ruby 2.0.0p451 (2014-02-24) [x64-mingw32] gem -version 2.2.2 devKit : DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe When I try to run gem install jekyll , I get this error: D:\devKit>gem install jekyll Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing jekyll: ERROR: Failed to build gem native extension. "D:/Program Files (x86)/Ruby200-x64/bin/ruby.exe" extconf.rb D:/Program Files (x86)/Ruby200-x64/bin/ruby.exe: invalid switch in RUBYOPT: -F ( RuntimeError) extconf failed, exit code 1 Gem files will

ERROR: Error installing jekyll: ERROR: Failed to build gem native extension

只愿长相守 提交于 2019-12-01 03:38:26
问题 My system has: ruby 2.0.0p451 (2014-02-24) [x64-mingw32] gem -version 2.2.2 devKit : DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe When I try to run gem install jekyll , I get this error: D:\devKit>gem install jekyll Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing jekyll: ERROR: Failed to build gem native extension. "D:/Program Files (x86)/Ruby200-x64/bin/ruby.exe" extconf.rb D:/Program Files (x86)/Ruby200-x64/bin

How to get Markdown processed content in Jekyll tag plugin

眉间皱痕 提交于 2019-11-30 07:29:54
I'm working on a Jekyll tag plugin for my Octopress site to help me make a 'note' element. I just want to be able to highlight a piece of information on my blog as a side note, like this. The problem is, I can't figure out how to get the contents of this tag to be processed (i.e. Markdown or Textile). The above image is only achieved is I actually make my links with html code. Here is how it ends up turning out when I use markdown in the contents. In my post, I'm writing the contents of this like so. {% note %} This is the third post in my Start to Finish series. Last time I talked about [Git]