This log book is written as a Markdown format based on JupyterBook.
In order to build the markdown into html pages, you need to download:
- jupter book (build html files from markdown files)
- ghp-import (upload html files onto Github to publish the website)
Run the following steps to compile the Jupyter book:
- Go to upper level directory containing the "wengangmao.github.io" folder
- Build the book by run "jupyter-book build voysmart" or "jb build wengangmao.github.io"
- Enter into the "voysmart" folder
- Publish the html pages by run "ghp-import -n -p -f _build/html"
Then you should be able to access the VoySmart Website!