gatsby-theme-private-sphere
v0.20.4-alpha.1
Published
My personal blog and website, with built-in social activity widgets.
Downloads
21
Maintainers
Readme
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
GitHub
Goodreads
Spotify
Copyright & License
Copyright © 2019-2020 Chris Vogt - Released under the MIT license.