SHIP IT FASTER

The average enterprise on Netlify ships 140 times per week. Where does your team rank?

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby

The Gatsby Theme UI Timeline Preset

A Theme UI preset that contains the configuration used in other Gatsby themes, e.g. gatsby-theme-timeline.

Installation

For an existing site

If you already have a site you’d like to add the theme-ui theme to, you can manually configure it.

  1. Install the theme
npm install gatsby-theme-ui-timeline-preset
  1. Add the configuration to your gatsby-config.js file
// gatsby-config.js
module.exports = {
  plugins: [{
        resolve: `gatsby-plugin-theme-ui`
        options: {
          preset: `gatsby-theme-ui-timeline-preset`
        }}],
}
© 2023 Gatsby, Inc.