Regis Philibert

Results 41 issues of Regis Philibert

I'm creating this issue to spec Ananke 3 which will use the latest Hugo features and introduce major changes. Here we'll define what feature we want to keep, which ones...

Currently it seems the files produced by `js.Build` are not saved in the `/resources` dir alongside the files produced by the `resources.*` methods. It's not terrible news as `js.Build` being...

Keep
Proposal

Currently Hugo handles internal and external data source with getJSON/getCSV which is great for using data source in a template. But Hugo cannot, using a data set of items, build...

Enhancement

### What version of Hugo are you using (`hugo version`)? $ hugo v0.83.1-5AFE0A57+extended darwin/amd64 BuildDate=2021-05-02T14:38:05Z VendorInfo=gohugoio ### Does this issue reproduce with the latest release? Yes ### The problem When...

Stale

Currently the users must rely on tachyon classes added though `site.Params.body_classes` and `site.Params.post_content_classes` to customize fonts. But some have been designed for certain areas of the site which will not...

There is at the moment no built-in solution to simply retrieve the current output format object of a given "page" or template. Currently user has to compare `.AlternateOutputFormats` with a...

Proposal

Follwing #389 #559... Currently even though users can fully customize the copy of the "Read more" buttons (will be documented in the next release with #598), the default copy ("Read...

I've been happily using eleventy-fetch for months in an Astro + Sanity + Netlify environment. Recently trying to move to Cloudflare but when I try to build the site I...

It would be great if the plugin handled caching of API responses like [Astro Image](https://docs.astro.build/en/guides/integrations-guide/image/#configcachedir) is doing. ### Use case I've stored some site metadata on a Sanity dataset (site...

Initial idea was to build #18 but we should probably surface this as a public feature and setup test for huge ourselves. The concept is, for every partial that the...