Website for the proposed MIxS Minimum Information about an Ancient Sequence project
This website is built with mkdocs.
For full documentation visit mkdocs.org.
mkdocs new [dir-name]- Create a new project.mkdocs serve- Start the live-reloading docs server.mkdocs build- Build the documentation site.mkdocs -h- Print help message and exit.
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
Requires mkdocs-material theme to be installed pip install mkdocs-material mkdocs-table-reader-plugin mkdocs-section-index mkdocs-git-revision-date-localized-plugin. See .github/workflows/ci.yml for latest used on production website if in doubt, or refer to environment.yml for a conda environment.
To update the rendered tables on the docs/drafts.md page:
- Add latest version to `docs/assets/checklists/versions/
- Modify
docs/assets/checklists/website_simplification_script.Rto the latest version in the file names - Run the script
- Update
docs/draft.mdto the latest version at the top of the page, and the paths to the files at the bottom of the page.
Custom domain is www.mixs-minas.org. CNAME file also needs to be under docs/ with mkdocs gh-deploy.