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.

at main 20 lines 493 B view raw
1title: ROOST Community Playground 2description: A collection of community projects, experiments, and demos built on or from ROOST open source projects. 3theme-color: "rgb(238, 238, 0)" 4card: /images/card.png 5 6mastodon: 7 handle: "@roost@hachyderm.io" 8 url: "https://hachyderm.io/@roost" 9bluesky: 10 handle: "@roost.tools" 11 url: "https://bsky.app/profile/roost.tools" 12 13markdown: kramdown 14kramdown: 15 syntax_highlighter: rouge 16 17plugins: 18 - jekyll-feed 19 - jekyll-redirect-from 20 - jekyll-sitemap