docs/site
Sean Li 82033f62e9 Removed download scrolling code. 2015-07-21 15:53:12 -07:00
..
content Hugo needs a content dir 2015-07-11 11:37:14 -07:00
layouts Removed download scrolling code. 2015-07-21 15:53:12 -07:00
static Merge remote-tracking branch 'origin/master' 2015-07-14 11:48:29 -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 Fixed copyright icon. 2015-07-13 11:57:29 -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.