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
22 lines
499 B
ReStructuredText
22 lines
499 B
ReStructuredText
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
|