Patrice Chalin

Results 403 issues of Patrice Chalin

There is more than one way to set the Hugo build environment. It is better to use `hugo.IsProduction` to test for this setting than to test the value of `hugo.Environment`....

A `make serve` looks like this when run from a GitPod workspace: > You'll also see the following errors in the console: > All of this is because absolute URLs...

The benchmark site has a Universal Analytics (UA) property defined for it -- namely [UA-163836834-6] -- but it isn't being used. We're in the process of migrating websites to use...

Type: Enhancement
Component: Web Server
P3

- The blog is currently hosted on Medium, it would seem, at [blog.envoyproxy.io](https://blog.envoyproxy.io). Can someone with right permissions enable Google Analytics 4 using the following ID, `G-DXJEH1ZRXX`? - **Related**: #273...

This month (March 2023), Google will start creating new GA4 site tags if there's no existing GA4 ID connected to an existing UA ID. Envoyproxy.io already has a GA4 site...

The blog is currently hosted on Medium at [blog.envoyproxy.io](https://blog.envoyproxy.io). Might it make sense to repatriate the blog entries into the website? A website-repo local blog usually makes for a much...

Visit https://containerd.io/docs/getting-started/, and you'll see this: > Visit https://containerd.io/docs/, and the reader is redirected to https://github.com/containerd/containerd/tree/main/docs. So essentially, there are no docs on the website. I understand how this came...

NPM works just fine. Also, package lock files are an unnecessary overhead for a website. /assign @chalin

This is a followup item to #131, which can be implemented once the UA properties are no longer receiving events (in 2H2023) or are no longer needed. Actually, the UA...

Otherwise, the default version of node that is currently used is v8. For example, see this build log: https://app.netlify.com/sites/containerd-io/deploys/62dae776ae6e5900087c5111 ```nocode Now using node v8.17.0 ``` For details, see https://docs.netlify.com/configure-builds/manage-dependencies/#node-js-and-javascript.