2.2.5-rc.1 • Published 5 years ago

@novvum/web-theme v2.2.5-rc.1

Weekly downloads
33
License
MIT
Repository
-
Last release
5 years ago

gatsby-theme-configured

A 100% configuration-driven Gatsby theme

Configuration

// example gatsby-config.js
module.exports = {
  __experimentalThemes: [
    {
      resolve: 'gatsby-theme-configured',
      options: {
        colors: {
          text: '#111',
          background: '#fff',
          link: 'tomato',
        }
      }
    },
  ]
}

Options

{
  // styles
  colors: {
    text: 'black',
    background: 'white',
    link: 'blue',
    hover: 'darkblue',
    button: {
      text: 'white',
      background: 'blue',
      hover: {
        text: 'inherit',
        background: 'darkblue',
      },
    },
    heading: 'black',
    border: 'lightgray',
    pre: {
      text: 'blue',
      background: 'lightgray',
    },
    code: {
      text: 'blue',
      background: 'transparent',
    },
    header: {
      text: 'white',
      background: 'black',
    },
    footer: {
      text: 'white',
      background: 'black',
    },
  },
  fonts: {
    body: 'system-ui, sans-serif',
    heading: 'inherit',
    monospace: 'Menlo, monospace',
  },
  lineHeights: {
    body: 1.5,
    heading: 1.25,
  },
  fontSizes: [
    12, 14, 16, 20, 24, 32, 48, 64, 96, 128,
  ],
  fontWeights: {
    normal: 400,
    bold: 700,
    heading: 700,
  },
  space: [
    0, 4, 8, 16, 32, 64, 128, 256, 512,
  ],
  radius: 2,
  containerWidth: 1024,
  breakpoint: 640,
  // content
  header: {
    logo: {
      src: 'logo.svg',
      width: 32,
      height: 32
    },
    title: 'Gatsby Theme All Config',
    button: {
      text: 'Sign Up',
      path: '#',
    }
  },
  navigation: [
    { path: '/', name: 'Home' },
    { path: 'https://github.com/jxnblk/gatsby-themes', name: 'GitHub' },
  ],
  footer: {
    colophon: '© 2019 Brent Jackson',
    links: [
      { path: '/', name: 'Home' },
      { path: 'https://github.com/jxnblk/gatsby-themes', name: 'GitHub' },
    ],
    social: {
      twitter: 'jxnblk',
      facebook: 'jxnblk',
      instagram: 'jxnblk',
    },
  }
}
2.2.5-rc.1

5 years ago

2.2.5-rc.0

5 years ago

2.2.4

5 years ago

2.2.4-rc.7

5 years ago

2.2.4-rc.6

5 years ago

2.2.4-rc.5

5 years ago

2.2.4-rc.4

5 years ago

2.2.4-rc.0

5 years ago

2.2.3

5 years ago

2.2.3-rc.10

5 years ago

2.2.3-rc.9

5 years ago

2.2.3-rc.8

5 years ago

2.2.3-rc.7

5 years ago

2.2.3-rc.6

5 years ago

2.2.3-rc.5

5 years ago

2.2.3-rc.4

5 years ago

2.2.3-rc.2

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.1-alpha.1

5 years ago

2.2.1-alpha.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.1.0-alpha.0

5 years ago

2.0.2

5 years ago

2.0.2-alpha.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.1.1

5 years ago