I have not done any real thinking here, other than the “Refactor globals issue” and the “Custom output types” issue. The first one is just code cleaning, the latter a natural follow up to the 0.18 release.
Feedback welcome, wishes and “I want to work on…”.
Also note that the date set on the milestone is real, so the scope should reflect that.
Looks like the image PR needs work. A lot of discussion happened after the initial PR and no changes were ever made. No commits to that branch in over a year, and kujohn hasn’t been on the forums since then either. Doesn’t look good.
The Markdown ToC stuff should probably wait for blackfriday v2. Hoping they can polish that up over the next few months. Progress updates have been posted to blackfriday #218.
Kind of agree with @moorereason. Given the time limit of this release, none of those issues will be finished for 0.19. The image needs some kind of agreed upon spec.
I’d love to see support for “environments” (e.g. production, staging etc.).
It’d be awesome if within config.toml we could define a section with properties shared across all environments and then a way to override specific options for specific environments. E.g. to suppress the analytics ID on staging or to set different site URLs per environment.
@magikstm,
Added MakePath issue #2788 to 0.19 milestone for now and labeled as a Bug. This would be a breaking change, so we’d need to put a Notice in the release notes.
What about the addition of something like imageDir in site config, @Beny? I know this doesn’t take care of the desire to put images in the same folder as their respective content, but it would make for cleaner markdown and makes it easy to serve images elsewhere (eg, from a CDN or DAM for larger organizational sites)…
Hi @rdwatters the reason is the amount of articles. I have 2 projects with 10k+ in Wordpress. I migrated with a couple of smaller projects without problems. But for huge projects it is important to have the image near the article.
Hugo is the most interesting SSG. So i will wait. I tried other SSG. Hugo is awesome.