anditto / readingbitcoin-website

The ReadingBitcoin.org website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readingbitcoin-website

The ReadingBitcoin.org website

Adding an article

  1. Add metadata to the readingbitcoin/articles.py file
  2. Add images to the readingbitcoin/static folder
  3. Add the article body to readingbitcoin/templates/articles

Articles should start with

{% extends "article.html" %}
{% block article %}

and end with

{% endblock %}

About

The ReadingBitcoin.org website

License:MIT License


Languages

Language:CSS 51.5%Language:JavaScript 33.6%Language:HTML 13.7%Language:Python 1.2%