reymon359 / gatsby-personal-site

My personal site made with Gatsby

Home Page:https://ramonmorcillo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-personal-site

Gatsby Personal Site

Build Last commit License: MIT Version

A personal site made with the static site generator Gatsby

site screenshot

This site is meant to be a place to add and share my works about the things I learn and what I'm interested in. It was built from the Gatsby's default starter

IMPORTANT: You know what they say about looking at your own code. I was learning Gatsby, React, and TypeScript by the time I made this, so I'm sure there are a lot of things that should be improved. Please be aware of that 😉.

Built With these Technologies

  • Gatsby: React-based open source framework for creating websites and apps.
  • React: Javascript library for building User Interfaces.
  • TypeScript: Microsoft's open-source Type-safe language that compiles to JavaScript.
  • Styled-Components: CSS in JS Library for the styles.
  • GraphQL: The query language used to access the data with Gatsby.
  • ESlint: To find and fix problems in your JavaScript code. Although Prettier was used to format files now the linter fix option does it.
  • GitHub Actions: GitHub's Continuous Integration & Delivery tool.
  • GitHub Issues and Pull Requests Templates: Templates to submit new Issues and Pull Requests.

Setup the project

Download it and run npm install

Available Scripts

In the project directory, you can run:

npm run develop

Runs the app in the development mode.
Open http://localhost:8000 to view it in the browser.

npm run build

Builds the app for production. The build is minified and the filenames include the hashes.
The app is ready to be deployed!

npm run deploy

Builds the app for production and deploys it to GitHub Pages
Have a look at How Gatsby Works with GitHub Pagesw to configure it.

npm run lint & npm run lint:fix

Run ESLint on the project to report wrong patterns on the code, and the second one also tries to fix them

Authors

Credits

About

My personal site made with Gatsby

https://ramonmorcillo.com

License:MIT License


Languages

Language:TypeScript 93.0%Language:JavaScript 6.9%Language:Shell 0.1%