skade / blog.rustfest.eu

The blog for RustFest!

Home Page:http://blog.rustfest.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog.rustfest.eu

This repo contains the blog of RustFest.eu

local build

inside a docker container

To build the blog locally with docker run the following command:

docker run --rm --volume=$(pwd):/srv/jekyll -p 35729:35729 -p 4000:4000 -it jekyll/jekyll jekyll serve

Do not forget to clear the image every now and then:

docker rmi jekyll/jekyll

native ruby installation

If your machine is already setup with ruby use this command for the latest version of all packages:

rm Gemfile.lock && bundle install && jekyll serve

About

The blog for RustFest!

http://blog.rustfest.eu


Languages

Language:CSS 69.5%Language:HTML 21.7%Language:Ruby 8.8%