Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

radicle-dev/radicle.xyz-old

The website

radicle-dev/radicle.xyz-old.json
{
"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.

  • [Getting Started]!(#getting-started)
  • [Dependencies]!(#dependencies)
  • [Making Changes]!(#making-changes)
  • [Building]!(#building)
  • [Important Information]!(#important-information)

Run the following command to start the server:

Terminal window
npx http-server docs -e html

The Website utilises Mustache

You will need to install the same using the following command (A Global Installation):

Terminal window
npm install -g mustache

or using

Terminal window
make dependencies

⚠️ Do NOT directly change the .html files. You will lose your work!

  • Instead, make edits in corresponding .html.mustache file present inside pages/ 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.

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:

Terminal window
make
  • Building Process requires [mustache to be installed]!(#dependencies).
  • Each .html.mustache file in the pages/ directory will result in a .html file in docs/ directory.
  • In order for the make command to build a file, the file has to be added to the Makefile

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.
Terminal window
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.mp4

Copyright © 2019-2022 The Radicle Foundation hello@radicle.foundation