diff --git a/content/docs/dissemination/_index.md b/content/docs/dissemination/_index.md index b7e73de..b7a65dc 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 toc: true weight: 3 --- diff --git a/content/docs/getting_started/_index.md b/content/docs/getting_started/_index.md index d89e9f0..63e1e24 100644 --- a/content/docs/getting_started/_index.md +++ b/content/docs/getting_started/_index.md @@ -1,5 +1,5 @@ --- -title: "Getting Started" +title: 🚀 Getting Started toc: true weight: 2 --- diff --git a/content/docs/processes/field_imagery.md b/content/docs/processes/field_imagery.md index f29aa50..987f55f 100644 --- a/content/docs/processes/field_imagery.md +++ b/content/docs/processes/field_imagery.md @@ -1,5 +1,5 @@ --- -title: Field Imagery +title: 📸 Field Imagery weight: 4 --- diff --git a/content/docs/processes/foundation.md b/content/docs/processes/foundation.md index b04e054..6bb90f7 100644 --- a/content/docs/processes/foundation.md +++ b/content/docs/processes/foundation.md @@ -1,5 +1,5 @@ --- -title: Foundation +title: 🧱 Foundation weight: 1 --- diff --git a/content/docs/processes/orthoimagery.md b/content/docs/processes/orthoimagery.md index 50ee4bc..b8bee77 100644 --- a/content/docs/processes/orthoimagery.md +++ b/content/docs/processes/orthoimagery.md @@ -1,5 +1,5 @@ --- -title: Orthoimagery +title: 🛰️ Orthoimagery weight: 3 --- diff --git a/content/docs/processes/statistical_products/_index.md b/content/docs/processes/statistical_products/_index.md index 99559af..b68a1b0 100644 --- a/content/docs/processes/statistical_products/_index.md +++ b/content/docs/processes/statistical_products/_index.md @@ -1,5 +1,5 @@ --- -title: Statistical Products +title: 📊 Statistical weight: 2 --- diff --git a/hugo.yaml b/hugo.yaml index bed959d..a2efaaa 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -26,27 +26,41 @@ enableInlineShortcodes: true enableEmoji: true outputs: - home: [html, rss, llms] - page: [html, rss, llms] - section: [html, rss, llms] + home: + - html + - rss + page: + - html + - rss + rss: + - rss + section: + - html + - rss + taxonomy: + - html + - rss + term: + - html + - rss menu: main: - identifier: datasets - name: Datasets + name: 📁 Datasets weight: 1 - identifier: Production - name: Production + name: ✅ Production url: https://data-01.dataforcanada.org/processed/ parent: datasets - identifier: Development - name: Development + name: 🚧 Development url: https://data-01.dev.dataforcanada.org/processed/ parent: datasets - - name: Docs + - name: ✅ Docs url: /docs/ weight: 2 - - name: Contact + - name: 📬 Contact url: /contact/ weight: 3 - name: GitHub