radicle-dev/radicle.xyz-old
The website
{ "createdAt": "2020-01-06T13:50:54Z", "defaultBranch": "master", "description": "The website", "fullName": "radicle-dev/radicle.xyz-old", "homepage": "https://radicle.xyz", "language": "Mustache", "name": "radicle.xyz-old", "pushedAt": "2022-08-08T21:55:24Z", "stargazersCount": 51, "topics": [], "updatedAt": "2025-08-27T13:21:52Z", "url": "https://github.com/radicle-dev/radicle.xyz-old"}This is the repository of the radicle.xyz website.
Contribution Guide
Section titled “Contribution Guide”Getting Started
Section titled “Getting Started”Run the following command to start the server:
npx http-server docs -e htmlDependencies
Section titled “Dependencies”The Website utilises Mustache
You will need to install the same using the following command (A Global Installation):
npm install -g mustacheor using
make dependenciesMaking Changes
Section titled “Making Changes”⚠️ Do NOT directly change the .html files. You will lose your work!
- Instead, make edits in corresponding
.html.mustachefile present insidepages/directory. - You can directly change a
stylesheet. Stylesheets are present in/docs/styles/. partials/directory contains the HTML that is common across all the pages. Like: Header, Footer, etc.
Building
Section titled “Building”After making the desired changes to .html.mustache, you will need to build the .html
so that, they can reflect the changes that you have made.
Run the following command(s) while in root directory of the PROJECT:
make- Building Process requires
mustacheto be installed. - Each
.html.mustachefile in thepages/directory will result in a.htmlfile indocs/directory. - In order for the
makecommand to build a file, the file has to be added to theMakefile
Important Information
Section titled “Important Information”Conversion of GIF to mp4
Section titled “Conversion of GIF to mp4”The moving images are GIF(s) that have been converted to mp4(s) to keep the size of the page down.
- ffmpeg has been used to make this conversion.
ffmpeg -i file-name.gif -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" -b:v 500k file-name.mp4Legal Information
Section titled “Legal Information”Copyright © 2019-2022 The Radicle Foundation hello@radicle.foundation