Metadata-Version: 2.0
Name: miyadaiku.themes.jquery
Version: 0.0.10
Summary: jQuery 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


jQuery files for miyadaiku static site generator
========================================================

Provides jQuery files.


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

Use pip command to install jQuery. 

::

   $ pip install miyadaiku.themes.jquery


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


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

::

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


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

Add following code to your template files.

::

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



