Skip to content

A static site generator takes raw content files (like Markdown and images) and turns them into a static website (a mix of HTML and CSS files).

Notifications You must be signed in to change notification settings

phucfix/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 static site generator takes raw content files (like Markdown and images) and turns them into a static website (a mix of HTML and CSS files).

How it work

static site example

Generate

  • Put your mardown in content folder
  • Run the script ./main.sh in the root directory to generate pages and start simple web server.

If everything goes well, you should able to see webpage at http://localhost:8888 in your browser

About

A static site generator takes raw content files (like Markdown and images) and turns them into a static website (a mix of HTML and CSS files).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published