Skip to content

SLUB: Bibliographic Linked Open Data API documentation

Notifications You must be signed in to change notification settings

slub/data.slub-dresden.de

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
bhering
Jan 16, 2023
e93f70d · Jan 16, 2023
Feb 4, 2022
Jul 28, 2021
Jan 16, 2023
Apr 19, 2021
Nov 25, 2019
Apr 19, 2021
Sep 28, 2021
Apr 21, 2021
Jan 16, 2023
Dec 9, 2019
Nov 15, 2019
Oct 15, 2019
Oct 10, 2019
Mar 10, 2022

Repository files navigation

EFRE-Lod logo

static documentation for LOD API

for editing this page and see the changes offline

Install dependencies

jekyll is used for generation of this web-page. It can be installed in multiple ways.

via your package manager

Use your local package manger or repository for installing jekyll. E.g. for Archlinux it is available via the AUR:

yaourt -S jekyll

via ruby-bundler

Install ruby-bundler via your package manger

pacman -S ruby-bundler

This project's dependencies are listed in the Gemfile, they can be installed into the current directory via

bundle install --path=.

Run jekyll to generate ("serve") web-page on the fly

  • In the case jekyll was installed by your package manger, you can simply run

    jekyll serve
  • If installed via bundler, run

    bundle exec jekyll serve

After running jekyll in serve-mode the web-page can be accessed via localhost:4000

Build the webpage

This step is automated in GitHub Pages, so normaly there is no need for doing this on your own.

bundle exec jekyll build

files for the web-page can be found in the _site-directory