Allow public folder for static assets (JPG, SVG, CSS, ...)
Users should be able to provide their own aesthetic by issuing new images in any format (Gif, Jpg, Svg, Css, ... All that stuff). These images should be placed inside some public folder.
Note!
this could mean an entire restructuring of the init structure. .generic/ should remain the de facto place for any generic material associated with the generic-website package. Yet stuff like the package.json etc, could be moved upward so the deploy command can execute one level higher, properly taking into account the various static elements users provided.
Allow public folder for static assets (JPG, SVG, CSS, ...)
Users should be able to provide their own aesthetic by issuing new images in any format (Gif, Jpg, Svg, Css, ... All that stuff). These images should be placed inside some
publicfolder.Note!
this could mean an entire restructuring of the
initstructure..generic/should remain the de facto place for any generic material associated with thegeneric-websitepackage. Yet stuff like thepackage.jsonetc, could be moved upward so thedeploycommand can execute one level higher, properly taking into account the various static elements users provided.