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

0d7802b · Apr 19, 2025
Nov 5, 2024
Oct 29, 2020
Apr 19, 2025
Apr 11, 2025
Nov 18, 2020
Nov 30, 2024
Aug 15, 2019
Aug 15, 2019
Aug 6, 2016
Nov 5, 2024
Apr 24, 2023
Apr 11, 2025
Mar 9, 2017
Apr 11, 2025

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