Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 813 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 813 Bytes

This is the OpenBazaar site

Build Status

Tips

To run site locally

Install Jekyll by following these instructions.

bundle exec jekyll serve

To preview drafts run with --drafts flag.

Create a new draft

At the root of the project run:

python create.py --title=example-title --date-2018-08-22

Include an embed youtube video

{% include modules/embeded-video.html url="https://www.youtube.com/embed/92AOVPrm6MA" %}

To add captions

![](an-image.png)
*The image captions goes here, immediately afterwards*

Markdown tips

Quick reference guide here