From ef06f19a9e27c43cfcce19370509f3594494179c Mon Sep 17 00:00:00 2001 From: "maul.esel" Date: Sat, 11 May 2013 16:52:39 +0200 Subject: [PATCH] remove docs on installing pygments This is no longer needed as stated by @parkr in #1021, as jekyll now comes bundled with pygments.rb. Fixes #1021. --- site/docs/extras.md | 80 --------------------------------------------- 1 file changed, 80 deletions(-) diff --git a/site/docs/extras.md b/site/docs/extras.md index 4e820228..7e72ab8a 100644 --- a/site/docs/extras.md +++ b/site/docs/extras.md @@ -9,86 +9,6 @@ permalink: /docs/extras/ There are a number of (optional) extra features that Jekyll supports that you may want to install, depending on how you plan to use Jekyll. -## Pygments - -If you want syntax highlighting via the `{% raw %}{% highlight %}{% endraw %}` -tag in your posts, you’ll need to install [Pygments](http://pygments.org/). - -### Installing Pygments on OSX - -Mac OS X (Leopard onwards) comes preinstalled with Python, so on just about any -OS X machine you can install Pygments simply by running: - -{% highlight bash %} -$ sudo easy_install Pygments -{% endhighlight %} - -#### Installing Pygments using Homebrew - -Alternatively, you can install Pygments with -[Homebrew](http://mxcl.github.com/homebrew/), an excellent package manager for -OS X: - -{% highlight bash %} -$ brew install python -# export PATH="/usr/local/share/python:${PATH}" -$ pip install pygments -{% endhighlight %} - -
-
Homebrew's executable paths
-

- Homebrew doesn’t symlink the executables for you. For the Homebrew default - Cellar location and Python 2.7, be sure to add `/usr/local/share/python` to - your `PATH`. For more information, check out - the - Homebrew wiki. -

-
- -#### Installing Pygments using MacPorts - -If you use MacPorts, you can install Pygments by running: - -{% highlight bash %} -$ sudo port install python25 py25-pygments -{% endhighlight %} - -Seriously though, you should check out -[Homebrew](http://mxcl.github.com/homebrew/)—it’s awesome. - -### Installing Pygments on Arch Linux - -You can install Pygments using the pacman package manager as follows: - -{% highlight bash %} -$ sudo pacman -S python-pygments -{% endhighlight %} - -Or to use python2 for Pygments: - -{% highlight bash %} -$ sudo pacman -S python2-pygments -{% endhighlight %} - -### Installing Pygments on Ubuntu and Debian - -{% highlight bash %} -$ sudo apt-get install python-pygments -{% endhighlight %} - -### Installing Pygments on RedHat, Fedora, and CentOS - -{% highlight bash %} -$ sudo yum install python-pygments -{% endhighlight %} - -### Installing Pygments on Gentoo - -{% highlight bash %} -$ sudo emerge -av dev-python/pygments -{% endhighlight %} - ## LaTeX Support Maruku comes with optional support for LaTeX to PNG rendering via blahtex