BHI-Research / bhi-research.github.io

Public website of BHI-Research group

Home Page:https://bhi-research.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BHI research site

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

Related Links

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

  • mkdocs new [dir-name] - Create a new project.
  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs help - Print this help message.

Project layout

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

About

Public website of BHI-Research group

https://bhi-research.github.io