Hugo 0.19 planning

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.

Re. this discussion:

We should also maybe add the disableKinds feature. Do we have a GH issue for that?

The disableKinds conversation started with this comment:

Is #2753 well-defined or confirmed? Do we need user feedback? Is it related to #2839? Needs label.

Needs feedb.

Out of scope for 19?


bep, what’s the status of this issue?

My Take

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.

1 Like

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.

1 Like

Any chance of getYAML and getTOML functions?

1 Like

Could this issue be considered for 0.19?

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.

1 Like

@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.

@gunnarmorling,
We have an existing issue that could solve that scenario (#2735), but it was needing support upstream in Viper.

@bep, has Viper improved to the point where we can add this feature? If not, we should label as Upstream.

Don’t think so.

I would also suggest this minor update to the docs for 0.19:

2 Likes

Just as a reminder

Keep images associated with content in the same folder

I have pushed the release date to February 20, 2017 – so we can compile with Go 1.8 – should give even more performance :slight_smile:

6 Likes

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.

2 Likes