Skip to content

BHI-Research/bhi-research.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BHI research site

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

Related Links

Setup and Run

(base) $ conda create -n mkdocs-env python=3.12 
(base) conda $ activate mkdocs-env
(mkdocs-env) $ pip install -r requirements.txt
(mkdocs-env) $ mkdocs new .

# Updating packages before updating
(mkdocs-env) $ pip install --upgrade -r requirements.txt

# run
(mkdocs-env) $ mkdocs serve 

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •