This repository contains the source for pickspeng.github.io, a Jekyll site hosted by GitHub Pages.
_pages/about.md— homepage, biography, teaching, and news_pages/publications.md— publication-page renderer_data/publications.yml— publication metadata, links, and abstracts_pages/talks.md— talks and presentations_pages/cv.md— CV pagefiles/— downloadable CV, papers, and slidesimages/pic.jpg— profile photo_config.yml— site metadata and author links_data/navigation.yml— top navigation
The remaining _includes, _layouts, _sass, and assets directories implement the Academic Pages/Minimal Mistakes theme.
Install Ruby and Bundler, then run:
bundle install
bundle exec jekyll serveOpen http://localhost:4000. The generated _site/ directory is ignored by Git.
The underlying theme is distributed under the MIT license; see LICENSE.