This site uses the feeling-responsive Jekyll theme; view the theme docs for customization tips.
To add your name to the people page,
- Edit
/_data/people.ymlto add your name and info in the same format as theother entries. - Add your profile pic to
/images/people
If you want to make changes to the site, it's useful to clone this repo and build the site locally. Here's how:
- Install ruby and gem (eg
sudo apt install ruby-full) - Clone this repository and cd into it
- Run
gem install bundler jekyllto install jekyll - Run
bundle installto install the theme prerequisites - To build the website locally, run
bundle exec jekyll serve
More documentation here: https://jekyllrb.com/