A monkeybox website done in hugo

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

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