Skip to content

bosch-io/todogroup.org

 
 

Repository files navigation

Netlify Status License: CC BY 4.0 Site

The TODO group website assets

This repo houses the assets used to build the website for the TODO Group at https://todogroup.org.

📝 Adding resources

New OSPO Use Cases

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

New TODO Guides

Please check the TODO Guides Contributing Guidelines to get started

New Whitepapers

Please check the TODO Whitepaper Guidelines

🧩 Building the site

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

Running the site locally

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.

About

Official TODO Website that containts TODO Guides, OSPO use cases and more resources to advance in the OSPO journey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 60.7%
  • HTML 36.8%
  • JavaScript 1.4%
  • Makefile 1.1%