diff --git a/.travis.yml b/.travis.yml index c385c14..bafc587 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,8 @@ before_install: install: - make install_dev_tools - go get -t ./... - - pip install Pygments + - pip install --user Pygments + - export PATH=$HOME/.local/bin:$PATH script: - $HOME/gopath/bin/goveralls -service=travis-ci diff --git a/README.md b/README.md index 0c2fe29..0d402d2 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ gojekyll help build - themes, page tags, excerpts, plugins (except for a few listed below), pagination, math, warning mode. - Site variables: `pages`, `static_files`, `html_pages`, `html_files`, `documents`, and `tags` - Jekyll filters: `group_by_exp`, `pop`, `shift`, `cgi_escape`, `uri_escape`, `scssify`, and `smartify`. - - The Go Liquid engine is also missing some tags and a few filters. See its [README](https://github.com/osteele/gojekyll/#status) for status. + - See the [Liquid README](https://github.com/osteele/liquid/#status) for documentation of its limitations. - Data files must be YAML. CSV and JSON data files are not supported. - `{% highlight %}` uses Pygments. There's no way to tell it to use Rouge. Also, I don't know what will happen if Pygments isn't installed. - `
` doesn't work. I think this is a limitation of the Blackfriday Markdown processor.