docs/site
Sean Li da43f8087d Styled ordered list. 2015-07-13 10:44:45 -07:00
..
content Hugo needs a content dir 2015-07-11 11:37:14 -07:00
layouts Styled ordered list. 2015-07-13 10:44:45 -07:00
static Styled ordered list. 2015-07-13 10:44:45 -07:00
.gitignore Added mini-site. 2015-07-10 16:02:55 -07:00
LICENSE Added mini-site. 2015-07-10 16:02:55 -07:00
README.md Added mini-site. 2015-07-10 16:02:55 -07:00
config.toml Added mini-site. 2015-07-10 16:02:55 -07:00
deploy.sh fixed the deployment script 2015-07-11 11:25:38 -07:00
watch-less.sh Added mini-site. 2015-07-10 16:02:55 -07:00
web.config Added mini-site. 2015-07-10 16:02:55 -07:00

README.md

Docker Toolbox Website

This repository is setup to autodeploy to https://toolbox.docker.com which is mapped to https://docker-toolbox.azurewebsites.net/: a git push refreshes the website with the new content.

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.