Skip to content

onsah/my-static-site-generator

Repository files navigation

Project Structure

.
├── content : HTML templates and blog posts.
├── docs : Documentation.
├── scripts : Scripts.
└── site-generator : The code for the site generator.
    ├── bin : The executable that wraps the library module.
    └── lib : Actual site generator functionality.

Generating the Website

make generate

Resulting website is in result/dist.

Locally serving the website

It's best to locally serve the website to get the best impression on how it will look when deployed.

make serve

It will automatically generate the website before serving. You can find the url to access in the command output.

Deploying

make deploy ip=$SERVER_IP

Credits

About

Static Site Generator and content for my personal site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •