Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChristianChiarulli/blog
My blog created with React, Gatsby & Markdown
https://github.com/ChristianChiarulli/blog
blog blogging gatsby gatsbyjs mark markdown react reactjs
Last synced: 3 months ago
JSON representation
My blog created with React, Gatsby & Markdown
- Host: GitHub
- URL: https://github.com/ChristianChiarulli/blog
- Owner: ChristianChiarulli
- License: mit
- Created: 2019-06-26T22:00:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:25:06.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T14:14:38.708Z (6 months ago)
- Topics: blog, blogging, gatsby, gatsbyjs, mark, markdown, react, reactjs
- Language: Less
- Homepage: https://www.chrisatmachine.com/Nodejs/02-Install-FNM/
- Size: 17.2 MB
- Stars: 61
- Watchers: 2
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech Blog 🚀
## Install Node
I recommend installing node using fnm, I have a [blog post](https://www.chiarulli.me/Nodejs/02-Install-FNM/) on how to do that
## Install gatsby-cli
```
npm i -g gatsby-cli
```## Clone the repo
```
git clone https://github.com/ChristianChiarulli/blog.git
```## Install dependencies
```
cd blognpm i
```## Start development server
```
cd bloggatsby develop
```## Hosting
I use AWS Amplify to host the blog
## Content
All of the markdown files for the blog can be found in the `content/` folder