Skip to content

A static site generator (SSG) made in Python using the OOP paradigm.

License

Notifications You must be signed in to change notification settings

aymaneallaoui/static-site-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A static site generator (SSG) made in Python using the OOP paradigm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages