This is the source code for my academic site.
- Website: https://me.seisman.info
- Theme from wowchemy theme
- Build by Hugo
To build the site locally, you first need to have go and hugo installed, then
git clone https://github.com/seisman/academic-homepage
cd academic-homepage
hugo server
bash update_wowchemy.sh
I've made some changes/customizations to the official wowchemy theme. The customized templates are located in the layouts directory.
Run the following command to view the changes compared to the official theme:
cd layouts
bash changes.sh
Except where otherwise noted, all content is licensed under a Creative Commons Attribution 4.0 International License.