Skip to content

sourav2609/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Academic GitHub Pages Website

This is a lightweight Jekyll website for an academic or PhD profile. It is ready for GitHub Pages.

What to edit first

  1. Open _config.yml and replace the name, role, affiliation, email, bio, and profile links.
  2. Replace assets/images/profile-placeholder.svg with your own image, or update author.avatar in _config.yml.
  3. Edit index.md, research.md, and publications.md.
  4. Add posts inside _posts using the filename format YYYY-MM-DD-title.md.

Publish on GitHub Pages

  1. Create a GitHub repository named your-github-username.github.io.
  2. Push these files to the repository.
  3. In GitHub, open Settings > Pages.
  4. Select "Deploy from a branch" and choose your main branch.
  5. Visit https://your-github-username.github.io after the deployment finishes.

Add a post

Create a file such as _posts/2026-06-10-my-insight.md:

---
title: "My Insight"
date: 2026-06-10
excerpt: "A short summary for the posts page."
---

Write the post here using Markdown.

About

This is repo for my website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors