Mirror of https://github.com/roostorg/playground github.com/roostorg/playground
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use site title/desc instead of repeating them

+2 -2
+2 -2
index.html
··· 2 2 layout: default 3 3 --- 4 4 5 - <h1>ROOST Playground</h1> 6 - <p>A collection of community projects, experiments, and demos built on or from ROOST open source projects.</p> 5 + <h1>{{ site.title }}</h1> 6 + <p>{{ site.description }}</p> 7 7 <p>Projects on this page are not developed or endorsed by ROOST, and may not be intended for production use. Check each project’s documentation for details.</p> 8 8 <ul id="projects"> 9 9 {% for project in site.data.projects %}