Gioni06 / stasis-generator

A simple and easy to use static site generator
https://getstasis.com/
MIT License
27 stars 4 forks source link

refactor: Use StasisConfig interface #37

Closed bennycode closed 1 year ago

bennycode commented 1 year ago

Hi @Gioni06, I recently started using your minimal static site generator and I like it really much!

While exploring your source code, I noticed that there were some any typings used for the StatisConfig, even though I found the corresponding interface in the compiler.ts file. To enhance the typings of the code, I exported that interface and reused it.

Further changes (necessary to make everything work):

Gioni06 commented 1 year ago

Hey @bennycode! Thanks for your kind feedback :) I will take a look at your changes!

bennycode commented 1 year ago

Hello, @Gioni06! Did you get a chance to review my pull request? I'm eager to enhance the Stasis Generator as I'm utilizing it for a new website project. I appreciate its adaptability and I'm interested in submitting additional pull requests to update its dependencies, ensuring it aligns with the requirements of 2023.