This is the website for the University of Minnesota Student Chapter of the Association for Computing Machinery.
- Zola: Static site generator.
- Sass: An extension of CSS to add more features. This uses the SCSS flavor.
- Install Zola.
- Clone this repo with
git clone git@github.com:acmumn/website.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.