Skip to content

todogroup/glossary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

71d6211 · Jan 29, 2025

History

99 Commits
Mar 31, 2024
Jan 29, 2025
May 29, 2023
Mar 31, 2024
Jun 7, 2023
May 28, 2023
Mar 31, 2024
May 28, 2023
May 28, 2023
May 22, 2023
May 28, 2023
Mar 31, 2024
Mar 31, 2024
Mar 31, 2024
Mar 31, 2024
Mar 31, 2024
Mar 31, 2024

Repository files navigation

OSPO Glossary

The OSPO Glossary Project is hosted at https://ospoglossary.todogroup.org/ and is intended to be used as a reference for common terms when talking about Open Source Program Offices (OSPOs).

Setting up a local instance

To improve the Cloud Native Glossary site itself, install a local copy with these instructions. Note you must have npm and Hugo installed.

git clone git@github.com:todogroup/glossary.git
cd glossary
git submodule update --init --recursive
npm install

Then run the site using npm run serve. To have the site run locally with a functioning local search, run npm run serve:with-pagefind.