chankh / fargate-cdk-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Fargate CDK Workshop

Setup:

Install Hugo:

On a mac:

brew install hugo

On Linux:

Clone this repo:

From wherever you checkout repos: git clone https://github.com/chankh/fargate-cdk-workshop.git (or your fork)

Clone the theme submodule:

cd fargate-cdk-workshop

git submodule init ; git submodule update

Build content locally:

hugo

Run Hugo locally:

hugo server -D -p 8080

View Hugo locally:

Visit http://localhost:8080/ to see the site.

Making Edits:

As you save edits to a page, the site will live-reload to show your changes.

About


Languages

Language:CSS 79.0%Language:HTML 20.5%Language:Dockerfile 0.5%