bhavukkalra / scientific-python.org

Source code for the Scientific Python Ecosystem project page.

Home Page:https://scientific-python.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scientific-python.org

The scientific-python.org website is built using scientific-python-hugo-theme and Hugo.

It is deployed via Netlify when commits changes are made to the main branch.

Installing Hugo

Please download the latest binary from

https://github.com/gohugoio/hugo/releases

and place it somewhere on your path.

You will also require the development version of ics.

Building the website

For development, start the development server using

make serve-dev

and browse to http://localhost:1313.

Rebuilding teams

Create a personal access token with access read:org.

export GH_TOKEN=<personal-access-token>

Then run make teams.

Analytics

A self-hosted version of Plausible.io is used to gather simple and privacy-friendly analytics for the site. The dashboard can be accessed here.

About

Source code for the Scientific Python Ecosystem project page.

https://scientific-python.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 85.7%Language:CSS 8.5%Language:Makefile 5.7%