Metadata-Version: 2.1
Name: mkdocs-terminal
Version: 0.4.0
Summary: Terminal.css theme for MkDocs
Project-URL: Repository, https://github.com/ntno/mkdocs-terminal.git
Author: Natan Organick
License-Expression: MIT
License-File: LICENSE
Keywords: documentation,mkdocs,theme
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.7
Requires-Dist: jinja2>=2.10
Requires-Dist: markdown
Description-Content-Type: text/markdown

# mkdocs-terminal
[Gioni06/terminal.css](https://github.com/Gioni06/terminal.css) theme for MkDocs

## Quick start

terminal.css theme for MkDocs can be installed with `pip`:

``` sh
pip install mkdocs-terminal
```

Add the following lines to `mkdocs.yml`:

``` yaml
theme:
  name: terminal
```

## Documentation

[mkdocs-terminal docs](https://ntno.github.io/mkdocs-terminal/)