Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yaph/logya

Logya is a static site generator written in Python designed to be easy to use and flexible.
https://github.com/yaph/logya

cli command-line-tool hacktoberfest html jinja2 markdown python python-package static-site-generator yaml

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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