gatsby-theme-catalyst-header-side
Sibling theme for gatsby-theme-catalyst-core
which adds a sidebar style header using latent component shadowing. Header is located on the left. Theme options are set set via gatsby-theme-catalyst-core
, for example setting displaySiteTitle: false
and displaySiteTitleMobile: false
will only show the logo for branding.
Demos
- gatsby-starter-catalyst-blog
- This website!
Catalyzing Start
gatsby new catalyst https://github.com/ehowey/gatsby-starter-catalyst
Theme Options
Option | Values | Description |
---|---|---|
useStickyHeader | true or false | Defaults to false, controls whether the header is sticky or static |
useHeaderSocialLinks | true or false | Defaults to true, controls whether the social links are displayed or not |
useColorMode | true or false | Defaults to true, controls whether the dark mode toggle is available. |