Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 4b9ba4cf authored by Hugues's avatar Hugues Committed by Christophe Chaudier
Browse files

add new starter gatsby-starter-morning-dew rename froggit.fr into the older for change

parent 24af3188
No related branches found
No related tags found
No related merge requests found
Showing
with 72 additions and 45 deletions
module.exports = {
parserOptions: {
ecmaFeatures: {
experimentalObjectRestSpread: true,
jsx: true,
},
ecmaVersion: 7,
sourceType: 'module',
},
parser: 'babel-eslint',
plugins: ['react'],
settings: {
createClass: 'createReactClass',
pragma: 'React',
'react': {
"version": 'detect'
},
flowVersion: '0.53',
'import/resolver': {
node: {
moduleDirectory: ['src'],
},
},
},
'extends': [
'eslint:recommended',
'plugin:react/recommended',
'prettier'
],
'env': {
'browser': true,
'es6': true
'es6': true,
'node': true
},
"rules": {
"prettier/prettier": "error"
},
//'extends': 'eslint:recommended',
'globals': {
'Atomics': 'readonly',
'SharedArrayBuffer': 'readonly'
},
'parser': 'babel-eslint',
'parserOptions': {
'ecmaVersion': 2018,
'sourceType': 'module'
},
'plugins': [
'react', 'prettier'
],
}
//'plugins': [
//'prettier'
//],
'rules': {
//"prettier/prettier": "error"
/*'indent': [
'error',
4
],
'linebreak-style': [
'error',
'unix'
],
//'quotes': [
//'error',
//'single'
//],
'semi': [
'error',
'never'
]*/
}
}
The MIT License (MIT)
Copyright (c) 2015 gatsbyjs
Copyright (c) 2015-2020 Maxence Poutord
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
export * from './src/components';
content/assets/catalyst-site-icon.png

170 KiB

content/assets/catalyst-site-logo.png

5.3 KiB

content/assets/catalyst-site-social.jpg

151 KiB

content/assets/image1.jpg

281 KiB

content/assets/material-design.jpg

72.6 KiB

content/images/avatar.jpeg

23.1 KiB

content/images/baymax.png

4.7 KiB

content/images/cover-baymax.jpeg

93.3 KiB

File moved
content/images/gatsby-icon.png

20.7 KiB

File moved
File moved
File moved
File moved
<SEO title="404 - Page Not Found" />
# NOT FOUND
Oh the sadness. You hit a page that does not exist! Click your heels three times and head back home!
---
title: "About gatsby-starter-morning-dew"
slug: about-gatsby-starter-morning-dew
cover: ./gatsby-cover.png
disqus: true
---
[![Build Status](https://travis-ci.org/maxpou/gatsby-starter-morning-dew.svg?branch=master)](https://travis-ci.org/maxpou/gatsby-starter-morning-dew) [![Netlify Status](https://api.netlify.com/api/v1/badges/d68027bd-19b5-44fd-a2a3-d1f05fc8201e/deploy-status)](https://app.netlify.com/sites/gatsby-starter-morning-dew/deploys) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![Maintainability](https://api.codeclimate.com/v1/badges/e09f1ac1a5cdb2987a6f/maintainability)](https://codeclimate.com/github/maxpou/gatsby-starter-morning-dew/maintainability) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
## gatsby-starter-morning-dew
A gatsby-starter-morning-dew is a Gatsby theme/starter to build lightning-fast websites!
[Demo website.](https://maxpou.github.io/gatsby-starter-morning-dew/)
![screenshot](https://i.imgur.com/Tv4SFqT.png)
## Features
- [💜 Gatsby v2](https://www.gatsbyjs.org/) / React 16
- 🔍 SEO optimized
- 💌 Write posts/pages in Markdown or [MDX](https://mdxjs.com/)
- 🎨 Code syntax highlight
- 📚 Multilang support (blog post)
- 📱 Mobile Friendly (Responsive design)
- ✨ PWA ready
- ✈️ Offline support
- 📃 Manifest support
- [🔧 Fully configurable (see data/siteConfig.js)](./data/siteConfig.js)
- 💬 Disqus support
- 💅 css-in-js (with [styled-components](https://www.styled-components.com))
- 🧙‍♀️ Use it as a starter or [as a theme](https://www.gatsbyjs.org/blog/2018-11-11-introducing-gatsby-themes/)
- 🔖 Groups post with tags
- 📊 Google Analytics support
- 🐦 post preview image generation (Twitter, Facebook)
- 💎 Developer tools (eslint, prettier)
- 👷 Travis CI support
![Lighthouse scores (locally :bowtie:)](https://lighthouse.now.sh/?perf=100&pwa=100&a11y=100&bp=100&seo=100)
content/pages/about/gatsby-cover.png

13.7 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment