Skip to main content

Customizing your Faircamp site

Faircamp libraries are customizable. You can change the display text, colors, images, etc.

What is an .eno file?

The .eno file is a configuration file used to customize your site. By placing a .eno file in the correct folder, faircamp will read the contents of the file and apply customizations accordingly.

For reference, here is the folder structure of my faircamp site.

.
├── Catalog
│ └── incognitothief
│ ├── incognitothief - RX Tapes
│ │ ├── cover.png
│ │ ├── incognitothief - RX Tapes - 01 polymath on parade.flac
│ │ ├── ...
│ │ └── release.eno
│ ├── incognitothief - bike lane
│ │ ├── 01 rise.wav
│ │ ├── ...
│ │ ├── cover2.png
│ │ └── release.eno
│ ├── incognitothief - golddust
│ │ ├── 01 cellmates.wav
│ │ ├── ...
│ │ ├── cover.jpg
│ │ └── release.eno
│ └── incognitothief - too much too little
│ ├── cover.jpg
│ ├── incognitothief - too much too little - 01 too much too little.flac
│ └── release.eno
└── catalog.eno

Notice the .eno files placed in various locations according to their customization scope

Reference

You can also use the faircamp --preview --theming-widget command to show a web interface for customization

Faircamp Theming Widget