Website code. Start server after clone with hugo server.
To show drafts, use hugo server -D.
A script will deploy to AWS.
To create a new blog or project post: hugo new project/<name>.md.
Layouts define the HTML content including templates that different pages can use.
The overall layout is defined in layouts/_default/baseof.html.
The layouts/index.html file is where I'm trying to get a list of things.