twosigma/jupyter.github.io

Name: jupyter.github.io

Owner: Two Sigma

Description: Jupyter Website

Forked from: jupyter/jupyter.github.io

Created: 2017-10-26 15:36:23.0

Updated: 2017-10-26 15:36:25.0

Pushed: 2017-10-26 15:51:36.0

Homepage: http://jupyter.org/

Size: 7774

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Jupyter's main website

Build Status

This is the source to Jupyter.org.

Build instruction.

The site is build using GitHub Pages Jekyll, see Jekyll website for customizing build process, and detail on how what where.

Quick local testing

install bundler
le install

cd into the root of this directory,

le exec jekyll serve --baseurl ''

Open your browser to localhost:4000

Edit the various part and reload at will.

Enjoy

What is where.

Most pages are located at the place where their URL is, nothing fancy. Headers and footer are in _includes/head.html, _includes/header.html , _includes/footer.html.

The navbar is in _data/nav.yml and look like that:

:
- Home
- title: Install
  url: https://jupyter.readthedocs.io/en/latest/install.html
- About
- title: Documentation
  url: https://jupyter.readthedocs.io/en/latest/install.html
- title: Blog
  url: https://blog.jupyter.org
- Donate

which mean, insert in order the following links into the navbar:

- Link to `Home` page, guess the url by yourself. 
- link to `Install` page, the url is...
- Link to `About`, guess the url by yourself, 
-  ... etc.

The navbar will automatically target _blank pages where the url is explicit, and mark the correct link as the “current” one.

How do I create a new page ?

Create my_page.html (will have url https://jupyter.org/my_page.html) or my_page/index.html (will have url https://jupyter.org/my_page/), start with the following :


ut: default
e: My Page


e some html here (consider you are already inside `<body></body>`

You can not do it yet with .md file, but you will be able soon.

Add commit (and don't forget to add to _data/nav.yml

Continuous Integration Testing on Travis

Travis will run and test:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.