Metadata-Version: 2.1
Name: miyadaiku.themes.popper-js
Version: 0.1
Summary: Popper.js files for miyadaiku static site generator
Home-page: https://github.com/miyadaiku/miyadaiku-themes-popper_js
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


Popper.js files for miyadaiku static site generator
========================================================

Provides `Popper.js 1.14.7 <https://github.com/FezVrasta/popper.js/>`__ files.


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

Use pip command to install Popper.js. 

::

   $ pip3 install miyadaiku.themes.popper_js


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


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

::

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


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

Add following code to your template files.

::

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



