Metadata-Version: 2.1
Name: miyadaiku-theme-tether
Version: 1.0.0
Summary: Tether.js files for miyadaiku static site generator
Home-page: https://miyadaiku.github.io/miyadaiku-theme-tether
Author: Atsuo Ishimoto
License: MIT
Project-URL: Documentation, https://miyadaiku.github.io/
Project-URL: Source, https://miyadaiku.github.io/miyadaiku-theme-tether
Description: 
        Tether files for miyadaiku static site generator
        ========================================================
        
        Provides `tether 1.4.7 <https://www.npmjs.com/package/tether>`__ files.
        
        
        Installation
        -------------------
        
        Use pip command to install tether. 
        
        ::
        
           $ pip install miyadaiku_theme_tether
        
        
        Configuraion
        ----------------------
        
        
        In your config.yml file of your project, add following configuration at `themes` section.
        
        ::
        
           themes:
             - miyadaiku_theme_tether    # <---- add this line
        
        
        Usage
        ----------------------
        
        Add following code to your template files.
        
        ::
        
           <!-- include tether.js -->
           {{ tether.load_js(page) }}
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Provides-Extra: dev
