Metadata-Version: 2.1
Name: miyadaiku.themes.tether
Version: 0.0.8
Summary: Tether files for miyadaiku static site generator
Home-page: https://github.com/miyadaiku/miyadaiku-themes-tether
Author: Atsuo Ishimoto
Author-email: UNKNOWN
License: MIT
Project-URL: Miyadaiku, https://miyadaiku.github.io/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: miyadaiku


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

Provides `tether 1.4.5 <https://www.npmjs.com/package/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) }}



