This document describes the integration of the modern single-page template from PichaiRaman.github.io into your Jekyll site.
assets/css/template-styles.css - Modern styles with Inter font, clean layout, animationsassets/js/template-script.js - Interactive features, smooth scrolling, search functionalityimages/profile-template.jpg - Placeholder profile image from template_layouts/modern.html - Complete single-page layout inspired by the templateindex-modern.md - New homepage using the modern layoutbundle exec jekyll servehttp://localhost:4000/index-modern.htmlhttp://localhost:4000/Edit index-modern.md to update:
---
layout: modern
title: "Your Name - Your Title"
resume_url: "/path/to/resume.pdf"
highlights:
- "Your career highlight 1"
- "Your career highlight 2"
experience:
- company: "Company Name"
title: "Your Title"
dates: "2020 - Present"
description: "Brief description"
achievements:
- "Achievement 1"
- "Achievement 2"
education:
- institution: "University Name"
degree: "Your Degree"
dates: "2015 - 2020"
details: "Additional details"
research_interests:
- title: "Research Area"
description: "Description of your research"
full_bio: |
Extended biography text that appears when
users click "read more".
---
Your main bio content here (appears by default).
images/profile.png with your main profile imageimages/profile-template.jpg with your secondary/hover image_config.yml to set your avatar: avatar: "your-image.jpg"Edit assets/css/template-styles.css to modify:
To make the modern layout your main homepage:
index.html: mv index.html index-original.htmlmv index-modern.md index.md_publications collection_config.yml settings├── _layouts/
│ └── modern.html # New modern layout
├── assets/
│ ├── css/
│ │ └── template-styles.css # Modern CSS styles
│ └── js/
│ └── template-script.js # Interactive JavaScript
├── images/
│ └── profile-template.jpg # Template profile image
├── index-modern.md # New modern homepage
└── TEMPLATE_INTEGRATION.md # This documentation
Your original site has been backed up to: ../leipzig.github.io-backup/
The modern template provides a solid foundation for a professional, interactive personal website while maintaining Jekyll’s flexibility and your existing content structure.