From dce820ad49b10355a137911df5386d15fdb9ec9f Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 27 Jan 2025 07:45:50 -0800 Subject: [PATCH] add Nomadic Compute talk from earlier this month Signed-off-by: Xe Iaso --- cmd/hydrate/main.go | 4 + cmd/hydrate/templates/talk.tmpl | 14 ++ lume/src/_includes/talk.njk | 4 +- lume/src/talks/2025/nomadic-compute.mdx | 229 ++++++++++++++++++++++++ 4 files changed, 249 insertions(+), 2 deletions(-) create mode 100644 lume/src/talks/2025/nomadic-compute.mdx diff --git a/cmd/hydrate/main.go b/cmd/hydrate/main.go index f8169efb1..6ca27465c 100644 --- a/cmd/hydrate/main.go +++ b/cmd/hydrate/main.go @@ -95,8 +95,12 @@ func main() { if err := tmpl.ExecuteTemplate(fout, kind+".tmpl", struct { Date string + Year string + Slug string }{ Date: *date, + Year: year, + Slug: slug, }); err != nil { log.Fatalf("error writing template: %v", err) } diff --git a/cmd/hydrate/templates/talk.tmpl b/cmd/hydrate/templates/talk.tmpl index e69de29bb..fca51764d 100644 --- a/cmd/hydrate/templates/talk.tmpl +++ b/cmd/hydrate/templates/talk.tmpl @@ -0,0 +1,14 @@ +--- +title: "" +desc: "" +date: {{.Date}} +image: talks/{{.Year}}/{{.Slug}}/001 +--- + +Talk abstract here + +## Video + +