Metadata-Version: 1.1
Name: miyadaiku.themes.fontawesome
Version: 0.0.3
Summary: Font Awesome files for miyadaiku static site generator
Home-page: UNKNOWN
Author: Atsuo Ishimoto
Author-email: UNKNOWN
License: MIT
Description: 
        Font Awesome files for miyadaiku static site generator
        ========================================================
        
        Provides Font Awesome files.
        
        
        Installation
        -------------------
        
        Use pip command to install Font Awesome. 
        
        ::
        
           $ pip install miyadaiku.themes.fontawesome
        
        
        Configuraion
        ----------------------
        
        
        In your config.yml file of your project, add following configuration at `themes` section.
        
        ::
        
           themes:
             - miyadaiku.themes.fontawesome    # <---- add this line
        
        
        Usage
        ----------------------
        
        Add following code to your template files.
        
        ::
        
           <!-- include fontawesome.min.css -->
           {% include 'fontawesome.css' %}
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
