r
Radicle
Git
url: "https://radicle.dev"
baseurl: "/"
plugins:
- jekyll-feed
- jekyll-redirect-from
collections:
guides:
output: true
permalink: /guides/:path/
pages:
output: true
permalink: /:path/
highlighter: rouge
markdown: kramdown
kramdown:
syntax_highlighter: rouge
exclude:
- .jj
- Makefile
- LICENSE
- flake.*
- README.md
- wrangler.toml
include:
- _redirects
- .well-known
# Metadata
title: "Radicle: the sovereign forge"
description: "The Radicle forge is an open source, peer-to-peer code collaboration stack built on Git."
fedi: "@radicle@toot.radicle.dev"
node: "seed.radicle.dev"
explorer: "radicle.network"
atproto: "radicle.dev"
# jekyll-feed configuration
feed:
icon: /assets/images/logo-small.svg
defaults:
- scope:
path: _guides
values:
layout: guide
- scope:
path: _pages
values:
layout: page
- scope:
path: _posts
values:
layout: post