Skip to content

gbv/lobid-blog

 
 

Repository files navigation

This repo contains the sources for the Lobid slides page

To set up the Jekyll-based blog locally, see https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/

Quick setup:

sudo apt-get install build-essential zlib1g-dev ruby-dev
sudo gem install bundler
git clone https://github.com/hbz/lobid-blog.git
cd lobid-blog
bundle install

Start server locally when working on a draft:

jekyll serve --drafts --watch

Open http://localhost:4000

Render *.dot files in images/ with:

sh render.sh <name-without-extension> e.g. sh render.sh data to render data.dot as data.png.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.7%
  • CSS 1.6%
  • Other 0.7%