A clean single-page academic homepage built with Jekyll.
This site is built with Jekyll and hosted on GitHub Pages. It is based on the Academic Pages template.
_pages/
about.md # Single homepage (profile + research interests + publications)
_publications/ # Publication entries (rendered on homepage)
_sass/ # SCSS styles
_includes/ # Jekyll templates and partials
_layouts/ # Page layouts
images/ # Static images (avatar, favicon, etc.)
- Profile info: Edit
_config.yml(author section) - Homepage content: Edit
_pages/about.md - Publications: Add/edit files in
_publications/ - Styles: Edit SCSS files in
_sass/
bundle install
bundle exec jekyll serve -l -H localhostThen open http://localhost:4000 in your browser.
This site uses the Academic Pages template, which is based on Minimal Mistakes by Michael Rose, released under the MIT License.