Setup Instructions for Koutian Wu
Setup Instructions for Koutian Wu
Welcome to your personal academic website! This document provides instructions on how to customize the website with your actual information.
Quick Start
- Update Your Profile Information
- Edit
_config.ymlto add your:- Email address
- Location
- Current employer/institution
- Academic profile links (Google Scholar, ORCID, ResearchGate, etc.)
- Social media handles
- Edit
- Add Your Profile Photo
- Replace
images/profile.pngwith your professional photo - Keep the filename as
profile.pngor update the reference in_config.yml
- Replace
- Update the About Page
- Edit
_pages/about.mdwith your personal introduction - Add your research interests and current work
- Edit
- Add Your CV Information
- Edit
_pages/cv.mdwith your:- Education history
- Work experience
- Skills
- Awards and honors
- Edit
Adding Content
Publications
- Add new publications by creating files in
_publications/ - Use
_publications/2009-10-01-paper-title-number-1.mdas a template - Name files as:
YYYY-MM-DD-short-title.md
Talks
- Add talks/presentations in
_talks/ - Use
_talks/sample-talk.mdas a template
Teaching
- Add courses in
_teaching/ - Use
_teaching/2014-spring-teaching-1.mdas a template
Blog Posts
- Add blog posts in
_posts/ - Use
_posts/2024-01-01-welcome.mdas a template
File Management
Upload PDFs and other files to the files/ directory. They will be accessible at: https://ktwu01.github.io/files/filename.pdf
Testing Locally
- Install Jekyll:
bundle install - Run locally:
bundle exec jekyll serve - View at:
http://localhost:4000
Need Help?
- Academic Pages documentation: https://academicpages.github.io/
- GitHub Pages documentation: https://docs.github.com/en/pages
Next Steps
- Update all placeholder content with your actual information
- Delete this file once you’ve completed the setup
- Commit and push your changes to see them live at https://ktwu01.github.io
Good luck with your academic website!
