# scipy.org **Repository Path**: mirrors_scipy/scipy.org ## Basic Information - **Project Name**: scipy.org - **Description**: Scipy.org web site source code - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scipy.org The SciPy website is built on the [scientific-python-hugo-theme](https://github.com/scientific-python/scientific-python-hugo-theme) and served using [Hugo](https://gohugo.io). ## Build After installing Hugo and Dart Sass, build locally: ``` git submodule update --init make html ``` The pages are in `public/`. To run the development server, which hosts the site and recompiles automatically on edits: ``` make serve ``` ## Team lists To update the teams, the `team_query.py` provided by the theme is used. It needs a [GitHub token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) with `read:org` permissions. The token has to be exported as `GH_TOKEN`. ``` GH_TOKEN=xxxxxxxxxx make teams ``` `requests` must be installed in your environment. ## Analytics The service [Plausible.io](https://plausible.io) is used to gather simple and privacy-friendly analytics for the site. The dashboard can be accessed [here](https://views.scientific-python.org/scipy.org). The Scientific-Python community is managing the account.