/getup

getup record

Primary LanguagePython

To make the project for your own:

  1. fork the project to your own github account
  2. delete the docs/data folder
  3. modify the mkdocs.yml file to change the site_name and repo_url to your own
  4. run the following command to generate html and push to github
bash deploy.sh
  1. set the github page to the gh-pages branch

Frequent Command for MkDocs

to preview website locally:

mkdocs serve --watch-theme

to kill preview program:

ps -fA | grep python

to release website:

mkdocs gh-deploy