Metadata-Version: 2.1
Name: logya
Version: 5.0.0
Summary: Logya: easy to use and flexible static site generator.
Home-page: https://ramiro.org/logya/
Author: Ramiro Gómez
Author-email: code@ramiro.org
Maintainer: Ramiro Gómez
Maintainer-email: code@ramiro.org
License: MIT
Description: # 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://punknroll.net
        * https://ukealong.com
        * https://www.linux-netbook.com
        
Keywords: Website Generator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Text Processing :: Markup :: HTML
Description-Content-Type: text/markdown
