gatsby-theme-private-sphere

0.20.4-alpha.1 • Public • Published

Theme hero artwork

Private Sphere – a GatsbyJS theme

Private Sphere is the GatsbyJS theme behind my personal website and blog, www.chrisvogt.me. My website exists both to display my aggregate social network activity in a single place and to share original content on my own, original platform.

Warning: This theme is a personal hobby project. This project is unstable and not ready for use on a live site unless you are feeling adventurous.

Note: To use the home page widgets, you must currently build and serve your own data service, and expose that data over REST endpoints. The expected schema for each widget is saved in the /theme/__mocks__ directory.

Installation

yarn add gatsby gatsby-theme-private-sphere react react-dom

Usage

// gatsby-config.js
module.exports = {
  siteMetadata: {
    /* site settings – see /example */
  },
  plugins: [
    {
      resolve: 'gatsby-theme-private-sphere',
      options: {
        /* custom theme options – see /example */
      },
    },
  ],
}

Review the example site configuration for an example of available site metadata fields.

Screenshots

Widgets

Blog

Screenshot: Blog

Instagram

Screenshot: Instagram

GitHub

Screenshot: GitHub

Goodreads

Screenshot: Goodreads

Spotify

Screenshot: Spotify

Copyright & License

Copyright © 2019-2020 Chris Vogt - Released under the MIT license.

Package Sidebar

Install

npm i gatsby-theme-private-sphere

Weekly Downloads

5

Version

0.20.4-alpha.1

License

MIT

Unpacked Size

6.1 MB

Total Files

287

Last publish

Collaborators

  • chrisvogt