Skip to content

Latest commit

 

History

History
executable file
·
53 lines (49 loc) · 2.14 KB

resources.md

File metadata and controls

executable file
·
53 lines (49 loc) · 2.14 KB
layout title description keywords permalink
default
Resources
A collection of resources and tools to search or browse.
resources, directory, rocket, pool, rpl
/resources/

Rocket Pool Resources

A collection of resources and tools to search or browse.

{%- assign all_categories = "official, community" -%} {%- for resource in site.data.resources -%} {%- assign resource.categories = resource | downcase -%} {%- assign all_categories = all_categories | append: ", " | append: resource.categories -%} {%- endfor -%} {%- assign all_categories = all_categories | remove: " " | split: "," | uniq -%} {%- assign all_categories = all_categories | compact -%} {%- for category in all_categories -%}
{{category | capitalize}}
{%- endfor -%}
This page is still currently being worked on, please check back later.
{%- for resource in site.data.resources -%}
{{resource.description}} {{resource.link | replace: "./..", site.url}}
{%- endfor -%}