An open API service indexing awesome lists of open source software.

https://github.com/asc-community/angourimathsite


https://github.com/asc-community/angourimathsite

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Repository of am.angouri.org

[![Is site operational](https://img.shields.io/website?label=am.angouri.org&up_message=works%21&url=https%3A%2F%2Fam.angouri.org)](https://am.angouri.org)

This repo contains all the files for the website of [AngouriMath](https://github.com/asc-community/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`.

## Local running

To run the website locally, get [.NET 6](https://dotnet.microsoft.com/download/dotnet/6.0) 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](./CONTRIBUTING.md)

## Transparency

Telemetry removed, there's no tracking anymore.