https://github.com/alexphorta/sagu
Static website generator.
https://github.com/alexphorta/sagu
hatch jinja2 markdown python ssg static-site-generator toml
Last synced: 4 months ago
JSON representation
Static website generator.
- Host: GitHub
- URL: https://github.com/alexphorta/sagu
- Owner: AlexPHorta
- License: apache-2.0
- Created: 2024-10-31T01:50:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T15:48:32.000Z (over 1 year ago)
- Last Synced: 2025-02-24T16:49:18.127Z (over 1 year ago)
- Topics: hatch, jinja2, markdown, python, ssg, static-site-generator, toml
- Language: HTML
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SAGU
> My own static website generator.
> Because reinventing the wheel is fun!
The idea behind this project is just to let me drop some files in the `input` folder and the generator automatically sorts the generated html file in the corresponding folder. I won't have to open folders and place the files on the corresponding places. I'll just define an initial structure for the website, in the _paths.toml_ file, and then add the path tag in some meta information on each post.
## Dependencies
- Hatch (for development)
- Markdown
- Jinja2