Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 765 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 765 Bytes

Hybrid Cloud Patterns documentation site

This project contains the new proof-of-concept documentation site for hybrid-cloud-patterns.io

You can build this site using Hugo.

Install 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.

Run Hugo as a local server

You can run Hugo as a local server to test out the site.

  1. Clone this repository as a local repository.

  2. Change to the local repository.

  3. Run the following command:

     $ hugo server
    
  4. View the site on your browser at http://localhost:1313/.