Skip to content

RustFestEU/blog.rustfest.eu

Folders and files

NameName
Last commit message
Last commit date
Sep 23, 2020
Aug 28, 2019
May 19, 2018
Nov 20, 2019
Dec 23, 2020
Oct 26, 2020
Dec 23, 2020
Jan 27, 2018
Mar 17, 2020
Apr 10, 2018
Aug 19, 2019
Feb 19, 2025
Sep 25, 2017
Oct 2, 2019
Mar 17, 2020
Feb 16, 2017
Jan 27, 2018

Repository files navigation

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