johno / digital-garden

🌻[WIP] Gatsby Theme to build your own digital garden 🌻🥀🌸
216 stars 11 forks source link

Standard Block-Based Pages #34

Open ChristopherBiscardi opened 5 years ago

ChristopherBiscardi commented 5 years ago

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 the SpotifyBlock, etc.

jletey commented 5 years ago

@ChristopherBiscardi This sounds amazing!

tomByrer commented 5 years ago

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....

jbolda commented 5 years ago

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.