gatsby-theme-sideways

0.0.6 • Public • Published

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

Option Default Description
title None Title of your website
twitterHandle None Your Twitter handle
githubHandle None Your GitHub handle

Customization

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

Readme

Keywords

Package Sidebar

Install

npm i gatsby-theme-sideways

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

9.37 kB

Total Files

13

Last publish

Collaborators

  • johno
  • johno-bot