Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 933 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 933 Bytes

Personal webpage of Tom Jacobs. Live at https://tomjacobs05.github.io.

Requirements

  • Ruby
  • Jekyll: gem install jekyll bundler

Installation

git clone https://github.com/tomjacobs05/tomjacobs05.github.io.git
cd tomjacobs05.github.io
bundle install
bundle update

Usage

For local development, run:

bundle exec jekyll serve

Places to edit

  • _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.)

Credits

Development by celrm, based on template by bazilinskyy.