My personal website
Felipe Fialho’s personal website is built using Gatsby (React), GraphQL, Styled Components, Algolia Instant Search, and Netlify CMS. The site incorporates various technologies to create a visually appealing and interactive experience.
To install Felipe Fialho’s personal website theme, follow these steps:
Install Gatsby CLI globally:
npm install -g gatsby-cli
Create a new Gatsby site using the default starter:
gatsby new my-personal-site https://github.com/felipefialho/gatsby-starter-personal-blog
Change directory to the newly created site:
cd my-personal-site
Start the Gatsby development server:
gatsby develop
Access the site in your browser at http://localhost:8000
.
Felipe Fialho’s personal website showcases the integration of various modern technologies to create a dynamic and engaging web experience. From using Gatsby and GraphQL for efficient site building and querying to Styled Components for simplified styling, the site incorporates a range of tools to deliver a visually appealing and functional website. Additionally, the implementation of Algolia Instant Search, Netlify CMS, Styled-Media-Query, and Husky further enhances the website’s performance, content management capabilities, responsiveness, and code quality, respectively.