https://github.com/defite/python-defite-ssg
Yet another simple static site generator built with Python 3
https://github.com/defite/python-defite-ssg
jinja2 markdown python static-site-generator
Last synced: about 1 month ago
JSON representation
Yet another simple static site generator built with Python 3
- Host: GitHub
- URL: https://github.com/defite/python-defite-ssg
- Owner: Defite
- Created: 2020-05-05T22:04:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T10:47:11.000Z (about 3 years ago)
- Last Synced: 2025-01-28T19:15:54.537Z (over 1 year ago)
- Topics: jinja2, markdown, python, static-site-generator
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Defite SSG 📖
## Yet another simple static site generator built with Python 3
Script parces `content` folder and build `/blog` and `blog/{path}/` pages.
## Install
1. `git clone` this repo and `cd` to the folder with project
2. check if [pipenv](https://github.com/pypa/pipenv) is installed, if not - you will need it
3. run `pipenv install`
4. after creating markdown content, run `python main.py` (or whatever alias for Python you have)
5. static files will be stored in `build` folder
**P.S.** This is WIP, stay tuned.