Skip to content

NazaniCode/static-site-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static site generator

A small Python tool that turns Markdown in content/ into HTML using template.html, copies assets from static/ into public/, and mirrors the folder layout in the output.

Generate the site

python3 src/main.py

Preview locally

./main.sh

This generates the site, then serves public/ on http://localhost:8888.

Tests

./test.sh

(Boot.dev course project — custom Markdown → HTML pipeline.)

About

Python static site generator: Markdown + HTML template → public/

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages