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

JabRef/www.jabref.org

Folders and files

NameName
Last commit message
Last commit date
Feb 28, 2022
Jan 26, 2022
Oct 19, 2021
Jan 9, 2021
Aug 20, 2016
May 24, 2020
May 17, 2020
Dec 13, 2020
Oct 6, 2019
May 24, 2020
May 25, 2020
Jan 27, 2016
Sep 30, 2019
Feb 4, 2016
Dec 13, 2020
Apr 24, 2016
May 17, 2020
Feb 18, 2022
Nov 14, 2015
Oct 2, 2019
Feb 1, 2021
Mar 26, 2022
Feb 14, 2023
Dec 13, 2020
Jul 13, 2021
Oct 13, 2016
Aug 24, 2022
Dec 13, 2020
Dec 13, 2020
Dec 14, 2020
May 16, 2020
Dec 13, 2020
Dec 13, 2020
Jul 14, 2016

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.