Metadata-Version: 2.1
Name: stag-ssg
Version: 0.7.0
Summary: Deadly simple static site generator
Home-page: https://git.goral.net.pl/mgoral/stag
License: GPL-3.0-or-later
Keywords: static site generator
Author: Michal Goral
Author-email: dev@goral.net.pl
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
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
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Utilities
Requires-Dist: attrs (>=21,<22)
Requires-Dist: importlib-metadata (>=4.0,<5.0); python_version < "3.8"
Requires-Dist: jinja2 (>=3,<4)
Requires-Dist: markdown (>=3,<4)
Requires-Dist: python-dateutil (>=2.8.0,<3.0.0)
Requires-Dist: python-slugify (>=5,<6)
Requires-Dist: tomli (>=1.2,<2.0)
Project-URL: Documentation, https://git.goral.net.pl/mgoral/stag/src/branch/master/doc
Project-URL: Repository, https://git.goral.net.pl/mgoral/stag
Description-Content-Type: text/markdown

<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.
- support for Asciidoc (via asciidoctor)
- 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/

