Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yaph/logya
- Owner: yaph
- License: mit
- Created: 2011-08-24T23:30:26.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T22:05:54.000Z (11 days ago)
- Last Synced: 2024-11-05T22:31:32.692Z (11 days ago)
- Topics: cli, command-line-tool, hacktoberfest, html, jinja2, markdown, python, python-package, static-site-generator, yaml
- Language: Python
- Homepage: https://ramiro.org/logya/
- Size: 1 MB
- Stars: 18
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 servePlease 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