added user-fetching functionality on build

This commit is contained in:
Xetera
2019-07-29 04:12:04 -04:00
committed by Jean-Philippe Sirois
parent 1d93f4e160
commit 1b6525f4b4
15 changed files with 172 additions and 32 deletions
+4 -3
View File
@@ -1,11 +1,13 @@
<a href="https://discord.gg/programming">
<img src="https://img.shields.io/discord/244230771232079873?color=%23dc1529&label=The%20Programmers%20Hangout" />
</a>
</a>
<a href="https://discord.gg/programming">
<img src="https://cdn.discordapp.com/banners/244230771232079873/ab1a9d5657892f173d5dd752b21d318f.jpg?size=1024" />
</a>
# TPH Website
The official website for [The Programmer's Hangout](https://discord.gg/programming).
## Contributing
@@ -40,7 +42,7 @@ Gatsby will take care of most of this process by creating a new page and positio
5. Run through the [setup steps](#setup) if possible to make sure your changes look ok.
6. Create a pull request.
#### Frontmatter
#### Frontmatter
Frontmatter the optional metadata attached to every markdown file, like the list of authors or the creation date of the file. It is essentially just yaml syntax inside `---` delimiters within a markdown file. If you're not familiar with yaml you can find some refreshers [here](https://learnxinyminutes.com/docs/yaml/)
@@ -62,4 +64,3 @@ some content here
```
You can look at other resources like [this one](/src/content/docs/javascript/promises/intro.md) for reference when creating your own. We use [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) as the date format to confuse both Americans and Europeans an equal amount.