Skip to content

oslc-op/website

Repository files navigation

oslc-site-hugo

Discourse status Gitter

Contributing

Edit the Markdown sources for http://open-services.net/ under /content

Dev setup

brew install hugo

# optional
npm install -g sass
(cd themes/oslc/static/css && sass scss/oslc.scss:./oslc.css)

hugo server -w
# go to http://localhost:1313/

Deployment

The deployment is taken care of by Github Actions, just merge your changes to master.

Please check out the wiki for more details.

Licensing

Please see the LICENSE file for description of the license terms and OASIS policies applicable to the OSLC Open Project work items.