Mirrored from GitHub github.com/roostorg/playground
0

Configure Feed

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

playground / _config.yml
470 B 19 lines
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)" 4 5mastodon: 6 handle: "@roost@hachyderm.io" 7 url: "https://hachyderm.io/@roost" 8bluesky: 9 handle: "@roost.tools" 10 url: "https://bsky.app/profile/roost.tools" 11 12markdown: kramdown 13kramdown: 14 syntax_highlighter: rouge 15 16plugins: 17 - jekyll-feed 18 - jekyll-redirect-from 19 - jekyll-sitemap