BHI Research

BHI research site

See the site live at https://bhi-research.github.io/

Setup and Run

Linux instructions:

$ python3 -m venv --system-site-packages ./venv-mkdocs
$ source ./venv-mkdocs/bin/activate 
(venv-mkdocs) $ pip install --upgrade pip
(venv-mkdocs) $ pip install -r requirements.txt
(venv-mkdocs) $ mkdocs new .

# run
(venv-mkdocs) $ mkdocs serve 

# deploy
(venv-mkdocs) $ mkdocs gh-deploy

# when done
(venv-mkdocs) $ deactivate

Commands

Project layout

    mkdocs.yml    # The configuration file.
    docs/
        index.md  # The documentation homepage.
        ...       # Other markdown pages, images and other files.