Last updated:
0 purchases
logya 5.1.0
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 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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.