initial draft of the security audit blog post#1924
Conversation
Signed-off-by: William Morgan <william@buoyant.io>
travisbeckham
left a comment
There was a problem hiding this comment.
This looks good with one comment on the frontmatter.
Also, when creating blog posts, it's best if you run Hugo locally so all of the images will be generated and checked in to the repo.
Signed-off-by: William Morgan <william@buoyant.io>
@travisbeckham To confirm, I should check in the |
@wmorgan Yes, this is correct. Here's a bit of background on why it works this way... The The reason why I implemented this process is because we had blog post cover images that were several megabytes in size that were also being used as thumbnail images. This process does create some irritation though... Unfortunately, if we don't run To add another irritation to this, Hugo has now changed the naming structure of generated images a couple times. This means that we currently have to be all running version v0.131.0 - v0.141.0, otherwise we'll encounter a renaming mess. If it is cumbersome having Hugo process the blog images, we can certainly reevaluate this. We'd just need to manually ensure all blog images are created within certain guidelines. |
Signed-off-by: William Morgan <william@buoyant.io>
|
Current plan is to publish this on Tuesday 2/18 |
Signed-off-by: William Morgan <william@buoyant.io>
No description provided.