Skip to content
/ logya Public

Logya is a flexible static site generator for building fast, maintainable websites.

License

Notifications You must be signed in to change notification settings

yaph/logya

Repository files navigation

Logya

Logya is a flexible Python static site generator for building fast, maintainable websites. It uses Jinja2 templates and Markdown content to generate static HTML sites that can be hosted anywhere.

Project homepage: https://ramiro.org/logya/

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.

Example Sites

See sites built with Logya for real-world examples.

About

Logya is a flexible static site generator for building fast, maintainable websites.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 2

  •  
  •