Configuration

Atlas reads project-level settings from config.json.

config.json fields

{
  "site_title": "Atlas",
  "logo_path": "/logo.svg",
  "hide_made_with_atlas": true
}
  • site_title (required): name shown in page titles and sidebar header
  • logo_path (optional): path to a logo in public/ used in the desktop sidebar
  • hide_made_with_atlas (optional): hides the footer credit in the sidebar when true

hide_made_with_eolas is still accepted as a legacy alias, but hide_made_with_atlas is the canonical key.

dqnamo