Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 504 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 504 Bytes

SebastianSlash.github.io

My personal webpage hosted on GitHub


The ruby environment for jekyll was setup with rbenv on Arch linux by following this guide.


After cloning or downloading the repository run Terminal in directory:

$ bundle update

and start the jekyll server with:

$ bundle exec jekyll serve --livereload

the --livereload option automatically refreshes the page after a change has been built