Metadata-Version: 2.3
Name: logya
Version: 5.2.1
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 :: 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 README

Logya is a static site generator written in Python designed to be easy
to use and flexible.

## 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.

## Sites built with Logya

* https://exploring-data.com
* https://geeksta.net
* https://guitarstreams.com
* https://ramiro.org
* https://programminglanguages.info
* https://ukealong.com
* https://www.linux-netbook.com
