Metadata-Version: 2.1
Name: aoirint-miyadaiku-theme-blog
Version: 0.1.12
Summary: Blog theme for miyadaiku static site generator
Home-page: https://github.com/aoirint/aoirint-miyadaiku-theme-blog/
Author: aoirint
License: MIT
Description: # aoirint_miyadaiku_theme_blog
        
        - [Miyadaiku - Doc](https://miyadaiku.github.io/)
        - [Miyadaiku - GitHub](https://github.com/miyadaiku/miyadaiku)
        - [Miyadaiku - PyPI](https://pypi.org/project/miyadaiku/)
        
        ```
        pip3 install aoirint_miyadaiku_theme_blog
        ```
        
        ```
        # in document directory with config.yml,
        miyadaiku-build -sw .
        ```
        
        ## Sample config.yml
        ```yml
        # Miyadaiku config file
        
        # Base URL of the site
        site_url: https://www.example.com
        
        # Title of the site
        site_title: Your site title
        
        # Default language code
        lang: ja-JP
        
        # Default charset
        charset: utf-8
        
        # Default timezone
        timezone: Asia/Tokyo
        
        copyright: Copyright © 20xx Your Name.
        
        favicon: /favicon.ico
        
        # ga_tracking_id: UA-...
        
        twitter_name: example
        github_name: github
        
        
        # List of site theme
        themes:
          - aoirint_miyadaiku_theme_blog
        
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
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
Description-Content-Type: text/markdown
