Skip to content

JabRef/verein.jabref.org

Repository files navigation

JabRef e.V. Website

This repository contains the source of the JabRef e.V..

Feel free to send blog entries. Find details in our CONTRIBUTING.md file.

The layout is based on Chirpy. We use Jekyll as static site generator. See GitHub pages for more details on the mechanics behind.

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\verein.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\verein.jabref.org":/srv/jekyll jekyll/jekyll:4 jekyll serve --incremental

About

Vereinshomepage von JabRef e.V.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published