A monkeybox website done in hugo
|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
archetypes | %!s(int64=2) %!d(string=hai) anos | |
content | %!s(int64=2) %!d(string=hai) anos | |
themes | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
.gitmodules | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
config.toml | %!s(int64=2) %!d(string=hai) anos | |
deploy | %!s(int64=2) %!d(string=hai) anos |
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.
# 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