GitHub - scipy/scipy.org: Scipy.org web site source code (original) (raw)
scipy.org
The SciPy website is built on thescientific-python-hugo-themeand served using Hugo.
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:
Team lists
To update the teams, the team_query.py
provided by the theme is used. It needs aGitHub tokenwith read:org
permissions. The token has to be exported as GH_TOKEN
.
GH_TOKEN=xxxxxxxxxx make teams
Analytics
The service Plausible.io is used to gather simple and privacy-friendly analytics for the site. The dashboard can be accessedhere. The Scientific-Python community is managing the account.