mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +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
|
||||
weight: 3
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Getting Started"
|
||||
title: 🚀 Getting Started
|
||||
toc: true
|
||||
weight: 2
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Field Imagery
|
||||
title: 📸 Field Imagery
|
||||
weight: 4
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Foundation
|
||||
title: 🧱 Foundation
|
||||
weight: 1
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Orthoimagery
|
||||
title: 🛰️ Orthoimagery
|
||||
weight: 3
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Statistical Products
|
||||
title: 📊 Statistical
|
||||
weight: 2
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user