This project contains the new proof-of-concept documentation site for hybrid-cloud-patterns.io
You can build this site using Hugo.
You can install Hugo on different platforms (Linux, Windows, macOS) using a number of methods. For more information on how to install Hugo on your desired platform, see Install Hugo.
You can run Hugo as a local server to test out the site.
-
Clone this repository as a local repository.
-
Change to the local repository.
-
Run the following command:
$ hugo server
-
View the site on your browser at
http://localhost:1313/
.