https://github.com/asc-community/angourimathsite
https://github.com/asc-community/angourimathsite
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asc-community/angourimathsite
- Owner: asc-community
- Created: 2020-09-23T06:13:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T20:44:08.000Z (over 1 year ago)
- Last Synced: 2024-12-29T17:53:18.524Z (10 months ago)
- Language: HTML
- Homepage: https://am.angouri.org
- Size: 10.9 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## Repository of am.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.