Gatsby¶
- Gatsby is a static site generator which generates HTML files from MarkDown files. These HTML files can be deployed on a remote server to serve as a website. ^e967b3
- Great for personal portfolios
- Gatsby
Themes¶
- Using a Gatsby theme, all of your website configuration is abstracted out of your site content, and into an installable package.
- The installation steps will be provided in the GitHub repo of the theme.
- Gatsby Casper Theme
Gatsby CLI¶
Installation¶
Commands¶
- Create a new site
gatsby new site_name
- Start development server
gatsby develop
Last updated: 2022-06-13