Website for eDNA FAIR.
Built with MkDocs and Material for MkDocs.
mkdocs.yml: Configuration file
|- docs
|- |- CONTENT.md: Website content in Markdown
|- assets/images/: Images folder
- Installation:
git clone https://github.com/FAIR-eDNA/FAIR-eDNA.github.io.git
- (Optional) For development:
pip install -r requirements.txt
- MkDocs commands:
mkdocs serve: Preview working website on local browser http://127.0.0.1:8000/mkdocs build: Build the site
- To add new webpage content:
- Create Markdown file in
/docs - Add filename in
mkdocs.ymlundernav
- Create Markdown file in
- To update content:
- Edit individual Markdown files in
/docs
- Edit individual Markdown files in