opencontainers / web

Licence: Apache-2.0 License
[INACTIVE]

Programming Languages

HTML
75241 projects
CSS
56736 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Web

This is the code for http://www.opencontainers.org website. If you push to the master branch, it will be pushed to production.

For development, use the dev branch. Every push to the dev branch gets deployed to an Azure Website slot for the site, at http://opencontainers-dev.azurewebsites.net/.

The website content is created in markdown and uses the Hugo website generator with a modified version of the material design theme.

Content for the website is in markdown format in the content directory.

In order to preview the website locally, install Hugo, then in the directory where you checked out this project:

hugo server  -w -v
Web Server is available at http://127.0.0.1:1313/
Press Ctrl+C to stop

In order to generate the static html for the site

hugo

The html is generated in the public directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].