https://github.com/aymaneallaoui/static-site-generator
A static site generator (SSG) made in Python using the OOP paradigm.
https://github.com/aymaneallaoui/static-site-generator
oop oops-in-python python python3 ssg static-site-generator
Last synced: 6 months ago
JSON representation
A static site generator (SSG) made in Python using the OOP paradigm.
- Host: GitHub
- URL: https://github.com/aymaneallaoui/static-site-generator
- Owner: aymaneallaoui
- License: mit
- Created: 2024-05-15T17:19:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-18T10:30:38.000Z (over 1 year ago)
- Last Synced: 2025-04-30T01:07:30.909Z (6 months ago)
- Topics: oop, oops-in-python, python, python3, ssg, static-site-generator
- Language: Python
- Homepage:
- Size: 5.78 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Static Site Generator
## Overview
The Static Site Generator is a tool designed to create static websites from a set of templates and content files. It allows users to efficiently generate HTML pages without manually writing repetitive code, streamlining the process of static site creation.
## Features
- Template-based HTML generation
- Content management via markdown files
- Built-in development server for previewing changes
- Easy-to-configure settings
## Installation
To install the Static Site Generator, clone the repository and install the necessary dependencies:
```bash
git clone https://github.com/aymaneallaoui/static-site-generator.git
cd static-site-generator
pip install -r requirements.txt
```