X Tutup
Skip to content

jarrodmillman/scientific-python.org

 
 

Repository files navigation

scientific-python.org

Installing Hugo

This site is built using Hugo. Please download the latest binary from

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

and place it somewhere on your path.

Building the website

Before building, you will need the site theme:

git submodule update --init --recursive

For development, start the development server using

make serve-dev

and browse to http://localhost:1313.

To deploy to https://scientific-python.org, run make github.

Rebuilding teams

Create a personal access token with access read:org.

export GH_TOKEN=<personal-access-token>

Then run make teams.

About

Source code for the scientific Python ecosystem landing page

Resources

Stars

Watchers

Forks

Contributors

Languages

  • HTML 75.8%
  • CSS 9.6%
  • Python 7.4%
  • Makefile 5.9%
  • JavaScript 1.3%
X Tutup