https://github.com/marcelodiass/static-generator
This project is a static-website-generator, working with OOP in Python, Unit Test, and Web Servers
https://github.com/marcelodiass/static-generator
object-oriented-programming python test-automation unit-testing
Last synced: 25 days ago
JSON representation
This project is a static-website-generator, working with OOP in Python, Unit Test, and Web Servers
- Host: GitHub
- URL: https://github.com/marcelodiass/static-generator
- Owner: marcelodiass
- Created: 2024-06-13T04:17:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T04:59:17.000Z (about 2 years ago)
- Last Synced: 2025-03-10T18:19:57.571Z (over 1 year ago)
- Topics: object-oriented-programming, python, test-automation, unit-testing
- Language: Python
- Homepage:
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Static Page Generator
## Description
This project uses Python to create a static page generator, basically it turns a Markdown File, in a functional html code.
I have used a lot of functional and object oriented programming on this project, also there is a lot of unit tests in the project.
### *How to Use*
1 - `git clone https://github.com/marcelodiass/static-generator`
2 - Add any Markdown files in the content folder, there can only be 1 MD file in the root of content, the other should remain in a folder separately (just as the existing ones as you clone the project.)
3 - Run `./main.sh`
4 - The server with the pages will be running on localhost:8888
5 - Enjoy!