From 1c7e77da5c70484fcac970495bdb011535da7030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Fri, 14 Apr 2023 10:00:05 +0530 Subject: [PATCH] tag section pages and layout --- _layouts/section.html | 31 +++++++++++++++++++++++++++++++ _pages/tags/affiliation.md | 7 +++++++ _pages/tags/business.md | 7 +++++++ _pages/tags/concepts.md | 7 +++++++ _pages/tags/content.md | 7 +++++++ _pages/tags/did_methods.md | 7 +++++++ _pages/tags/events.md | 7 +++++++ _pages/tags/focus.md | 7 +++++++ _pages/tags/guidance.md | 7 +++++++ _pages/tags/platforms.md | 7 +++++++ _pages/tags/policy.md | 7 +++++++ _pages/tags/products.md | 7 +++++++ _pages/tags/protocols.md | 7 +++++++ _pages/tags/region.md | 7 +++++++ _pages/tags/specs_standards.md | 7 +++++++ _pages/tags/tech.md | 7 +++++++ _pages/tags/tools.md | 7 +++++++ _pages/tags/working_groups.md | 7 +++++++ 18 files changed, 150 insertions(+) create mode 100644 _layouts/section.html create mode 100644 _pages/tags/affiliation.md create mode 100644 _pages/tags/business.md create mode 100644 _pages/tags/concepts.md create mode 100644 _pages/tags/content.md create mode 100644 _pages/tags/did_methods.md create mode 100644 _pages/tags/events.md create mode 100644 _pages/tags/focus.md create mode 100644 _pages/tags/guidance.md create mode 100644 _pages/tags/platforms.md create mode 100644 _pages/tags/policy.md create mode 100644 _pages/tags/products.md create mode 100644 _pages/tags/protocols.md create mode 100644 _pages/tags/region.md create mode 100644 _pages/tags/specs_standards.md create mode 100644 _pages/tags/tech.md create mode 100644 _pages/tags/tools.md create mode 100644 _pages/tags/working_groups.md diff --git a/_layouts/section.html b/_layouts/section.html new file mode 100644 index 00000000..114c8ee0 --- /dev/null +++ b/_layouts/section.html @@ -0,0 +1,31 @@ +--- +layout: archive +--- + +

Navigation

+ + +

Content

+{% for item in site.data.tagz %} + {% if item[0] == page.section %} + {% for tag in site.tags %} + {% if item[1] contains tag[0] %} +

{{ tag[0] }}

+ {{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} ↑ +
+ {% for post in tag.last %} + {% include archive-single.html type=entries_layout %} + {% endfor %} +
+ {% endif %} + {% endfor %} + {% endif %} +{% endfor%} \ No newline at end of file diff --git a/_pages/tags/affiliation.md b/_pages/tags/affiliation.md new file mode 100644 index 00000000..a41939c8 --- /dev/null +++ b/_pages/tags/affiliation.md @@ -0,0 +1,7 @@ +--- +title: 'Affiliation: Posts Grouped by Tag' +layout: section +permalink: tags/affiliation/ +canonical_url: 'https://decentralized-id.com/tags/affiliation/' +section: affiliation +--- diff --git a/_pages/tags/business.md b/_pages/tags/business.md new file mode 100644 index 00000000..9dcec49f --- /dev/null +++ b/_pages/tags/business.md @@ -0,0 +1,7 @@ +--- +title: 'Business: Posts Grouped by Tag' +layout: section +permalink: tags/business/ +canonical_url: 'https://decentralized-id.com/tags/business/' +section: business +--- diff --git a/_pages/tags/concepts.md b/_pages/tags/concepts.md new file mode 100644 index 00000000..a1a66c5d --- /dev/null +++ b/_pages/tags/concepts.md @@ -0,0 +1,7 @@ +--- +title: 'Concepts: Posts Grouped by Tag' +layout: section +permalink: tags/concepts/ +canonical_url: 'https://decentralized-id.com/tags/concepts/' +section: concepts +--- diff --git a/_pages/tags/content.md b/_pages/tags/content.md new file mode 100644 index 00000000..c95e106f --- /dev/null +++ b/_pages/tags/content.md @@ -0,0 +1,7 @@ +--- +title: 'Content: Posts Grouped by Tag' +layout: section +permalink: tags/content/ +canonical_url: 'https://decentralized-id.com/tags/content/' +section: content +--- diff --git a/_pages/tags/did_methods.md b/_pages/tags/did_methods.md new file mode 100644 index 00000000..b7fab560 --- /dev/null +++ b/_pages/tags/did_methods.md @@ -0,0 +1,7 @@ +--- +title: 'DID Methods: Posts Grouped by Tag' +layout: section +permalink: tags/did-methods/ +canonical_url: 'https://decentralized-id.com/tags/did-methods/' +section: did_methods +--- diff --git a/_pages/tags/events.md b/_pages/tags/events.md new file mode 100644 index 00000000..b2721fa5 --- /dev/null +++ b/_pages/tags/events.md @@ -0,0 +1,7 @@ +--- +title: 'Events: Posts Grouped by Tag' +layout: section +permalink: tags/events/ +canonical_url: 'https://decentralized-id.com/tags/events/' +section: events +--- diff --git a/_pages/tags/focus.md b/_pages/tags/focus.md new file mode 100644 index 00000000..9bcc7a58 --- /dev/null +++ b/_pages/tags/focus.md @@ -0,0 +1,7 @@ +--- +title: 'Focus: Posts Grouped by Tag' +layout: section +permalink: tags/focus/ +canonical_url: 'https://decentralized-id.com/tags/focus/' +section: focus +--- diff --git a/_pages/tags/guidance.md b/_pages/tags/guidance.md new file mode 100644 index 00000000..6352e11e --- /dev/null +++ b/_pages/tags/guidance.md @@ -0,0 +1,7 @@ +--- +title: 'Guidance: Posts Grouped by Tag' +layout: section +permalink: tags/guidance/ +canonical_url: 'https://decentralized-id.com/tags/guidance/' +section: guidance +--- diff --git a/_pages/tags/platforms.md b/_pages/tags/platforms.md new file mode 100644 index 00000000..ee18282c --- /dev/null +++ b/_pages/tags/platforms.md @@ -0,0 +1,7 @@ +--- +title: 'Platforms: Posts Grouped by Tag' +layout: section +permalink: tags/platforms/ +canonical_url: 'https://decentralized-id.com/tags/platforms/' +section: platforms +--- diff --git a/_pages/tags/policy.md b/_pages/tags/policy.md new file mode 100644 index 00000000..264887ba --- /dev/null +++ b/_pages/tags/policy.md @@ -0,0 +1,7 @@ +--- +title: 'Policy: Posts Grouped by Tag' +layout: section +permalink: tags/policy/ +canonical_url: 'https://decentralized-id.com/tags/policy/' +section: policy +--- diff --git a/_pages/tags/products.md b/_pages/tags/products.md new file mode 100644 index 00000000..812e779d --- /dev/null +++ b/_pages/tags/products.md @@ -0,0 +1,7 @@ +--- +title: 'Products: Posts Grouped by Tag' +layout: section +permalink: tags/products/ +canonical_url: 'https://decentralized-id.com/tags/products/' +section: products +--- diff --git a/_pages/tags/protocols.md b/_pages/tags/protocols.md new file mode 100644 index 00000000..812e779d --- /dev/null +++ b/_pages/tags/protocols.md @@ -0,0 +1,7 @@ +--- +title: 'Products: Posts Grouped by Tag' +layout: section +permalink: tags/products/ +canonical_url: 'https://decentralized-id.com/tags/products/' +section: products +--- diff --git a/_pages/tags/region.md b/_pages/tags/region.md new file mode 100644 index 00000000..0156a0a4 --- /dev/null +++ b/_pages/tags/region.md @@ -0,0 +1,7 @@ +--- +title: 'Region: Posts Grouped by Tag' +layout: section +permalink: tags/region/ +canonical_url: 'https://decentralized-id.com/tags/region/' +section: region +--- diff --git a/_pages/tags/specs_standards.md b/_pages/tags/specs_standards.md new file mode 100644 index 00000000..d4c26412 --- /dev/null +++ b/_pages/tags/specs_standards.md @@ -0,0 +1,7 @@ +--- +title: 'Specifications / Standards: Posts Grouped by Tag' +layout: section +permalink: tags/specs-standards/ +canonical_url: 'https://decentralized-id.com/tags/specs-standards/' +section: specs_standards +--- diff --git a/_pages/tags/tech.md b/_pages/tags/tech.md new file mode 100644 index 00000000..4013d545 --- /dev/null +++ b/_pages/tags/tech.md @@ -0,0 +1,7 @@ +--- +title: 'Tech: Posts Grouped by Tag' +layout: section +permalink: tags/tech/ +canonical_url: 'https://decentralized-id.com/tags/tech/' +section: tech +--- diff --git a/_pages/tags/tools.md b/_pages/tags/tools.md new file mode 100644 index 00000000..8647c44a --- /dev/null +++ b/_pages/tags/tools.md @@ -0,0 +1,7 @@ +--- +title: 'Tools: Posts Grouped by Tag' +layout: section +permalink: tags/tools/ +canonical_url: 'https://decentralized-id.com/tags/tools/' +section: tools +--- diff --git a/_pages/tags/working_groups.md b/_pages/tags/working_groups.md new file mode 100644 index 00000000..19fc4a9e --- /dev/null +++ b/_pages/tags/working_groups.md @@ -0,0 +1,7 @@ +--- +title: 'Working Groups: Posts Grouped by Tag' +layout: section +permalink: tags/working-groups/ +canonical_url: 'https://decentralized-id.com/tags/working-groups/' +section: working_groups +---