diff --git a/content/_index.md b/content/_index.md index 264e099..7a16949 100644 --- a/content/_index.md +++ b/content/_index.md @@ -80,7 +80,9 @@ See our processing pipeline in action. View samples and documentation for our cu width: 100%; height: auto; max-width: 100%; + background-color: transparent !important; } + {{< /rawhtml >}} diff --git a/content/docs/_index.md b/content/docs/_index.md index 7883081..7691e53 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -1,5 +1,5 @@ --- -title: 🚀 Getting Started +title: Getting Started weight: 1 next: /docs/gettings_started/file_naming_convention/ sidebar: @@ -13,7 +13,7 @@ Look through our [GitHub Organization](https://github.com/orgs/dataforcanada/rep {{< cards cols="2" >}} {{< card link="/docs/getting_started/file_naming_convention/" title="File Naming Convention" icon="cog" >}} {{< card link="/docs/dissemination/" title="Data Dissemination Strategy" icon="globe" >}} - {{< card link="/docs/processes/" title="Processes" icon="cube" >}} + {{< card link="/docs/data_packages/" title="Data Packages" icon="cube" >}} {{< card link="/infrastructure/" title="Infrastructure" icon="office-building" >}} {{< /cards >}} diff --git a/content/docs/data_packages/_index.md b/content/docs/data_packages/_index.md index 7fbfe4c..a631aa4 100644 --- a/content/docs/data_packages/_index.md +++ b/content/docs/data_packages/_index.md @@ -1,5 +1,6 @@ --- -title: "Processes" +title: "Data Packages" +summary: d4c-pkgs weight: 2 prev: /docs/getting_started next: /docs/dissemination @@ -7,11 +8,11 @@ sidebar: open: true --- -For the moment, this project is composed of just a few processes, which are in development. +This project is composed of multiple `data packages` (`d4c-pkgs`). {{< cards >}} - {{< card link="/docs/processes/foundation/" title="Foundation" icon="office-building" >}} - {{< card link="/docs/processes/statistical_products/" title="Statistical" icon="presentation-chart-bar" >}} - {{< card link="/docs/processes/orthoimagery/" title="Orthoimagery" icon="photograph" >}} - {{< card link="/docs/processes/field_imagery/" title="Field Imagery" icon="eye" >}} + {{< card link="/docs/data_packages/foundation/" title="Foundation" icon="office-building" >}} + {{< card link="/docs/data_packages/statistical_products/" title="Statistical" icon="presentation-chart-bar" >}} + {{< card link="/docs/data_packages/orthoimagery/" title="Orthoimagery" icon="photograph" >}} + {{< card link="/docs/data_packages/field_imagery/" title="Field Imagery" icon="eye" >}} {{< /cards >}} diff --git a/content/docs/data_packages/elevation.md b/content/docs/data_packages/elevation.md new file mode 100644 index 0000000..717a492 --- /dev/null +++ b/content/docs/data_packages/elevation.md @@ -0,0 +1,7 @@ +--- +title: Elevation +weight: 6 +draft: true +--- + +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. diff --git a/content/docs/data_packages/environmental_climate.md b/content/docs/data_packages/environmental_climate.md new file mode 100644 index 0000000..bd553f1 --- /dev/null +++ b/content/docs/data_packages/environmental_climate.md @@ -0,0 +1,7 @@ +--- +title: Environmental and Climate +weight: 5 +draft: true +--- + +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. diff --git a/content/docs/data_packages/field_imagery.md b/content/docs/data_packages/field_imagery.md index a668152..b947b3c 100644 --- a/content/docs/data_packages/field_imagery.md +++ b/content/docs/data_packages/field_imagery.md @@ -1,5 +1,5 @@ --- -title: 📸 Field Imagery +title: Field Imagery weight: 4 next: /docs/dissemination/ --- diff --git a/content/docs/data_packages/foundation.md b/content/docs/data_packages/foundation.md index 740f679..2a1a4db 100644 --- a/content/docs/data_packages/foundation.md +++ b/content/docs/data_packages/foundation.md @@ -1,5 +1,5 @@ --- -title: 🧱 Foundation +title: Foundation weight: 1 --- diff --git a/content/docs/data_packages/orthoimagery.md b/content/docs/data_packages/orthoimagery.md index 3378f0c..91315db 100644 --- a/content/docs/data_packages/orthoimagery.md +++ b/content/docs/data_packages/orthoimagery.md @@ -1,5 +1,5 @@ --- -title: 🛰️ Orthoimagery +title: Orthoimagery weight: 3 prev: /docs/processes/statistical_products/statistics_canada/census_data/ next: /docs/processes/field_imagery/ diff --git a/content/docs/data_packages/statistical_products/_index.md b/content/docs/data_packages/statistical_products/_index.md index 9b5b510..884a22a 100644 --- a/content/docs/data_packages/statistical_products/_index.md +++ b/content/docs/data_packages/statistical_products/_index.md @@ -1,5 +1,5 @@ --- -title: 📊 Statistical +title: Statistical weight: 2 toc: true prev: /docs/processes/foundation @@ -13,6 +13,6 @@ sidebar: The following two sections goes over the Statistics Canada data that was processed at [process-statcan-data-labs](https://github.com/dataforcanada/process-statcan-data-labs) There is still lots of work to do to make it ready for systems. {{< cards >}} - {{< card link="/docs/processes/statistical_products/statistics_canada/statistical_administrative_boundaries/" title="Statistical and Administrative Boundaries" icon="globe" >}} - {{< card link="/docs/processes/statistical_products/statistics_canada/census_data/" title="Census Data" icon="map" >}} + {{< card link="/docs/data_packages/statistical_products/statistics_canada/statistical_administrative_boundaries/" title="Statistical and Administrative Boundaries" icon="globe" >}} + {{< card link="/docs/data_packages/statistical_products/statistics_canada/census_data/" title="Census Data" icon="map" >}} {{< /cards >}} diff --git a/content/docs/dissemination/_index.md b/content/docs/dissemination/_index.md index f97a7c4..960fee1 100644 --- a/content/docs/dissemination/_index.md +++ b/content/docs/dissemination/_index.md @@ -1,5 +1,5 @@ --- -title: 🌐 Data Dissemination Strategy +title: Data Dissemination Strategy weight: 3 prev: /docs/processes/field_imagery/ next: /contact/ @@ -22,7 +22,7 @@ flowchart TD end Sources[Open Data Sources] - Processes[Data for Canada Packages Collection] + Processes[Data Packages] Artifacts[Systems-Ready Data] subgraph CoreInfra [Infrastructure] diff --git a/hugo.yaml b/hugo.yaml index 718fcf9..e442b63 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -29,6 +29,7 @@ outputs: home: - html - rss + - llms page: - html - rss @@ -46,31 +47,31 @@ outputs: menu: main: - - name: 🟢 Status + - name: Status weight: 1 url: "https://status.dataforcanada.org" - identifier: datasets - name: 📁 Datasets + name: Datasets weight: 2 - identifier: Production - name: ✅ Production + name: Production url: https://data-01.dataforcanada.org/processed/ parent: datasets - identifier: Labs - name: 🚧 Labs + name: Labs url: https://data-01.labs.dataforcanada.org/processed/ parent: datasets - - name: 📚 Docs - url: /docs/ + - name: Docs + pageRef: /docs/ weight: 3 - - name: 📬 Contact - url: /contact/ + - name: Contact + pageRef: /contact/ weight: 4 - - name: ⚓ Infrastructure + - name: Infrastructure url: /infrastructure/ weight: 5 - - name: 📬 Contact - url: /contact/ + - name: Contact + pageRef: /contact/ weight: 6 - name: Search weight: 7 @@ -83,11 +84,13 @@ menu: icon: github params: - displayUpdatedDate: true theme: default: light - externalLinkDectoration: true + page: + # full (100%), wide (90rem), normal (1280px) + width: full + navbar: displayTitle: true displayLogo: true @@ -96,15 +99,18 @@ params: link: / width: 32 height: 32 - - page: - # full (100%), wide (90rem), normal (1280px) - width: full + search: + flexsearch: + tokenize: forward footer: displayCopyright: True displayPoweredBy: True + displayUpdatedDate: true + dateFormat: "Monday, January 2, 2006 at 3:04 PM MST" + #externalLinkDecoration: true + comments: enable: true type: giscus