Personal academic website for Eugene Klyshko, built with Jekyll and hosted on GitHub Pages.
Live site: klyshko.github.io
| Path | Description |
|---|---|
_pages/ |
Main site pages (About, Research, Publications, CV) |
_publications/ |
Individual publication entries |
_talks/ |
Conference talks and posters |
_teaching/ |
Teaching experience entries |
_includes/ |
Reusable HTML components (header, sidebar, author profile, etc.) |
_layouts/ |
Page layout templates |
_sass/ |
SCSS stylesheets, including _iso-style.scss for custom theming |
assets/ |
Compiled CSS and JavaScript |
images/ |
Site images and figures |
files/ |
Downloadable PDFs and documents |
The site uses a clean, modern aesthetic inspired by Isomorphic Labs:
- Typography: Inter font, light weight (300) for a thin, elegant look
- Layout: Sticky left sidebar on desktop, compact top bar on mobile
- Accent color: Green (
#0d9488) used consistently for borders, links, and highlights - Cards: Research topics and methods displayed as styled card blocks
Originally forked from academicpages (based on Minimal Mistakes), then heavily customized.
Requires Ruby and Bundler. On macOS with Homebrew:
brew install ruby@3.1
export PATH="/opt/homebrew/opt/ruby@3.1/bin:$PATH"Then install dependencies and serve:
bundle install
bundle exec jekyll serve --config _config.yml,_config.local.ymlThe site will be available at http://localhost:4000/.
Push to the master branch. GitHub Pages builds and deploys automatically.