A monkeybox website done in hugo

Fred Damstra (Macbook 2015) 4b727d7c80 Moved projects vor 2 Jahren
archetypes 918f361aa0 Initial draft vor 2 Jahren
content 4b727d7c80 Moved projects vor 2 Jahren
themes 918f361aa0 Initial draft vor 2 Jahren
.gitignore 918f361aa0 Initial draft vor 2 Jahren
.gitmodules 918f361aa0 Initial draft vor 2 Jahren
README.md b1c26ea23d Added Flash -- Need to redo vor 2 Jahren
config.toml 8063e5e61a Updated links vor 2 Jahren
deploy b1c26ea23d Added Flash -- Need to redo vor 2 Jahren

README.md

MonkeyBOX in Hugo

Hugo is an easy way to deploy static websites.

There are a lot of themes, though they don't quite seem as drop-in as one would hope.

Anyhow, this will create the site and deploy to s3.

Quick Usage

# Hosting:
hugo # Generate content
hugo -D # Generate content with draft content
hugo server -D # locally host a server including draft posts
hugo deploy # Copy generated content to s3

# Modifying
hugo new home/<topic>.md # Create a new page under content/en/home/<topic>.md