Skip to content

yaoyao-liu/homepage

Repository files navigation

yaoyao-liu.github.io

LICENSE

This is the latest version of my homepage's source code. Feel free to use and share.
For more details, please refer to this repository: https://github.com/yaoyao-liu/minimal-light.

Using Locally with Jekyll

You need to install Ruby and Jekyll first.

Install and run:

bundle install
bundle exec jekyll server

View the live page using localhost: http://localhost:4000. You can get the html files in the _site folder.

Using the HTML version

The compiled HTML files are available in the html_source_file folder. If you don't like Jekyll, you may directly edit and use the HTML version.

Google Scholar Crawler

The instructions for the Google Scholar crawler can be found in this repository.
Before using that, you need to change the Google Scholar ID in the following file:

author: dict = scholarly.search_author_id('Qi2PSmEAAAAJ')

Acknowledgements

This project uses the source code from the following repositories: