Metadata-Version: 1.2
Name: logya
Version: 4.7.2
Summary: Logya: easy to use and flexible static Web 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
        ============
        
        .. image:: https://badge.fury.io/py/logya.png
                :target: https://pypi.org/project/logya/
        
        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 deploy directory
            logya gen
        
            # serve the site from deploy on http://localhost:8080
            logya serve
        
        
        Please see the `documentation`_ for more information on how to use Logya for creating Web sites.
        
        Sites built with Logya
        ----------------------
        
        * https://d3-geomap.github.io/
        * https://exploring-data.com/
        * https://geeksta.net/
        * https://guitarstreams.com/
        * https://ramiro.org/
        * https://programminglanguages.info/
        * https://punknroll.net/
        * https://strahlungsarmehandys.com/
        * https://www.linux-netbook.com/
        * https://www.spaghetti-western.de/
        
        .. _`documentation`: https://ramiro.org/logya/docs/
        .. _`GitHub Issues`: https://github.com/yaph/logya/issues
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 :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Text Processing :: Markup :: HTML
