Skip to content

thinkinpg/logya

 
 

Repository files navigation

Logya README

image

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.0%
  • HTML 26.4%
  • Makefile 2.9%
  • CSS 0.7%