This is the website for the University of Minnesota Student Chapter of the Association for Computing Machinery.
This uses Zola for static site generation (just like the old site). It also uses the SCSS flavor of Sass for styling.
- Install Zola.
- Clone this repo with
git clone git@github.com:acmumn/new-acm-site.git. - Run
zola servefrom the root of the project. - The site will be served to
localhost:1111.
There is a docker-compose file provided.
To build with Docker run sudo docker compose up -d or equivalent.
The project also contains a nix flake and .envrc file. These just install Zola right now, but will be updated to include any other dependencies that are added.
See CONTRIBUTING.
See OFFICER_STICKY_NOTES.
See PROJECT_ORGANIZATION.