A truly simple website template for academics. It was developed with simplicity in mind (both in terms of style and in code complexity).
Just download the two files (index.html and photo.gif) and start editing straightaway.
- Open the Plain-Academic Template repository on GitHub.
- Click the Fork button in the top-right corner to create your own copy.
- Open the
index.html
file in your forked repository. - Click the pencil icon (✏️) to edit the file.
- Replace the placeholder text with your own details:
- Update your name, contact information, and academic details.
- Add your own links to papers, projects, or CV.
- Upload your own profile picture:
- Click Add file → Upload files in your repository.
- Ensure your picture is named
photo.gif
(so it replaces the existing one).
- Go to your repository’s Settings.
- Scroll down to the Pages section.
- In the "Source" dropdown, select the
main
branch and click Save. - Your website will be live at
https://<your-username>.github.io/<repo-name>/
.
If you prefer to work locally instead of editing directly on GitHub:
-
Clone your forked repository:
git clone https://github.com/<your-username>/<repo-name>.git
-
Open the files in a text editor like VS Code.
-
After making changes, push them back to GitHub:
git add .
git commit -m "Updated my website"
git push
If you have suggestions for improvements feel free to make a pull request or open an issue.
If you are using it, I'd be happy to hear from you! You can drop me a line at (link)!
You can get more ideas from other nice people using this template:
- Jonathan Bootle
- Hossein Rezaei
- Gustavo Cevolani
- Isabel Papadimitriou
- Debjani Saha
- Dong Chen
- Sourav Chatterjee
- Chenfanfu Jiang
- Masum Hasan
- Tapajit Dey
- Jakob Brounstein
Please do not remove the attibution link of the template, so that other people can find it too.