Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gatsby theme for putting up a short bio with social profiles.

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
Gatsby Theme Simple Bio is an open-source Gatsby theme that generates a single-page personal bio website with a short introduction and links to social profiles. It is published on npm as gatsby-theme-simple-bio and is licensed under the MIT license.
Gatsby Theme Simple Bio is a Gatsby theme for publishing a minimal personal bio page. It accepts site configuration through Gatsby theme options and outputs a static website containing an introduction and social profile links. The theme is developed by sonapraneeth-a and distributed on npm under the MIT license.
npm install then gatsby develop to get a site running.yarn develop, opening at http://localhost:8000.gatsby-theme-simple-bio, so it can be installed as a dependency in any Gatsby project.To use the starter, clone the repository, navigate to the starter folder, run npm install, and then gatsby develop. For theme development, clone the repo, run yarn install at the root, and then yarn develop to start the demo site at http://localhost:8000.
Yes, the theme is open source and released under the MIT license, so you can use it for personal or commercial projects without any licensing fees.
You can install the published package from npm with npm install gatsby-theme-simple-bio, or clone the repository and use the included starter in the starter folder.
Clone the repository, run yarn install at the root, then run yarn develop. The demo site will be available at http://localhost:8000.
Yes, the theme's purpose is to show a brief introduction and social profiles. The specific social platforms are configured through the theme's options, though the README does not enumerate the supported networks.
