An open API service indexing awesome lists of open source software.

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.

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
```