Skip to content

johannsdg/johannsdg.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

johannsdg.github.io

These documentation pages for Johann S. D. G. were created with MkDocs. As such, they can be cloned and taken with you in situations where you may not have internet access. Note: This requires python and the mkdocs python library to function.

Online Documentation

To deploy updates to github pages:

  • Run the following command in the root repo folder
mkdocs gh-deploy

Offline Documentation

To host the documentation locally:

git clone https://github.com/johannsdg/johannsdg.github.io.git
cd johannsdg.github.io/
  • Use pip to install mkdocs
pip install mkdocs
  • Use mkdocs to build the web pages
mkdocs build
  • And finally, use mkdocs again to host the site
mkdocs serve

By default the webpage will be served at http://127.0.0.1:8000/ for more information please see the mkdocs getting started guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published