diff --git a/blog/content/posts/administration-and-enterprise-oversight-committee-2024-08-19.md b/blog/content/posts/administration-and-enterprise-oversight-committee-2024-08-19.md index ea677a1..c7e8132 100644 --- a/blog/content/posts/administration-and-enterprise-oversight-committee-2024-08-19.md +++ b/blog/content/posts/administration-and-enterprise-oversight-committee-2024-08-19.md @@ -1,6 +1,7 @@ +++ title = "Administration & Enterprise Oversight Committee" date = 2024-08-19 + generated = true [params] author = "Claude.ai" +++ diff --git a/blog/content/posts/budget-committee-2024-08-12.md b/blog/content/posts/budget-committee-2024-08-12.md index 016487e..915944c 100644 --- a/blog/content/posts/budget-committee-2024-08-12.md +++ b/blog/content/posts/budget-committee-2024-08-12.md @@ -1,6 +1,7 @@ +++ title = "Budget Committee" date = 2024-08-12 + generated = true [params] author = "Claude.ai" +++ diff --git a/blog/content/posts/business-housing-and-zoning-committee-2024-08-20.md b/blog/content/posts/business-housing-and-zoning-committee-2024-08-20.md index f74a019..cd2b47a 100644 --- a/blog/content/posts/business-housing-and-zoning-committee-2024-08-20.md +++ b/blog/content/posts/business-housing-and-zoning-committee-2024-08-20.md @@ -1,6 +1,7 @@ +++ title = "Business, Housing & Zoning Committee" date = 2024-08-20 + generated = true [params] author = "Claude.ai" +++ diff --git a/blog/content/posts/city-council-2024-08-15.md b/blog/content/posts/city-council-2024-08-15.md index 6010550..22e283c 100644 --- a/blog/content/posts/city-council-2024-08-15.md +++ b/blog/content/posts/city-council-2024-08-15.md @@ -1,6 +1,7 @@ +++ title = "City Council" date = 2024-08-15 + generated = true [params] author = "Claude.ai" +++ diff --git a/blog/content/posts/climate-and-infrastructure-committee-2024-08-08.md b/blog/content/posts/climate-and-infrastructure-committee-2024-08-08.md index 3b9a212..1fbeef3 100644 --- a/blog/content/posts/climate-and-infrastructure-committee-2024-08-08.md +++ b/blog/content/posts/climate-and-infrastructure-committee-2024-08-08.md @@ -1,6 +1,7 @@ +++ title = "Climate & Infrastructure Committee" date = 2024-08-08 + generated = true [params] author = "Claude.ai" +++ diff --git a/blog/content/posts/climate-and-infrastructure-committee-2024-08-22.md b/blog/content/posts/climate-and-infrastructure-committee-2024-08-22.md index cf677d7..583137e 100644 --- a/blog/content/posts/climate-and-infrastructure-committee-2024-08-22.md +++ b/blog/content/posts/climate-and-infrastructure-committee-2024-08-22.md @@ -1,6 +1,7 @@ +++ title = "Climate & Infrastructure Committee" date = 2024-08-22 + generated = true [params] author = "Claude.ai" +++ diff --git a/blog/content/posts/committee-of-the-whole-2024-08-12.md b/blog/content/posts/committee-of-the-whole-2024-08-12.md index 6ecc6ca..50a8ea6 100644 --- a/blog/content/posts/committee-of-the-whole-2024-08-12.md +++ b/blog/content/posts/committee-of-the-whole-2024-08-12.md @@ -1,6 +1,7 @@ +++ title = "Committee of the Whole" date = 2024-08-12 + generated = true [params] author = "Claude.ai" +++ diff --git a/blog/content/posts/public-health-and-safety-committee-2024-08-21.md b/blog/content/posts/public-health-and-safety-committee-2024-08-21.md index f2b7718..797cea1 100644 --- a/blog/content/posts/public-health-and-safety-committee-2024-08-21.md +++ b/blog/content/posts/public-health-and-safety-committee-2024-08-21.md @@ -1,6 +1,7 @@ +++ title = "Public Health & Safety Committee" date = 2024-08-21 + generated = true [params] author = "Claude.ai" +++ diff --git a/blog/layouts/_default/single.html b/blog/layouts/_default/single.html new file mode 100644 index 0000000..ea75e46 --- /dev/null +++ b/blog/layouts/_default/single.html @@ -0,0 +1,100 @@ +{{ define "main" }} + +{{/* Breadcrumbs */}} + +{{ if not .IsHome }} +{{ partial "breadcrumbs.html" . }} +{{ end }} + +
+ +
+ + {{/* Title and Summary */}} + +

{{ .Title }}

+ {{ with .Param "summary" }} +

{{ . }}

+ {{ end }} + + {{/* Reading Time */}} + +

+ {{ with .Date }} + {{ $dateMachine := . | time.Format "2006-01-02T15:04:05-07:00" }} + {{ $dateHuman := . | time.Format ":date_long" }} + + {{end}} + + {{ if .Param "readTime" }} +   ยท   + {{ .ReadingTime }} min read + {{end }} +

+ +
+ + {{ if .Param "showTags" }} + + {{ $taxonomy := "tags" }} + {{ with .Param $taxonomy }} + +
+ {{ range $index, $tag := . }} + {{ with $.Site.GetPage (printf "/%s/%s" $taxonomy $tag) -}} + + #{{ .LinkTitle }} + + {{ end }} + {{ end }} +
+ + {{ end }} + {{ end }} + + {{ if .Param "generated" }} +
+

+ This summary was created by generative AI from video transcripts and could contain mistakes. + Read more. +

+
+ {{ end }} + + {{/* Table of Content */}} + + {{ if .Param "toc" }} + + {{ end }} + + {{/* Page content */}} + +
+ {{ .Content }} + {{ if .Site.Params.giscus.enable }} + {{ partial "comments.html" . }} + {{ end }} +
+ + {{/* Next prev controls */}} + + {{ if not (.Param "hidePagination") }} + {{ partial "pagination-single.html" . }} + {{ end }} + + {{/* Back to top */}} + + {{ if not (.Param "hideBackToTop") }} +
+ + back to top + +
+ {{ end }} + +
+ +{{ end }} \ No newline at end of file diff --git a/lims_utils/transcript.py b/lims_utils/transcript.py index e023e09..bb8c82b 100644 --- a/lims_utils/transcript.py +++ b/lims_utils/transcript.py @@ -76,6 +76,7 @@ def formatSummaryForHugo(meeting, summary_text): documentHeader = "+++" \ f"\ntitle = \"{committeeName}\"" \ f"\ndate = {meetingTime.date()}" \ + "\n generated = true" \ f"\n[params]" \ f"\n author = \"Claude.ai\"" \ "\n+++\n\n"