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 updateFor 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.