/feditest.org

Primary LanguageHTMLCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

FediTest.org

This is the content of feditest.org.

It is built with the Hugo static site generator, plus some Python scripts that generate a few of the pages.

Software requirements

Install Git and Git-LFS, and initialize it:

$ brew install git
$ brew install git-lfs
$ git lfs install

Install Hugo, e.g. on the Mac:

$ brew install hugo

To run the website locally

Get the content:

$ git clone https://github.com/fediverse-devnet/feditest.org.git
$ cd feditest.org
$ git submodule update

Run:

$ hugo server

Then go to http://localhost:1313/ (actual port will be printed to the terminal).