Flux has a few configuration options that you can use to customize the design of your site. To get started, open the Admin of your Ghost site, and go to Settings → Design & brandingCustomize.

Custom settings are defined in the package.json file of the theme. These settings have four categories:

  1. Brand settings
  2. Site-wide settings
  3. Homepage settings
  4. Post settings

You can customize the following settings in Flux:

Brand settings

  • Favicon
  • Logo

Site-wide settings

  • Enable search (if you want to show the search bar in the header)

Homepage settings

  • Hero title
  • Hero description
  • Hero author
  • Profile image

Post settings

  • Include PrismJS (if you want to enable syntax highlighting in code blocks)