Open ChristopherBiscardi opened 5 years ago
@ChristopherBiscardi This sounds amazing!
Good ideas.
Maybe /contact
. May or may not have typical form, maybe just social media links, etc. But could also be added to the footer....
I was playing some with this concept in gatsby-theme-bulma
component and relying on Gatsby node to pick up templates based on which packages were installed. Might give you some direction to riff on.
Standard Pages
We should ship a set of standard pages
Blocks
These pages should be rendered using a concept of Blocks so that content can be added/removed/re-ordered without having to rebuild the entire page.
for example, a Spotify block could be added as a plugin to the garden theme on the /now page, then configured to show the last 10 songs listened to or the last playlist.
The generic
Block
should be shadowable, as well as theSpotifyBlock
, etc.