Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 275 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 275 Bytes

aws-cloud-clubs.github.io

Getting Started

# Do after initial clone
$ git submodule update --init --recursive
...

# Start local development server
$ hugo server
Start building sites …

Update theme

$ git submodule update --remote --merge
...