Skip to content

LamontBanks/StaticSiteGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Site Generator

Render Markdown files into a static HTML files, written in Python.

Guided backend development project using boot.dev.

Demo

  1. content/index.md: Markdown doc

  2. $ ./main.sh

  3. public/index.html HTML doc

Requirements

  • Python 3.12+

Run Local Server

$ ./main.sh

Run Tests

$ ./test.sh

Run file individually:

$ python3 src/<file name>.py    # No unittest in the commmand

Limitations

  • Markdown must be valid
    • Code blocks cannot have blank lines
    • No nested Markdown

About

Boot.dev Python Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages