A monkeybox website done in hugo
|
2 년 전 | |
---|---|---|
archetypes | 2 년 전 | |
content | 2 년 전 | |
themes | 2 년 전 | |
.gitignore | 2 년 전 | |
.gitmodules | 2 년 전 | |
README.md | 2 년 전 | |
config.toml | 2 년 전 | |
deploy | 2 년 전 |
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