Skip to content

Initial design consideration

Compare
Choose a tag to compare
@mattlangan mattlangan released this 25 Jun 22:00
· 21 commits to master since this release
0b1d9fb

This incorporates the initial actual design, and introduces the following config-based changes:

  • Random background generator: Specify a number of background photos (integer 1-n) as a random_background_images configuration, then place any number of files n.jpg in assets/images/backgrounds/

  • Parent Site support: Add a link atop the navigation to a parent site, in our primary case either ACC or PEC production sites when viewing the respective ops policy site. The theme will look for the logo file in assets/images/

parent_site:
  title: Austin Convention Center
  url: https://www.austinconventioncenter.com
  logo: "acc-logo.jpg"