Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefferson1104/blog-soaresdev
SoaresDev Blog is a personal project I developed using the React framework Gatsby.js. GraphQL for efficient data queries, Markdown file integration for posts, Netlify CMS for content management, Google Analytics for site performance monitoring and analysis, and SEO techniques.
https://github.com/jefferson1104/blog-soaresdev
gatsby javascript markdown netlify-cms reactjs
Last synced: 2 days ago
JSON representation
SoaresDev Blog is a personal project I developed using the React framework Gatsby.js. GraphQL for efficient data queries, Markdown file integration for posts, Netlify CMS for content management, Google Analytics for site performance monitoring and analysis, and SEO techniques.
- Host: GitHub
- URL: https://github.com/jefferson1104/blog-soaresdev
- Owner: jefferson1104
- License: mit
- Created: 2020-05-23T01:43:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T07:02:12.000Z (3 months ago)
- Last Synced: 2024-08-29T20:27:46.793Z (3 months ago)
- Topics: gatsby, javascript, markdown, netlify-cms, reactjs
- Language: JavaScript
- Homepage: https://blog.soaresdev.com
- Size: 22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##### :memo: About
SoaresDev Blog is a personal project I developed using the React framework Gatsby.js. Technologies and practices include GraphQL for efficient data queries, Markdown file integration for posts, Netlify CMS integration for content management, Google Analytics integration for site performance monitoring and analysis, SEO techniques resulting in a perfect 100 Google Lighthouse score. The blog features posts on technology and programming, aimed at helping and inspiring other developers.
##### :rocket: Main Technologies
##### :cyclone: Run locally
```bash
# Clone este repositório
$ git clone https://github.com/jefferson1104/blog-soaresdev.git
# Acesse a paste do projeto
$ cd blog-soaresdev
# Instale as dependencias do projeto utilizando o gerenciador de pacotes yarn
$ yarn
# Execute uma build do projeto localmente
$ gatsby build
# Após executar a build abra o projeto localmente http://localhost:9000
$ gatsby serve
# Ou execute o projeto localmente http://localhost:8000
$ gatsby develop
```
##### 🎨 Screenshots