Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(starters): add starter magicsoup.io #11670

Merged
merged 12 commits into from
Feb 13, 2019
18 changes: 18 additions & 0 deletions docs/starters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1829,3 +1829,21 @@
- Various available icon sets
- RSS Feed
- Web app manifest
- url: https://gatsby.magicsoup.io/
repo: https://github.com/magicsoup-io/gatsby-starter-magicsoup
description: A production ready gatsby starter using magicsoup.io
tags:
- SEO
- Markdown
- Testing
- Styling:Styled-Components
features:
- Optimized images! No more large, unoptimized images which dramatically slow down your site. The starter uses gatsby-image for optimized image loading.
simonfranzen marked this conversation as resolved.
Show resolved Hide resolved
- SEO friendly! The starter uses react-helmet and gatsby-plugin-sitemap to make search engines happy.
- Google Webmaster Tools! Define your google webmaster key to confirm the ownership in Google Webmaster Tools.
- Responsive UIs! This starter uses the base component library magicsoup.io/stock. magicsoup.io gives you are rapid start to create wonderful UIs with styled-components and styled-system.
- Static content with JSON and Markdown! This starter is combining those benefits with GatsbyJS automatic slug and page creation via gatsby-transform-remark or setting static page data with gatsby-transform-json.
- Convert Markdown to StyledComponents! When you love styled-components and styled-system we have good news. Map your styled-components to markdown or other HTML output from a file system or any other external API.
- Webfonts! Every modern website or web app has a custom font. The starter uses gatsby-plugin-web-font-loader to load fonts from any server. Load from Fontdeck, Fonts.com, Google, Typekit or custom hosting.
- SSR! The starter is SSR ready. Make npm run build to create the production resources. Choose your favorite deployment method and prepare your app for production.
- Testing! The starter includes everything you need to test your components with jest.
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20007,7 +20007,7 @@ webpack@^4.14.0, webpack@^4.16.0:
watchpack "^1.5.0"
webpack-sources "^1.2.0"

webpack@~4.28.2:
webpack@~4.28.4:
version "4.28.4"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.28.4.tgz#1ddae6c89887d7efb752adf0c3cd32b9b07eacd0"
integrity sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==
Expand Down