This repo contains all the files for the website of AngouriMath.
The master branch only contains files necessary for the generation itself. The generation happens automatically on every push to gh-pages branch. The content of the website is located at src/content
.
There's a custom generator which wraps the content files with the given templates, which are located at src/content/_templates
.
To run the website locally, get .NET 6 and clone it:
git clone https://github.com/asc-community/AngouriMathSite
cd AngouriMathSite
Now run
dotnet fsi amsite.fsx init
Once it's finished, you can run the website by doing
dotnet fsi amsite.fsx run
For more details, see CONTRIBUTING.md
Telemetry removed, there's no tracking anymore.