Skip to content

hbz/lobid-blog

Folders and files

NameName
Last commit message
Last commit date
Jan 16, 2024
Jul 9, 2024
Jul 9, 2024
Jun 7, 2018
Jul 9, 2024
Mar 18, 2020
Jun 20, 2024
Jul 2, 2018
Mar 19, 2014
Jul 10, 2014
May 19, 2020
Nov 28, 2017
Oct 30, 2020
Jun 21, 2024
Jun 21, 2024
Mar 24, 2023
Dec 21, 2012
Sep 30, 2019
Jan 16, 2024

Repository files navigation

This repo contains the sources for the Lobid blog page

It’s automatically deployed to https://hbz.github.io/lobid-blog/ by GitHub Pages when pushing to the master branch.

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 --path ~/.gem

Start server locally when working on a draft:

bundle exec jekyll serve --drafts --future --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.