Skip to content

asc-community/AngouriMathSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository of am.angouri.org

Is site operational

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.

Local running

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

Transparency

Telemetry removed, there's no tracking anymore.