Repository for my personal site. Design from Nicklas Hansen's website, rewritten in Jekyll for easier maintenance.
If you're reading this, you're probably interested in creating a personal site similar to what I have built. You are very welcome to clone this repository and build off of Nicklas's and my work. Feel free to link back to our pages if you decide to clone, but don't feel obligated.
Below is a quick guide on setting up and maintenance, refer to JEKYLL_GUIDE.md for detailed information.
This website is built with Jekyll and hosted on GitHub Pages.
-
Install Ruby and Jekyll:
gem install bundler jekyll
-
Install dependencies:
bundle install
-
Run locally:
bundle exec jekyll serveVisit
http://localhost:4000
- Projects: Edit
_data/projects.yml - Publications: Edit
_data/publications.yml - Patents: Edit
_data/patents.yml
GitHub Pages automatically builds and deploys when you push to the repository.