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