Skip to content

simple generator that serves static HTML pages generated from Markdown files via python http server

Notifications You must be signed in to change notification settings

nonezerone/md-htmlizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md-htmlizer

What is it?

It is a simple static site generator that takes raw Markdown and images and turns them into HTML which is then served by python http server

How to run?

Just follow 3 simple steps

  • Throw bunch of simple .md files to the ./content directory (use really simple Markdown bc can"t handle insane nesting)
  • Run ./main.sh from the root of repo
  • Go to http://localhost:8888/your_original_md_filename.html

About

simple generator that serves static HTML pages generated from Markdown files via python http server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages