Autonomy Lab Website

Built on the Hugo Static Website Generator.

Make sure to remember to clone submodules: git submodule update --init --recursive

Add a new member

hugo new members/member-name.md

New news post

hugo new blog/blog-post-name.md

Images

Images should be added in the static/ directory.

Generate website

Run the following command to generate the public/ directory with a site that can be served on a web server.

make prod