Skip to content

mathieudutour/gatsby-digital-garden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Gatsby And Digital Garden

A set of packages to create a digital garden with Gatsby.

An example site for leveraging all of them is at https://mathieudutour.github.io/gatsby-digital-garden/.

๐Ÿš€ Quick start

Quickly get started using the Gatsby garden theme! This starter creates a new Gatsby site that is preconfigured to work with the Gatsby garden theme.

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the garden theme starter.

    # create a new Gatsby site using the garden theme starter
    gatsby new my-digital-garden https://github.com/mathieudutour/gatsby-starter-digital-garden
  2. Start developing.

    Navigate into your new siteโ€™s directory and start it up.

    cd my-digital-garden/
    gatsby develop
  3. Open the code and start customizing!

    Your site is now running at http://localhost:8000!

    To get started, check out the guide to using a Gatsby theme, or the longer, more detailed tutorial.