mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 16:06:12 +02:00
main page markdown content added
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
fdade99f84
commit
e4c525a5dc
@@ -19,6 +19,13 @@ module.exports = {
|
|||||||
path: `${__dirname}/src/images`,
|
path: `${__dirname}/src/images`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
resolve: `gatsby-source-filesystem`,
|
||||||
|
options: {
|
||||||
|
name: `site`,
|
||||||
|
path: `${__dirname}/src/content/site`,
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
resolve: `gatsby-source-filesystem`,
|
resolve: `gatsby-source-filesystem`,
|
||||||
options: {
|
options: {
|
||||||
|
|||||||
Generated
+2
@@ -1785,6 +1785,7 @@
|
|||||||
"version": "0.60.2",
|
"version": "0.60.2",
|
||||||
"resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.60.2.tgz",
|
"resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.60.2.tgz",
|
||||||
"integrity": "sha512-K4+/etirpv52xu24xAc++OdhbD0VQEt0Kq0h6dZrLU82OlA+I7BhpKF3JBvx9tbmrFaZDxhHp8N4TEvRYS4fdQ==",
|
"integrity": "sha512-K4+/etirpv52xu24xAc++OdhbD0VQEt0Kq0h6dZrLU82OlA+I7BhpKF3JBvx9tbmrFaZDxhHp8N4TEvRYS4fdQ==",
|
||||||
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/prop-types": "*",
|
"@types/prop-types": "*",
|
||||||
"@types/react": "*"
|
"@types/react": "*"
|
||||||
@@ -1803,6 +1804,7 @@
|
|||||||
"version": "4.1.18",
|
"version": "4.1.18",
|
||||||
"resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-4.1.18.tgz",
|
"resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-4.1.18.tgz",
|
||||||
"integrity": "sha512-VrHkgvjbxQXOw0xWSUckusUUZ4y/jqN1u7kF29ngh0oE6uOrlZHleTgqeUqylQqHQIeQ8MxFb50BRHy8ju5DHg==",
|
"integrity": "sha512-VrHkgvjbxQXOw0xWSUckusUUZ4y/jqN1u7kF29ngh0oE6uOrlZHleTgqeUqylQqHQIeQ8MxFb50BRHy8ju5DHg==",
|
||||||
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/react": "*",
|
"@types/react": "*",
|
||||||
"@types/react-native": "*",
|
"@types/react-native": "*",
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,6 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"author": "TPH",
|
"author": "TPH",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/styled-components": "^4.1.18",
|
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
"babel-plugin-styled-components": "^1.10.6",
|
"babel-plugin-styled-components": "^1.10.6",
|
||||||
"gatsby": "^2.13.39",
|
"gatsby": "^2.13.39",
|
||||||
@@ -40,6 +39,7 @@
|
|||||||
"@types/react-dom": "^16.8.5",
|
"@types/react-dom": "^16.8.5",
|
||||||
"@types/react-helmet": "^5.0.8",
|
"@types/react-helmet": "^5.0.8",
|
||||||
"@types/react-treeview": "^0.4.2",
|
"@types/react-treeview": "^0.4.2",
|
||||||
|
"@types/styled-components": "^4.1.18",
|
||||||
"prettier": "^1.18.2",
|
"prettier": "^1.18.2",
|
||||||
"@graphql-codegen/typescript": "1.4.0",
|
"@graphql-codegen/typescript": "1.4.0",
|
||||||
"@graphql-codegen/typescript-operations": "1.4.0",
|
"@graphql-codegen/typescript-operations": "1.4.0",
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ recommended_reading:
|
|||||||
- javascript/callbacks
|
- javascript/callbacks
|
||||||
- javascript/es6/arrow-functions
|
- javascript/es6/arrow-functions
|
||||||
---
|
---
|
||||||
|
|
||||||
# A Promise to Keep
|
# A Promise to Keep
|
||||||
|
|
||||||
A `Promise` in Javascript represents an action that has already started, but one that will be
|
A `Promise` in Javascript represents an action that has already started, but one that will be
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
path: /
|
||||||
|
---
|
||||||
# The Programmers Hangout
|
# The Programmers Hangout
|
||||||
|
|
||||||
The Programmer's Hangout (TPH) is a Discord community of programmers with members of
|
The Programmer's Hangout (TPH) is a Discord community of programmers with members of
|
||||||
@@ -5,8 +8,8 @@ all skill levels. If you're interested in programming, you're welcome here regar
|
|||||||
of how much experience you have. You'll find that we're always learning here regardless
|
of how much experience you have. You'll find that we're always learning here regardless
|
||||||
of expertise.
|
of expertise.
|
||||||
|
|
||||||
# How do I join?
|
## How do I join?
|
||||||
|
|
||||||
All you need to do is click!
|
All you need to do is click!
|
||||||
|
|
||||||
<!-- Insert link here later -->
|
<!-- Insert link here later -->
|
||||||
|
|
||||||
Reference in New Issue
Block a user