Personal webpage of Tom Jacobs. Live at https://tomjacobs05.github.io.
- Ruby
- Jekyll:
gem install jekyll bundler
git clone https://github.com/tomjacobs05/tomjacobs05.github.io.git
cd tomjacobs05.github.io
bundle install
bundle update
For local development, run:
bundle exec jekyll serve
_config.yml
: Site-wide configuration (name, description, social media links, etc.)_data/
: Data files for publications, talks, news, etc._pages/
: Markdown files for each page (home, publications, talks, etc.)
Development by celrm, based on template by bazilinskyy.