Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 718 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 718 Bytes

My personal website!

Meant primarily to host my resume/CV/jobby stuff, also a nice place to store personal projects.

The site is built using github pages using the "cayman" theme. See their documentation for a better description than this one.

Dependencies

You may also have to install gems (via Ruby) and call bundle install.

How to run

To run, use the following shell command:

bundle exec jekyll serve

Alternatively, you can use raw Jekyll (instead of using bundle as a wrapper) with the following commands

jekyll build jekyll serve