hoffmabc / official_site

OpenBazaar.org official site code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the OpenBazaar site

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

About

OpenBazaar.org official site code

License:MIT License


Languages

Language:HTML 73.5%Language:CSS 23.6%Language:Ruby 1.3%Language:Python 0.9%Language:Shell 0.7%Language:JavaScript 0.0%