/solr-cool.github.io

Repo for Solr extensions component directory

Primary LanguageHTML

This repo holds the content for the http://solr.cool website. It's built using Jekyll.

Setup

Use the official Docker image to fire up a local Jekyll instance:

docker run --rm \
     --volume="$PWD:/srv/jekyll" \
     -p "4000:4000" \
     -it jekyll/jekyll:3.8 \
     jekyll serve --watch [--drafts]

and point your browser to http://localhost:4000/.

Adding content

Add your component to the appropriate file in the _data directory.

We're using jekyll for content

Preview your changes using the Docker command above.

Deployment

Push to master on Github. Done.