0.0.6 • Published 5 years ago

gatsby-theme-pixyll v0.0.6

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

gatsby-theme-sideways

A minimal blog theme for developers. I built this theme for my personal website, https://johno.com, but anyone can use and modify however they'd like.

Installation

yarn add gatsby-theme-sideways

Usage

// gatsby-node.js
module.exports = {
  __experimentalThemes: [
    {
      resolve: 'gatsby-theme-redirects',
      options: {}
    }
  ]
}

Configuration

OptionDefaultDescription
titleNoneTitle of your website
twitterHandleNoneYour Twitter handle
githubHandleNoneYour GitHub handle

Customization

In order to customize the theme to your needs you can use component shadowing.