spaCy/website
2016-10-19 01:24:22 +02:00
..
_includes Update website 2016-10-19 00:19:42 +02:00
assets Update tutorials 2016-10-19 01:24:22 +02:00
blog Update website 2016-10-19 00:19:42 +02:00
docs Update tutorials 2016-10-19 01:24:22 +02:00
_data.json Update website 2016-10-03 20:19:13 +02:00
_harp.json Update website 2016-10-19 00:19:42 +02:00
_layout.jade Update tutorials 2016-10-19 01:24:22 +02:00
.gitignore Update website 2016-10-03 20:19:13 +02:00
404.jade Update website 2016-10-03 20:19:13 +02:00
index.jade Update website 2016-10-19 00:19:42 +02:00
README.md Update website README.md 2016-10-19 01:24:22 +02:00
robots.txt.jade Update website 2016-10-03 20:19:13 +02:00

Source files for the spacy.io website and docs

The spacy.io website is implemented in Jade (aka Pug), and is built or served by Harp. Jade is an extensible templating language with a readable syntax, that compiles to HTML. The website source makes extensive use of Jade mixins, so that the design system is abstracted away from the content you're writing. You can read more about our approach in our blog post, "Rebuilding a Website with Modular Markup".

Building the site

sudo npm install --global harp
git clone https://github.com/explosion/spaCy
cd website
harp server

This will serve the site on http://localhost:9000.