Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

JabRef/www.jabref.org

Repository files navigation

Outdated

This repository for our website has been archived, and all issues are therefore frozen. If you want to contribute, propose a new feature and/or report a bug with the website, please head over to the new repository https://github.com/JabRef/JabRefOnline.

Source of www.jabref.org

This repository contains the source of the JabRef homepage.

Feel free to improve the page using the issue tracker or pull requests.

Local Development

For local development, follow the Jekyll installation instructions. Installing the latest version of ruby followed by gem install bundler should be enough.

Afterwards, run

bundle install
jekyll serve --livereload

and go to http://localhost:4000/ in your browser.

On Windows, using a dockerized environment is recommended:

docker run -p 4000:4000 --rm --volume="C:\git-repositories\jabref\www.jabref.org":/srv/jekyll jekyll/jekyll:4 jekyll serve

In case you get errors regarding Gemfile.lock, just delete Gemfile.lock and rerun.

Incremental building is also possible:

docker run -p 4000:4000 --rm --volume="C:\git-repositories\jabref\www.jabref.org":/srv/jekyll jekyll/jekyll:4 jekyll serve --incremental

Update fonts

Precondition: npm install --global get-google-fonts

get-google-fonts -i http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic
npm install --save @fortawesome/fontawesome-free

Notes on the Jekyll version

This homepage is generated using the latest version of Jekyll.