A nostalgic, 90s-style academic portfolio website featuring classic web design elements from the golden age of the internet!
Powered by Jekyll for easy maintenance and GitHub Pages deployment.
├── _layouts/ # Page templates
├── _includes/ # Reusable components (header, footer, sidebar)
├── css/ # Stylesheets
├── assets/ # Static files (images, PDFs)
│ ├── images/
│ └── files/
├── *.html # Content pages
└── _config.yml # Site configuration
See STRUCTURE.md for detailed documentation.
# Install dependencies
bundle install
# Start Jekyll server
bundle exec jekyll serve
# Visit http://localhost:4000- Update content: Edit the HTML files (index.html, publications.html, etc.)
- Change site info: Edit
_config.yml - Modify header/footer: Edit files in
_includes/ - Add images: Place in
assets/images/ - Update styles: Edit
css/style.css
Feel free to use and modify this template for your own academic portfolio!