Skip to content

ptheywood/ptheywood.github.io

Repository files navigation

Jekyll powered personal / academic website.

Building the site

Install Dependencies

  1. Install ruby.

    sudo apt install ruby-full
  2. Install Bundler

    sudo gem install bundler
  3. Install other dependencies with Bundler

    bundle config set --local path 'vendor/bundle'
    bundle install

Update Dependencies

bundler update --all

Serving a local copy of the site

bundler exec jekyll serve

Building a static HTML version of the site

bundler exec jekyll build

About

Personal / Academic website, powered by Jekyll.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published