TO
tommygonzaleza/website-v2-1
4Geeks Academy main website.
4Geeks Academy Website
- Here you can find the website design in Figma.
- This website was built using Gatsby.js and Styled Components.
- All the website information is stored in YML files inside ./src/data.
Recomended Readings before understanding the website:
- Gatsby.js
- Styled Components
Tests
Test SEO best practice and YML format and rules:
$ node ./src/test/test.seo.yml
$ node ./src/test/test.yml.ymlRedirects
You can create bloposts redirects:
$ node ./src/utils/create_redirects.js.