This theme is developed using gatsby. One can use this theme for having a website with brief introduction and social profiles.
demo: Contains demo for the theme (To be used with yarn workspaces)gatsby-theme-simple-bio: Theme's code folderstarter: Starter using the theme
Theme's documentation is available in https://github.com/sonapraneeth-a/gatsby-theme-simple-bio/blob/master/gatsby-theme-simple-bio/README.md
-
While developing theme
- Get the theme set up locally.
git clone https://github.com/sonapraneeth-a/gatsby-theme-simple-bio.git cd gatsby-theme-simple-bio yarn install-
Start the demo site.
yarn develop
The demo will start at http://localhost:8000
NOTE: If you’re new to Yarn workspaces, check out this post for details.
-
As a starter
- Get the starter set up locally.
git clone https://github.com/sonapraneeth-a/gatsby-theme-simple-bio.git cd gatsby-theme-simple-bio/starter npm install- Start the starter site.
gatsby develop