Metadata-Version: 2.4
Name: logya
Version: 6.1.0
Summary: Logya: easy to use and flexible static site generator.
Project-URL: Documentation, https://ramiro.org/logya/docs/
Project-URL: Issues, https://github.com/yaph/logya/issues
Project-URL: Source, https://github.com/yaph/logya
Author-email: Ramiro Gómez <code@ramiro.org>
License-Expression: MIT
License-File: LICENSE
Keywords: cli,jinja,site-generator,static-site-generator,terminal,website,yaml
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.10
Requires-Dist: jinja2>=3.1.4
Requires-Dist: markdown>=3.7
Requires-Dist: pyyaml>=6.0.2
Description-Content-Type: text/markdown

# Logya

Logya is a flexible Python static site generator for building fast, maintainable websites. It uses Jinja2 templates and Markdown content to generate static HTML sites that can be hosted anywhere.

**Project homepage:** https://ramiro.org/logya/

## Quickstart

    # install logya and required packages
    pip install logya

    # create a barebone site
    logya create mysite
    cd mysite

    # add content and then generate the site in the public directory
    logya gen

    # serve the site from public directory on http://localhost:8080
    logya serve

Please see the [documentation](https://ramiro.org/logya/docs/) for more information on how to use Logya for creating websites.

## Example Sites

See [sites built with Logya](https://ramiro.org/logya/#sites) for real-world examples.