Pretty much every SSG has a concept of a static / assets directory where you can put static files that should just be copied into the output directory without any processing.
Since processing is in general opt-in in hinoki, I could do away with this concept but I kind of like it for organization, so I think it should be a thing.
Pretty much every SSG has a concept of a
static
/assets
directory where you can put static files that should just be copied into the output directory without any processing.Since processing is in general opt-in in hinoki, I could do away with this concept but I kind of like it for organization, so I think it should be a thing.