mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-15 15:00:52 +02:00
Add emojis to every page 😂
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Data Dissemination Strategy"
|
title: 🌐 Data Dissemination Strategy
|
||||||
toc: true
|
toc: true
|
||||||
weight: 3
|
weight: 3
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Getting Started"
|
title: 🚀 Getting Started
|
||||||
toc: true
|
toc: true
|
||||||
weight: 2
|
weight: 2
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Field Imagery
|
title: 📸 Field Imagery
|
||||||
weight: 4
|
weight: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Foundation
|
title: 🧱 Foundation
|
||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Orthoimagery
|
title: 🛰️ Orthoimagery
|
||||||
weight: 3
|
weight: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Statistical Products
|
title: 📊 Statistical
|
||||||
weight: 2
|
weight: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -26,27 +26,41 @@ enableInlineShortcodes: true
|
|||||||
enableEmoji: true
|
enableEmoji: true
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
home: [html, rss, llms]
|
home:
|
||||||
page: [html, rss, llms]
|
- html
|
||||||
section: [html, rss, llms]
|
- rss
|
||||||
|
page:
|
||||||
|
- html
|
||||||
|
- rss
|
||||||
|
rss:
|
||||||
|
- rss
|
||||||
|
section:
|
||||||
|
- html
|
||||||
|
- rss
|
||||||
|
taxonomy:
|
||||||
|
- html
|
||||||
|
- rss
|
||||||
|
term:
|
||||||
|
- html
|
||||||
|
- rss
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- identifier: datasets
|
- identifier: datasets
|
||||||
name: Datasets
|
name: 📁 Datasets
|
||||||
weight: 1
|
weight: 1
|
||||||
- identifier: Production
|
- identifier: Production
|
||||||
name: Production
|
name: ✅ Production
|
||||||
url: https://data-01.dataforcanada.org/processed/
|
url: https://data-01.dataforcanada.org/processed/
|
||||||
parent: datasets
|
parent: datasets
|
||||||
- identifier: Development
|
- identifier: Development
|
||||||
name: Development
|
name: 🚧 Development
|
||||||
url: https://data-01.dev.dataforcanada.org/processed/
|
url: https://data-01.dev.dataforcanada.org/processed/
|
||||||
parent: datasets
|
parent: datasets
|
||||||
- name: Docs
|
- name: ✅ Docs
|
||||||
url: /docs/
|
url: /docs/
|
||||||
weight: 2
|
weight: 2
|
||||||
- name: Contact
|
- name: 📬 Contact
|
||||||
url: /contact/
|
url: /contact/
|
||||||
weight: 3
|
weight: 3
|
||||||
- name: GitHub
|
- name: GitHub
|
||||||
|
|||||||
Reference in New Issue
Block a user