diff --git a/content/docs/d4c-pkgs/_index.md b/content/docs/d4c-pkgs/_index.md new file mode 100644 index 0000000..a631aa4 --- /dev/null +++ b/content/docs/d4c-pkgs/_index.md @@ -0,0 +1,18 @@ +--- +title: "Data Packages" +summary: d4c-pkgs +weight: 2 +prev: /docs/getting_started +next: /docs/dissemination +sidebar: + open: true +--- + +This project is composed of multiple `data packages` (`d4c-pkgs`). + +{{< cards >}} + {{< 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/statistical_products/_index.md b/content/docs/d4c-pkgs/d4c-datapkg-statistical/_index.md similarity index 100% rename from content/docs/data_packages/statistical_products/_index.md rename to content/docs/d4c-pkgs/d4c-datapkg-statistical/_index.md diff --git a/content/docs/data_packages/statistical_products/statistics_canada/census_data.md b/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data.md similarity index 100% rename from content/docs/data_packages/statistical_products/statistics_canada/census_data.md rename to content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/census_data.md diff --git a/content/docs/data_packages/statistical_products/statistics_canada/geographic-hiearchy.svg b/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/geographic-hiearchy.svg similarity index 100% rename from content/docs/data_packages/statistical_products/statistics_canada/geographic-hiearchy.svg rename to content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/geographic-hiearchy.svg diff --git a/content/docs/data_packages/statistical_products/statistics_canada/statistical_administrative_boundaries.md b/content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/statistical_administrative_boundaries.md similarity index 100% rename from content/docs/data_packages/statistical_products/statistics_canada/statistical_administrative_boundaries.md rename to content/docs/d4c-pkgs/d4c-datapkg-statistical/statistics_canada/statistical_administrative_boundaries.md diff --git a/content/docs/data_packages/field_imagery.md b/content/docs/d4c-pkgs/field_imagery.md similarity index 100% rename from content/docs/data_packages/field_imagery.md rename to content/docs/d4c-pkgs/field_imagery.md diff --git a/content/docs/data_packages/foundation.md b/content/docs/d4c-pkgs/foundation.md similarity index 100% rename from content/docs/data_packages/foundation.md rename to content/docs/d4c-pkgs/foundation.md diff --git a/content/docs/data_packages/orthoimagery.md b/content/docs/d4c-pkgs/orthoimagery.md similarity index 100% rename from content/docs/data_packages/orthoimagery.md rename to content/docs/d4c-pkgs/orthoimagery.md diff --git a/content/docs/data_packages/elevation.md b/content/docs/data_packages/elevation.md deleted file mode 100644 index 717a492..0000000 --- a/content/docs/data_packages/elevation.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -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 deleted file mode 100644 index bd553f1..0000000 --- a/content/docs/data_packages/environmental_climate.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -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/hugo.yaml b/hugo.yaml index e442b63..4862e76 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -116,11 +116,11 @@ params: type: giscus giscus: - repo: dataforcanada/www.dataforcanada.org + repo: dataforcanada/d4c-service-main-site repoId: R_kgDOPAaEeA category: General categoryId: DIC_kwDOPAaEeM4Cr4dH editURL: enable: true - base: "https://github.com/dataforcanada/www.dataforcanada.org/edit/main/content" + base: "https://github.com/dataforcanada/d4c-service-main-site/edit/main/content"