This repo houses the assets used to build the website for the TODO Group at https://todogroup.org.
The TODO OSPO Case Study initiative features real-world use cases and the impact OSPO Programs and open source are having on an organization. OSPO Use Cases build narratives around open source organization’s journey that includes Open Source Program Office highlighted activities, organizational structure, best practices, goals, and success stories, showcasing participating organizations as leaders in the OSPO field.
Please check the OSPO Case Study Submission Guidelines to get started.
Some OSPO Use Cases can be found at TODO website or at the OSPO Guide
Please check the TODO Guides Contributing Guidelines to get started
Please check the TODO Whitepaper Guidelines
This site is built using the Hugo static site generator and hosted on Netlify. In order to build the site, you'll need to install Hugo:
# macOS
brew install hugo
If you want to edit the content of the site locally:
hugo server \
--disableFastRender \
--buildDrafts \
--buildFuture \
--ignoreCache
This will run the site on localhost:1313
. Just navigate to http://localhost:1313 in your browser and you should see the site running.