Adrian Simmons
Adrian Simmons
I touched on this in another issue Lakshan's response: @laktek "Also, I do agree content images doesn't really belong inside the templates directory. I'll try to introduce better content image...
I can't comment on the specifics (I just don't have that great an understanding) but I have developed a feeling that Punch's content processing is a bit limited and simplistic....
Hugo already has support for multiple sites run from one install, this comment details several: https://discuss.gohugo.io/t/hugo-multisite-workflow/103/8 'Super static site starter' takes a multisite approach (but now doesn't use Gulp) https://github.com/dkebler/4S/tree/working-020
How do the new postcss and js processing pipes in Hugo fit with multisite? If the node modules have to be installed per theme, that's a lot of duplication... Edit:...
Relevant hugo config/cli file options: ``` contentDir -d or --destination
Html5-boilerplate is now at v9.0.0, update Bunait to that instead. [Docs](https://github.com/h5bp/html5-boilerplate/blob/v9.0.0/docs/TOC.md)
It would be useful to check output for errors in html. Might be a standalone task. Might be a task the only runs before deploy.
No longer using npm. Find a way to run Tidy (presumably just libtidy from ci), run it before deploy or commit using task.
Not relevant to this project. Closing.
img-auto-src shortcode added utilizing hugo image processing. commit 9dadfcb This also needs made more generic, without hard coded image sizes.