Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 720 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 720 Bytes

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:

git clone https://github.com/aymaneallaoui/static-site-generator.git
cd static-site-generator
pip install -r requirements.txt