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
|
||||
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 >}}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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=
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user