This project generates the CNIO Bioinformatics Unit docs website located at https://cnio-bu.github.io
To work locally with this project, you'll have to follow the steps below:
- Fork, clone or download this project
- Install MkDocs (available in conda)
- Preview your project:
mkdocs serve
, your site can be accessed underlocalhost:8000
- Add content
- Generate the website:
mkdocs build
(optional)
Read more at MkDocs documentation.