diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..3d5f140f4e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,28 @@ +root = true + +[*] +tab_width = 4 +indent_size = 4 +charset = utf-8 +end_of_line = lf +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.txt] +indent_size = false + +[test/fast/Listing versions/Running 'nvm ls' calls into nvm_alias] +indent_size = false + +[test/fast/Listing versions/Running 'nvm ls --no-alias' does not call into nvm_alias] +indent_size = false + +[test/fast/Unit tests/mocks/**] +insert_final_newline = off + +[test/**/.urchin*] +insert_final_newline = off + +[Makefile] +indent_style = tab diff --git a/.env b/.env new file mode 100644 index 0000000000..49ddd9f732 --- /dev/null +++ b/.env @@ -0,0 +1,5 @@ +ALGOLIA_ADMIN_KEY='a618cbd2bff788d0f9d73b48867b99eb' +ALGOLIA_API_KEY='56747001d363aa353aea93c8a205f40ddae5455e65f8577e3761754016d0ee21' +ALGOLIA_BASE_URL='https://crawler.algolia.com' +ONEGRAPH_AUTHLIFY_TOKEN='i1-IEDTFTYEYPJbb_TNymTGLvPCdjsGRP1PwtxZg14Q' +stackbitapikey='d65cdb563ef2906544c747c36adc22d28dea087a86d8200b7784258ad9c5b0b5' diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000000..2e1e43c5aa --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,17 @@ +{ + "env": { + "node": true, + "es6": true + }, + "extends": "eslint:recommended", + "parserOptions": { + "ecmaVersion": 2018 + }, + "rules": { + "indent": ["error", 4], + "linebreak-style": ["error", "unix"], + "quotes": ["error", "single"], + "semi": ["error", "always"], + "no-unused-vars": 0 + } +} diff --git a/.gitignore b/.gitignore index 9661cac814..9ab47a5427 100644 --- a/.gitignore +++ b/.gitignore @@ -1,54 +1,97 @@ -*.vscide/ + + + + + + + + + + + + + + + + + + + + + + # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* + # Runtime data pids *.pid *.seed *.pid.lock + # Directory for instrumented libs generated by jscoverage/JSCover lib-cov + # Coverage directory used by tools like istanbul coverage + # nyc test coverage .nyc_output + # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt + # Bower dependency directory (https://bower.io/) bower_components + # node-waf configuration .lock-wscript + # Compiled binary addons (http://nodejs.org/api/addons.html) build/Release + # Dependency directories # node_modules/ jspm_packages/ + # Typescript v1 declaration files typings/ + # Optional npm cache directory .npm + # Optional eslint cache .eslintcache + # Optional REPL history .node_repl_history + # Output of 'npm pack' *.tgz + # dotenv environment variables file + + # gatsby files # .cache/ # public + # Mac files .DS_Store + # Yarn yarn-error.log .pnp/ .pnp.js # Yarn Integrity file .yarn-integrity + node_modules/ + + *.cache *public diff --git a/.graphqlrc.json b/.graphqlrc.json new file mode 100644 index 0000000000..d3a3f58e6a --- /dev/null +++ b/.graphqlrc.json @@ -0,0 +1,8 @@ +{ + "schema": [ + "./functions/netlifyGraph/netlifyGraphSchema.graphql" + ], + "schemaPath": [ + "./functions/netlifyGraph/netlifyGraphSchema.graphql" + ] +} \ No newline at end of file diff --git a/.netlify/edge-functions-import-map.json b/.netlify/edge-functions-import-map.json new file mode 100644 index 0000000000..aee80cf31b --- /dev/null +++ b/.netlify/edge-functions-import-map.json @@ -0,0 +1 @@ +{"imports":{"netlify:edge":"https://edge-bootstrap.netlify.app/v1/index.ts"}} \ No newline at end of file diff --git a/.netlify/state.json b/.netlify/state.json new file mode 100644 index 0000000000..d8e4f0f076 --- /dev/null +++ b/.netlify/state.json @@ -0,0 +1,11 @@ +{ + "siteId": "a1b7ee1a-11a7-4bd2-a341-2260656e216f", + "oneGraphSessionId": "937b1344-1df2-48d0-8935-3e68ba16a9b2", + "oneGraphEnabledServices": [ + "GITHUB", + "NPM", + "SALESFORCE", + "SPOTIFY", + "STRIPE" + ] +} \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000000..e69de29bb2 diff --git a/README.md b/README.md index 27f9c7ddc1..b12f3e33e7 100644 --- a/README.md +++ b/README.md @@ -1,4486 +1,13 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started -# [**⇨WEBSITE🗺️⇦**](https://bgoonz-blog.netlify.app/) First, run the development server: -#### [Repo-Wiki](https://github.com/bgoonz/BGOONZ_BLOG_2.0/wiki) - -#### [Latest Workin:](https://github.com/bgoonz/BGOONZ_BLOG_2.0/tree/0fc1923e5fe4c8f8ea1a9bca69e12b63f093898d) - - - ---- - -#### [CHANGELOG](./CHANGELOG.md) - -