A monkeybox website done in hugo

Fred Damstra (Macbook 2015) b1c26ea23d Added Flash -- Need to redo 2 лет назад
archetypes 918f361aa0 Initial draft 2 лет назад
content b1c26ea23d Added Flash -- Need to redo 2 лет назад
themes 918f361aa0 Initial draft 2 лет назад
.gitignore 918f361aa0 Initial draft 2 лет назад
.gitmodules 918f361aa0 Initial draft 2 лет назад
README.md b1c26ea23d Added Flash -- Need to redo 2 лет назад
config.toml 8063e5e61a Updated links 2 лет назад
deploy b1c26ea23d Added Flash -- Need to redo 2 лет назад

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