Metadata-Version: 2.1
Name: stag-ssg
Version: 0.4.0
Summary: Deadly simple static site generator
Home-page: https://git.goral.net.pl/mgoral/stag
Author: Michał Góral
Author-email: dev@goral.net.pl
License: UNKNOWN
Description: <p align="center">
          <a href="https://git.goral.net.pl/mgoral/stag">
            <img alt="Logo featuring a stag" src="https://git.goral.net.pl/mgoral/stag/raw/branch/master/doc/stag.png" width="320"/>
          </a>
        </p>
        
        # Stag
        
        Stag is a simple, extensible static site generator, where almost every part
        is a plug in. It's almost too easy to extend it with your own
        functionalities.
        
        # Features
        
        Out of the box Stag comes with the following features:
        
        - pages can be generated from Markdown with enabled support for footnotes,
          fenced code blocks and some typographic goodies.
        - generic support for file front matters
        - Jinja2 templates
        - taxonomies (e.g. tags)
        - RSS feeds
        - generation of nice URLs:
          - _foo/index.md_ → _foo/index.html_
          - _bar.md_ → _bar/index.html_
        - extensible with plugins and macros (shortcodes)
        
        # Installation
        
        PyPI: https://pypi.org/project/stag-ssg/
        
Platform: linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Utilities
Requires-Python: <3.10,>=3.7
Description-Content-Type: text/markdown
