Structure

The Fari Community's site is all based on the file structure of the public/catalog folder.

The folder names and files found within this folder are used to generate the site's navigation.

public/catalog
├── creators
│   ├── {creator-identifier} # Creator space
│   │   ├── index.ts # Creator config (optional)
│   │   ├── /{project-identifier} # Project space
│   │   │   ├── index.md # Project content in markdown which gets converted to HTML
│   │   │   ├── index.ts # Project config (optional)
│   │   │   ├── image.png|jpg # Project image (optional)

Or, in a more visual way using an example

  • Creator space: link
  • Project space: link
public/catalog
├── creators
│   ├── fari-rpgs
│   │   ├── index.ts
│   │   ├── breathless
│   │   │   ├── index.md
│   │   │   ├── index.ts
│   │   │   ├── image.png

This site is powered by Netlify