opencontainers / web

[INACTIVE]

Home Page:http://opencontainers.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[INACTIVE]

http://opencontainers.org

License:Apache License 2.0


Languages

Language:HTML 79.5%Language:CSS 17.0%Language:Shell 2.9%Language:JavaScript 0.6%