Skip to content

IGSN/archcop-metadata-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Archaeological Sample Metadata Profile

This repository contains the source files for the Archaeological Sample Metadata Profile documentation site, built using MkDocs and the Material for MkDocs theme.

πŸ“ Repository structure

  • 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., the site/ folder).

πŸš€ Building the site locally

Access to build or serve the documentation locally may be limited.
If you have permission and the required environment to build the documentation:

  1. Install MkDocs and dependencies:
    pip install mkdocs-material
  2. Serve locally:
    mkdocs serve
  3. The site will be available at http://127.0.0.1:8000/.

πŸ”„ Manual site updates

  1. The live site is published manually from this repository. To update it: Build the site locally using mkdocs build. This generates the site/ folder containing the HTML and assets.
  2. Switch to the gh-pages branch:
    git checkout gh-pages
  3. Copy the contents of site/ into the root of gh-pages (replacing existing files).
  4. Commit and push the changes to the gh-pages branch:
    git add --all
    git commit -m "Update site"
    git push origin gh-pages
  5. The changes will be live immediately at the published URL.

⚠️ Note: The gh-pages branch is public so the site can be viewed, but other branches may remain private.

🌐 Public site

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages