jplatte / hinoki

A simple, yet very flexible static site generator.
GNU Affero General Public License v3.0
9 stars 2 forks source link

Static assets #9

Closed jplatte closed 1 year ago

jplatte commented 1 year ago

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.

jplatte commented 1 year ago

Done in 9b76b1b8ccb3aac656fb35bdb607631961f7c2f1.