diff --git a/content/blog/_index.md b/content/archives/_index.md similarity index 100% rename from content/blog/_index.md rename to content/archives/_index.md diff --git a/content/docs/getting_started/file_naming_convention.md b/content/docs/getting_started/file_naming_convention.md index 96c93fc..8fa1f73 100644 --- a/content/docs/getting_started/file_naming_convention.md +++ b/content/docs/getting_started/file_naming_convention.md @@ -1,11 +1,13 @@ --- -title: "Data for Canada: File Naming Convention (DFC-FNC)" +title: "File Naming Convention" weight: 1 next: /docs/d4c-pkgs sidebar: open: true --- +## Data for Canada File Naming Convention (D4C-FNC) + {{< callout type="important">}} We are open to feedback on the current file naming convention. {{< /callout >}} diff --git a/go.mod b/go.mod index 6d21629..efa544c 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/imfing/hextra-starter-template -go 1.21 +go 1.26 -require github.com/imfing/hextra v0.11.1 // indirect +require github.com/imfing/hextra v0.12.0 // indirect diff --git a/go.sum b/go.sum index d49a8e9..4f6a829 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,2 @@ -github.com/imfing/hextra v0.9.7 h1:Zg5n24us36Bn/S/5mEUPkRW6uwE6vHHEqWSgN0bPXaM= -github.com/imfing/hextra v0.9.7/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= -github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI= -github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.12.0 h1:f6y35hW/WDJEcx9S0dOmbICOBxYE0PmP6IJFsTUgVyY= +github.com/imfing/hextra v0.12.0/go.mod h1:YAv8XRNSmcqjieFwI7fVQK1AoY2Do+45DO9HGqxSGu4= diff --git a/hugo.yaml b/hugo.yaml index 4862e76..96936a5 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -26,24 +26,12 @@ enableInlineShortcodes: true enableEmoji: true outputs: - home: - - html - - rss - - llms - page: - - html - - rss - rss: - - rss - section: - - html - - rss - taxonomy: - - html - - rss - term: - - html - - rss + home: [html, rss, markdown] + page: [html, rss, markdown] + rss: [rss] + section: [html, rss, markdown] + taxonomy: [html, rss, markdown] + term: [html, rss, markdown] menu: main: @@ -90,6 +78,12 @@ params: page: # full (100%), wide (90rem), normal (1280px) width: full + contextMenu: + enable: true + links: + - name: "Ask AI" + url: "https://chatgpt.com/?q=Help+me+understand+this+documentation:+{markdown_url}" + icon: "sparkles" navbar: displayTitle: true @@ -107,6 +101,12 @@ params: displayCopyright: True displayPoweredBy: True + imageZoom: + enable: true + + # TODO: get this working + displayUpdatedAuthor: true + displayUpdatedDate: true dateFormat: "Monday, January 2, 2006 at 3:04 PM MST" #externalLinkDecoration: true