Personal academic website of Dr. Bai Xiwei (白茜薇) from The Hong Kong Polytechnic University.
Website: https://baaixw.github.io
This is an academic portfolio website built with the Academic Pages template, hosted on GitHub Pages.
- Profile & Settings: Edit
_config.yml - Homepage: Edit
_pages/about.md - Publications: Add/edit
.mdfiles in_publications/ - Talks: Add/edit
.mdfiles in_talks/ - Teaching: Add/edit
.mdfiles in_teaching/ - CV: Edit
_pages/cv.md - Navigation Menu: Edit
_data/navigation.yml - Profile Photo: Replace
images/profile.png
- Install Ruby, Bundler, and Node.js
- Run
bundle install - Run
jekyll serve -l -H localhost - Visit
http://localhost:4000