v0dro / quansight-labs-site

Development site and blog for Quansight Labs

Home Page:https://labs.quansight.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quansight Labs Site

Creating new posts

Use either reStructuredText, Markdown or Jupyter Notebooks. To create an empty post:

$ nikola new_post -f markdown  # default is .rst if not specified

Note that for Jupyter notebook posts the post metadata (title, author, slug, date) goes in the notebook metadata as documented here. Jupyter Lab does not have a metadata editor yet - either use Jupyter notebook, install https://github.com/yuvipanda/jupyterlab-nbmetadata (although that did not work in a first test), or edit the metadata by hand.

To not show the whole post but only the first bit and then read more ..., use <!-- TEASER_END --> (either in plain Markdown or in a Markdown cell in a notebook).

Build information

To set up a development environment: in a new conda env or virtualenv:

$ pip install "nikola[extras]"
$ nikola theme -i maupassant

Configuration file for the site is conf.py.

To build the site:

nikola build

To see it:

nikola serve -b

To check all available commands:

nikola help

Deployment

Submit pull requests first, those get run on CircleCI where the new site can be checked (stored in Artifacts). On merge the site will get deployed to https://labs.quansight.org

About

Development site and blog for Quansight Labs

https://labs.quansight.org


Languages

Language:Jupyter Notebook 50.4%Language:CSS 36.7%Language:Python 12.9%