Metadata-Version: 2.0
Name: miyadaiku.themes.tether
Version: 0.0.5
Summary: Tether files for miyadaiku static site generator
Home-page: UNKNOWN
Author: Atsuo Ishimoto
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: miyadaiku


Tether files for miyadaiku static site generator
========================================================

Provides tether files.


Installation
-------------------

Use pip command to install tether. 

::

   $ pip install miyadaiku.themes.tether


Configuraion
----------------------


In your config.yml file of your project, add following configuration at `themes` section.

::

   themes:
     - miyadaiku.themes.tether    # <---- add this line


Usage
----------------------

Add following code to your template files.

::

   <!-- include tether.js -->
   {{ tether.load_js(page) }}



