8000 GitHub - tglman/blog.rustfest.eu: The blog for RustFest!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tglman/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

Languages

  • CSS 69.5%
  • HTML 21.7%
  • Ruby 8.8%
0