- The static site is generated by Hugo. To generate the site,
hugo
binary needs to be installed. Runbrew install hugo
if necessary. - hugo-creative-theme was chosen as it is designed to host pages rather than a blog site.
- The generated artifacts under
public
directory is copied tos3://signifier.jp
bucket and hosted via AWS S3. To deploy, you need to have$HOME/.aws/credentials
. - To develop, run
hugo server -w
, and edit YAML files underdata/project
, and HTMLs underthemes/hugo-creative-theme/layouts/partials
if necessary. - To publish, run
./publish
.