Skip to content

hansjovis/site-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Site Generator

Generates a simple static website from a folder of markdown files, a folder of templates and a folder of assets.

Installation and use

  1. Clone this repository.
    git clone git@github.com:hansjovis/site-generator.git
    
  2. Install dependencies using NPM.
    npm install
    
  3. Build the source code.
    npm run build
    
  4. Run the generator on the example project.
    cd example
    ../bin/generate
    
  5. Open the result (example/public/example.html) in your browser of choice.

About

Generates a simple static website from a folder of markdown files, a folder of templates and a folder of assets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors