Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 732 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 732 Bytes

liuzy0708.github.io

This is the latest version of my homepage's source code. Feel free to use and share.

Using Locally with Jekyll

You need to install Ruby and Jekyll fisrt.

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.

Acknowledgements

This project uses the source code from the following repositories:

Views