Skip to content

goma6686/static-site-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Site Generator project

Written as python project to test OOP and Functional Programming knowledge

  • Converts markdown files to simple website.

  • Supports single level inline nesting. Not allowed:

    This is an *italic and **bold** word*.
    

    Allowed:

    This is text with a **bolded phrase** in the middle
    
  • Recursive page generation

Try it out:

  • Install python
  • Clone the project
  • Put .md files and folders containing .md files inside ./content
  • run ./main.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published