Hextra had an AMAZING update, that I will utilize to the best of my abilities :)

This commit is contained in:
Diego Ripley
2026-02-22 08:35:00 -05:00
parent cb19861f99
commit d527db0dd9
5 changed files with 25 additions and 25 deletions
@@ -1,11 +1,13 @@
--- ---
title: "Data for Canada: File Naming Convention (DFC-FNC)" title: "File Naming Convention"
weight: 1 weight: 1
next: /docs/d4c-pkgs next: /docs/d4c-pkgs
sidebar: sidebar:
open: true open: true
--- ---
## Data for Canada File Naming Convention (D4C-FNC)
{{< callout type="important">}} {{< callout type="important">}}
We are open to feedback on the current file naming convention. We are open to feedback on the current file naming convention.
{{< /callout >}} {{< /callout >}}
+2 -2
View File
@@ -1,5 +1,5 @@
module github.com/imfing/hextra-starter-template 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
+2 -4
View File
@@ -1,4 +1,2 @@
github.com/imfing/hextra v0.9.7 h1:Zg5n24us36Bn/S/5mEUPkRW6uwE6vHHEqWSgN0bPXaM= github.com/imfing/hextra v0.12.0 h1:f6y35hW/WDJEcx9S0dOmbICOBxYE0PmP6IJFsTUgVyY=
github.com/imfing/hextra v0.9.7/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= github.com/imfing/hextra v0.12.0/go.mod h1:YAv8XRNSmcqjieFwI7fVQK1AoY2Do+45DO9HGqxSGu4=
github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI=
github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
+18 -18
View File
@@ -26,24 +26,12 @@ enableInlineShortcodes: true
enableEmoji: true enableEmoji: true
outputs: outputs:
home: home: [html, rss, markdown]
- html page: [html, rss, markdown]
- rss rss: [rss]
- llms section: [html, rss, markdown]
page: taxonomy: [html, rss, markdown]
- html term: [html, rss, markdown]
- rss
rss:
- rss
section:
- html
- rss
taxonomy:
- html
- rss
term:
- html
- rss
menu: menu:
main: main:
@@ -90,6 +78,12 @@ params:
page: page:
# full (100%), wide (90rem), normal (1280px) # full (100%), wide (90rem), normal (1280px)
width: full width: full
contextMenu:
enable: true
links:
- name: "Ask AI"
url: "https://chatgpt.com/?q=Help+me+understand+this+documentation:+{markdown_url}"
icon: "sparkles"
navbar: navbar:
displayTitle: true displayTitle: true
@@ -107,6 +101,12 @@ params:
displayCopyright: True displayCopyright: True
displayPoweredBy: True displayPoweredBy: True
imageZoom:
enable: true
# TODO: get this working
displayUpdatedAuthor: true
displayUpdatedDate: true displayUpdatedDate: true
dateFormat: "Monday, January 2, 2006 at 3:04 PM MST" dateFormat: "Monday, January 2, 2006 at 3:04 PM MST"
#externalLinkDecoration: true #externalLinkDecoration: true