WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

RustFestEU/blog.rustfest.eu

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

About

The blog for RustFest!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 25