Metadata-Version: 2.1
Name: mkdocs-kpn
Version: 0.18.0
Summary: A KPN-styles theme for MkDocs
Home-page: https://github.com/kpn/mkdocs-kpn-theme
Author: Santiago Fraire Willemoës
Author-email: de-ddci@kpn.com
License: MIT
Description: # KPN for MkDocs
        
        [![Conventional
        Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)
        [![PyPI Package latest
        release](https://img.shields.io/pypi/v/mkdocs-kpn.svg?style=flat-square)](https://pypi.org/project/mkdocs-kpn/)
        
        ![theme image](docs/images/example.png)
        
        ## Create a beautiful KPN project documentation
        
        KPN Theme is a theme for MkDocs, an excellent static site generator geared towards project documentation.
        It is built using [KPN Styles][kpn_styles].
        
        ## Quickstart
        
        Install the latest version of KPN theme with pip:
        
        ```bash
        pip install mkdocs-kpn
        ```
        
        Append the following line to your project's mkdocs.yml:
        
        ```yaml
        theme:
          name: 'kpn'
        ```
        
        ## What to expect
        
        - Responsive design and fluid layout for all kinds of screens and devices,
        designed to serve your project documentation in a user-friendly way.
        - Support for a lot of markdown extensions.
        
        [kpn_styles]: https://style.kpn.com/
        
Keywords: mkdocs,documentation,theme
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Text Processing :: Markup :: HTML
Description-Content-Type: text/markdown
