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