Find a file
russellballestrini 1194369da3 first commit!
new file:   .gitignore
	new file:   MANIFEST.in
	new file:   readme.rst
	new file:   remarkbox_theme_meta/__init__.py
	new file:   remarkbox_theme_meta/static/theme/meta/css/custom.css
	new file:   remarkbox_theme_meta/static/theme/meta/css/normalize.css
	new file:   remarkbox_theme_meta/static/theme/meta/css/skeleton.css
	new file:   remarkbox_theme_meta/static/theme/meta/img/remarkbox-minified.png
	new file:   remarkbox_theme_meta/templates/meta-base.j2
	new file:   setup.py
2017-07-08 18:52:48 -04:00
remarkbox_theme_meta first commit! 2017-07-08 18:52:48 -04:00
.gitignore first commit! 2017-07-08 18:52:48 -04:00
MANIFEST.in first commit! 2017-07-08 18:52:48 -04:00
readme.rst first commit! 2017-07-08 18:52:48 -04:00
setup.py first commit! 2017-07-08 18:52:48 -04:00

Remarkbox theme for meta and faq
################################

This is the theme used on:

* https://meta.remarkbox.com
* https://faq.remarkbox.com
* https://demo.remarkbox.com

If you use a hosted site you may choose this theme on your namespace dashboard.

Otherwise a dedicated Remarkbox must install the theme into the python environment using:

.. code-block:: bash

  python setup.py install
  
Then configure it in the Remarkbox .ini file using:

.. code-block:: bash

  app.theme = meta