Skip to content

Commit

Permalink
chore: add gatsby hello world template and docs folder with favicon svg
Browse files Browse the repository at this point in the history
  • Loading branch information
willianantunes committed Apr 15, 2021
1 parent bda6208 commit a31e9f6
Show file tree
Hide file tree
Showing 8 changed files with 16,266 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.cache
package.json
package-lock.json
public
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"arrowParens": "avoid",
"semi": false,
"printWidth": 128
}
121 changes: 121 additions & 0 deletions docs/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/**
* Configure your Gatsby site with this file.
*
* See: https://www.gatsbyjs.com/docs/gatsby-config/
*/

module.exports = {
/* Your site config here */
plugins: [],
}
Loading

0 comments on commit a31e9f6

Please sign in to comment.