DEV Community

Artem Tanyhin
Artem Tanyhin

Posted on

SSGo 0.1.1

New minor patch for SSGo - a Static Site Generator built with Go!

What's in it?

For users

  • Small fix regarding dist content removal. Now dist will not be wiped if the specified input is invalid, i.e. if file is not .txt or folder contains 0 .txt files.

  • Also some logging changes, the logging is not so obnoxious anymore.

Code-wise

Firstly, modular programming not only saves sanity when reading the code, but also provides a good foundation for potential updates! So, I made a utils package, where all of the logic is kept at.

Apart from that, I made the code-style more consistent, and made changes to accommodate standards.

This is my first ever project in Go, so if you have any suggestions or concerns, you can let me know in the Issues tab of the repo. Any critics are welcome, as they help me become a better programmer!

Come see yourself!

You can check out the release and code with docs on my GitHub.

Contributions are more than welcome, thanks to Kristories for fixing up the docs!

Top comments (0)