Source code for an academic homepage, built with Jekyll and based on the Minimal Light theme.
_config.yml: profile information, links, SEO metadata, and analyticsindex.md: research interests and news_data/publications.yml: publications and preprints_data/projects.yml: research projects_includes/: reusable page sections_layouts/homepage.html: page layout and metadata_sass/minimal-light.scss: site styles
Install Ruby, Bundler, and the project dependencies:
bundle install
bundle exec jekyll serveThen open http://127.0.0.1:4000/.
The site is published with GitHub Pages at https://quarter-p.github.io/. Updates are deployed after the source changes are pushed to the repository's Pages branch.
The site is based on Minimal Light by Yaoyao Liu. See LICENSE for details.