Skip to content

ihaback/static-site-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Site Generator

Static site generator built with Python & OOP.

  • Python 3
  • Bash shell or similar

Chmod main.sh & run it. This will generate a /public folder based on the markdown content in the content folder and serve it through python http server. See the result on http://localhost:8888

chmod +x ./main.sh
./main.sh

Chmod test.sh & run it. This will run all test files in src with the test_ prefix.

chmod +x ./test.sh
./test.sh

About

Static site generator built with Python & OOP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages