Bjørn Erik Pedersen

Results 451 comments of Bjørn Erik Pedersen

I'm not sure about the "encoding part", but `--minify` currently only works on output formats that's of HTML type (`isHTML: true`).

>Also, i would like to know why do we have so few render hook kinds? Is there a reason to have only the ones currently supported? Is there plans to...

>It seems that empty responses (4XX, 5XX or tcp failures?) are cached. A resource was unavailable temporary at build time (I don ̛t recall if it was 4XX, 5XX or...

>Make a HEAD request to check if the online resource is newer than the cached one. (And update it if needed) The file cache we use are relatively simple and...

>It allows for much cleaner and easier to read tables... rather than: Can you point to 1. Exactly what extension you mean (a link) 2. Give both a before/after in...

We already have `CommitDate` and `AuthorDate` using these flags: ``` %ci committer date, ISO 8601-like format %ai author date, ISO 8601-like format ``` I have looked in the Git docs...

Yea, commitDate was missing from the documentation (I have updated it), but this is the struct we're returning: ```go // GitInfo provides information about a version controlled source file. type...

Assuming you have files backing these categories, I don't see how they should behave differently. But I see this in your config, which does not match your expectations: ```toml [permalinks]...

@u7498708 the "proposal" label needs to come off before we talk implementation.

I like this, and the library in question looks small and simple enough. I think there are plenty of Hugo use cases where the author struct could have a ```yaml...