A monkeybox website done in hugo

Fred Damstra (Macbook 2015) 4e4acc1c2b IntJake Working 1 år sedan
archetypes 918f361aa0 Initial draft 2 år sedan
content 4e4acc1c2b IntJake Working 1 år sedan
layouts 4e4acc1c2b IntJake Working 1 år sedan
themes 918f361aa0 Initial draft 2 år sedan
.gitignore 918f361aa0 Initial draft 2 år sedan
.gitmodules 918f361aa0 Initial draft 2 år sedan
README.md 1de8c9a8e4 Fixed deployment and improed readme 1 år sedan
config.toml 4e4acc1c2b IntJake Working 1 år sedan
deploy 1de8c9a8e4 Fixed deployment and improed readme 1 år sedan

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

# Installing
git clone ssh://git@git.monkeybox.org:2222/AWS/www.monkeybox.org_hugo.git
cd www.monkeybox.org_hugo
git submodule init
git submodule update

# Hosting / testing via hugo.monkeybox.org:
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

# Hosting on home k8s
./deploy

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