Commit Graph

22 Commits

Author SHA1 Message Date
Florian Thomas f0293def80
[docs] add help for missing static_file e.g. on heroku
fixes #5144
2016-09-07 09:07:35 +02:00
Ashwin Maroli 1cd880f9d0 replace liquid highlight tag with backticks 2016-08-26 06:55:18 +05:30
Charles Horn a24636d1dc Update troubleshooting.md
update to include an error for a jekyll build related to issues ...
https://github.com/jekyll/jekyll/issues/5267
https://github.com/jekyll/jekyll/issues/2938
2016-08-22 12:22:37 -04:00
Parker Moore 19b566e6ea
site: use rouge instead of pygments 2016-04-28 18:26:29 -07:00
AndrewCz a54cedbb72 Additional repo needed for Fedora 23 Workspace
After running:

    sudo dnf install ruby ruby-devel rubygems nodejs
    sudo dnf group install "C Development and Tools"

I was unable to install Jekyll via `gem` due to an error:

    The compiler failed to generate an executable file. (RuntimeError) You have to install development tools first.

Taken from the [fedoraproject.org](https://developer.fedoraproject.org/tech/languages/ruby/gems-installation.html) Gem page:

>If you installed all the above, but the extensions would still not compile, you are probably running a Fedora image that misses `redhat-rpm-config` >package. In that case gcc compiler would complain about one of the following:

    gcc: error: conftest.c: No such file or directory
    gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory

>To solve this, simply run sudo dnf install `redhat-rpm-config`.

After doing so it downloaded, compiled and installed without a problem.
2016-03-20 05:53:13 -04:00
AndrewCz bd0cdcd4cb Add installing devel libraries to fedora
I followed the troubleshooting and came up with `sudo gem install jekyll` unable to generate the binary file because the development libraries were not installed on my system. Per [fedoraproject.org -- Gems](https://developer.fedoraproject.org/tech/languages/ruby/gems-installation.html) this is necessary to install this. The instructions mirror what is listed on that page, but using `yum` instead of `dnf` - which is understandable because RH and CentOS still use `yum`.
2016-03-20 05:08:05 -04:00
chrisfinazzo 8e1dd75312 Fixed a typo, wrap at 80 characters 2015-10-11 21:09:44 -04:00
Jesse W 611af3f456 added alternative jekyll gem installation instructions 2015-10-09 11:35:18 -07:00
chrisfinazzo 9c9481a8a9 Notes for Homebrew, advanced installs, and cleanup 2015-09-30 12:57:09 -04:00
chrisfinazzo ca29e4f585 Feedback from @parkr, rephrasing, and link to Ruby managers 2015-09-28 21:31:27 -04:00
chrisfinazzo 269018b011 Instructions for El Capitan 2015-09-27 15:49:24 -04:00
Bruce Smith 402643435d replace broken link; add other Mac-specific info
Fixes #3968
2015-09-21 12:08:51 -07:00
chrisfinazzo 95a30fa51d Update instructions for Ruby 2.0.0 2015-05-01 11:06:49 -04:00
chrisfinazzo f5351f7268 Use the proper names 2015-05-01 10:34:09 -04:00
Alfred Xing ae039663b9 Remove Maruku and references to it 2015-04-14 10:58:47 -07:00
Parker Moore ea9b959c23 Add a jekyllrb.com/help page which elucidates places from which to get help. 2015-02-07 23:49:43 -08:00
Parker Moore 1fa428c6e4 Fix posts per htmlproofer. 2015-02-07 23:31:15 -08:00
chrisfinazzo ec397e1629 Remove extra spaces 2015-01-31 12:27:28 -05:00
Alan Scherger c26f040bcf Eliminate the need for prev_section and next_section metadata. 2015-01-11 21:19:14 -08:00
Joel Glovier e80469b7b0 add in page nav to troubleshooting file 2014-12-08 10:08:13 -05:00
Parker Moore 99f99169a4 Add quick troubleshooting docs for 'Could not find a JavaScript runtime.'
Fixes #2327.
2014-08-01 14:20:29 -04:00
Parker Moore e57cd0031d Use site.docs instead of site.pages. 2014-07-31 04:34:38 -04:00