Skip to content

bjnath/numpy.org

 
 

Repository files navigation

Numpy.org

Netlify Status

Getting Started

To contribute to the website, you'll first need to install the extended version of Hugo.

The Hugo install page has instructions for different platforms and installers; make sure you end up with the extended version.

On Linux it may be easiest to pick up a tarball of the latest extended version from the release page and install it per https://gohugo.io/getting-started/installing/#install-hugo-from-tarball.

Next, clone this repository, and install the theme:

git submodule update --init

The development web server is started with:

hugo server

or

hugo server -D

to run the hugo server with draft enabled.

after which the site should be served at http://localhost:1313.

You'll see

error: failed to transform resource: TOCSS: failed to transform "style.sass"

if you don't have the Hugo extended version.

User Experience (UX)

NumPy Color Palette

#013243 Warm Black #013243 Warm Black

#4D77CF Han Blue #4D77CF Han Blue

#4DABCF Maximum Blue #4DABCF Maximum Blue

#6C7A89 Aurometalsaurus #6C7A89 Aurometalsaurus

#EEEEEE Isabelline #EEEEEE Isabelline

#FFC553 Mustard #FFC553 Mustard

#FFFFFF White #FFFFFF White

Deployment

Submit pull requests first, those get run on Netlify and you can see a build preview by clicking on the details link at the bottom.

Build previews

About

The NumPy home page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.6%
  • CSS 15.8%
  • Shell 9.8%
  • Python 6.8%
  • JavaScript 4.7%
  • Makefile 1.3%