Skip to content
/ logya Public

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

License

Notifications You must be signed in to change notification settings

yaph/logya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9f256a · Jan 24, 2022
Jan 23, 2022
Oct 29, 2020
Jan 24, 2022
Jan 23, 2022
Nov 18, 2020
Aug 15, 2019
Aug 15, 2019
Aug 6, 2016
Jan 24, 2022
Jan 23, 2022
Mar 9, 2017
Jan 23, 2022
Jan 23, 2022
May 27, 2018
Jan 21, 2021

Repository files navigation

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