{{ .Site.Params.index.title }}
{{ . }}
{{ end }} {{ with .Site.Params.index.mdtext }}{{ . | markdownify }}
{{ end }}by Jeremy Likness
{{- partial "_shared/social.html" . -}}Get started browsing blog posts | View my upcoming talks | Learn more about me and view my past presentations | Search this site
This blog is powered by Azure Storage Static Websites and is automatically built and deployed using GitHub and Hugo with Azure Pipelines.
Most Recent Posts
{{ $recent := where .Site.Pages "Type" "blog" }}
{{ $recentPages := where $recent "IsPage" true }}
{{ range first 3 $recentPages.ByDate.Reverse }}
{{- partial "list-partials/postbox.html" . -}}
{{ end }}