{{ printf "" | safeHTML }} Pulumi Blog {{ .Site.Params.canonicalURL }}{{ .RelPermalink }} Infrastructure as Code for AWS, Azure, Google Cloud, including Kubernetes, Serverless, Containers, for Developers and DevOps. {{ .Site.LanguageCode }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ $allPosts := where .Data.Pages "Type" "in" "blog" }} {{ range first 50 $allPosts.ByDate.Reverse }} {{ .Title }} {{ .Site.Params.canonicalURL }}{{ .RelPermalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ .Site.Params.canonicalURL }}{{ .RelPermalink }} {{ .Content | html }} {{ range $id := .Params.authors }} {{ $author := index $.Site.Data.team.team $id }} {{ if $author }} {{ $author.name }} {{ end }} {{ end }} {{ range $tag := .Params.tags }} {{ if $tag }} {{ $tag }} {{ end }} {{ end }} {{ end }}