ome / omero-figure

An OMERO.web app for creating Figures from images in OMERO
http://figure.openmicroscopy.org
GNU Affero General Public License v3.0
15 stars 31 forks source link

Fix highlighter to gh-pages supported one #176

Closed hflynn closed 8 years ago

hflynn commented 8 years ago

Although I fixed the jekyll build as my local installation instructed, it seems gh-pages does not support pygments and we got an error for the website build when the live site was updated. This should fix it without altering the appearance of the site, as it's apparently what gh-pages is using now anyway.

hflynn commented 8 years ago

For reference: "The page build completed successfully, but returned the following warning:

You are attempting to use the 'pygments' highlighter, which is currently unsupported on GitHub Pages. Your site will use 'rouge' for highlighting instead. To suppress this warning, change the 'highlighter' value to 'rouge' in your '_config.yml' and ensure the 'pygments' key is unset. For more information, see https://help.github.com/articles/page-build-failed-config-file-error/#fixing-highlighting-errors.

For information on troubleshooting Jekyll see:

https://help.github.com/articles/troubleshooting-jekyll-builds"

hflynn commented 8 years ago

Staged at http://figure.staging.openmicroscopy.org and build is green https://ci.openmicroscopy.org/view/Docs/job/FIGURE-help-staging/52/ so you just need to check staging looks the same as the live site really (which it will because this is what GitHub pages is using anyway).

jburel commented 8 years ago

I did not notice any difference between staging and live versions