sebastienrousseau / shokunin

A Content-First Open Source Static Site Generator (SSG) written in Rust 🦀
https://shokunin.one
Apache License 2.0
30 stars 2 forks source link

Documentation on usage outside of templates? #186

Closed Quackdoc closed 8 months ago

Quackdoc commented 8 months ago

I was wondering if there was any documentation on how to actually use this outside of the code itself and the templates. I thought I'd try to take a look at making a blog out of this, but I haven't found any documents as to how to actually use this.

I can probably piece it together if there is no documentation already or documentation planned in the short term, but if there was I'd figure I'd would wait for it.

sebastienrousseau commented 8 months ago

At the moment I have not started this documentation, I have produced my own blog/website using SSG. Please feel free to check the source code on GitHub and see how I have combined the html and markdown to produce the results. I would be more than happy as well for you to contribute to Shokunin and extend the functionality and support

Quackdoc commented 8 months ago

Alright I will try and take a look, It seems fairly straight forward at least, I just need to figure out a couple minor things like creating a list of blog posts, static folder and general folder layout etc