This repository contains the source files for the Archaeological Sample Metadata Profile documentation site, built using MkDocs and the Material for MkDocs theme.
docs/β Markdown content, images, custom stylesheets, and scripts.overrides/β Custom HTML overrides and partial templates for the site theme.mkdocs.ymlβ MkDocs configuration file..gitignoreβ Excludes build artifacts (e.g., thesite/folder).
Access to build or serve the documentation locally may be limited.
If you have permission and the required environment to build the documentation:
- Install MkDocs and dependencies:
pip install mkdocs-material
- Serve locally:
mkdocs serve
- The site will be available at http://127.0.0.1:8000/.
π Manual site updates
- The live site is published manually from this repository. To update it:
Build the site locally using
mkdocs build. This generates thesite/ foldercontaining the HTML and assets. - Switch to the
gh-pagesbranch:git checkout gh-pages
- Copy the contents of
site/into the root ofgh-pages(replacing existing files). - Commit and push the changes to the
gh-pagesbranch:git add --all git commit -m "Update site" git push origin gh-pages - The changes will be live immediately at the published URL.
gh-pages branch is public so the site can be viewed, but other branches may remain private.
This repository contains source materials only.
The published version of this documentation is available at:
π https://igsn.github.io/archcop-metadata-profile/
This repository is maintained by the IGSNβDataCite Archaeology and Cultural Heritage Community of Practice.