https://github.com/davbree/friendly-sage-copy-01
Jamstack site created with Stackbit
https://github.com/davbree/friendly-sage-copy-01
gatsby git headless jamstack ssg stackbit static
Last synced: about 2 months ago
JSON representation
Jamstack site created with Stackbit
- Host: GitHub
- URL: https://github.com/davbree/friendly-sage-copy-01
- Owner: davbree
- License: other
- Created: 2020-12-16T08:42:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T08:44:56.000Z (over 5 years ago)
- Last Synced: 2025-03-24T08:42:36.053Z (over 1 year ago)
- Topics: gatsby, git, headless, jamstack, ssg, stackbit, static
- Language: SCSS
- Homepage: https://jamstack.new
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-starter-forty
**This is a starter for Gatsby.js V2.**
**The older V1 version of this starter can be found on the v1 branch**
Gatsby.js V2 starter based on the Forty site template, designed by HTML5 UP. Check out https://codebushi.com/gatsby-starters-and-themes/ for more Gatsby starters and templates.
## Preview
https://gatsby-forty.surge.sh
## Installation
Install this starter (assuming Gatsby is installed) by running from your CLI:
`gatsby new gatsby-starter-forty https://github.com/codebushi/gatsby-starter-forty`
Run `gatsby develop` in the terminal to start the dev site.
## CSS Grid
The grid on this site was replaced with a custom version, built using CSS Grid. It's a very simple 12 column grid that is disabled on mobile. To start using the grid, wrap the desired items with `grid-wrapper`. Items inside the `grid-wrapper` use the class `col-` followed by a number, which should add up to 12.
Here is an example of using the grid, for a 3 column layout:
```
Content Here
Content Here
Content Here
```