A minimalist academic website template built with Jekyll. Features include:
- Clean, responsive design
- Publication list with BibTeX support
- Blog system
- News feed
- Teaching/Service section
- Install Jekyll and Bundler:
gem install jekyll bundler- Clone and serve locally:
git clone https://github.com/actuallysoham/website
cd website
bundle install
bundle exec jekyll serve- View at
http://localhost:4000
Edit _config.yml to update:
- Site title and description
- Your social media handles
- Other site-wide settings
_data/: Contains YAML files for publications, news, etc._posts/: Blog posts (format: YYYY-MM-DD-title.md)assets/: Images, CSS, and JavaScript files- Main pages:
index.md,research.md,teaching.md, etc.
Add entries to _data/publications.yml:
- title: "Paper Title"
authors: ["Author 1", "Author 2"]
venue: "Conference/Journal Name"
year: 2024
links:
paper: "path/to/paper.pdf"
code: "https://github.com/..."This template is licensed under CC-BY 4.0. You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material for any purpose
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
Design inspired by: