mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Hextra had an AMAZING update, that I will utilize to the best of my abilities :)
This commit is contained in:
@@ -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 >}}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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=
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user