Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
/ chicio.github.io Public archive

👻 Fabrizio Duroni (me 😄) personal website. Created using GatsbyJS, Styled Components, Typescript, tsParticles, GitHub pages, Github Actions, Upptime.

Notifications You must be signed in to change notification settings

chicio/chicio.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATTENTION: I moved my website to Next.js + Vercel. You can find the new implementation in the chicio-blog repository. I kept this repository as a documentation of the old implmentation.

Build Test Release CodeQL GitHub license

Fabrizio Duroni

chicio.github.io - www.fabrizioduroni.it

My personal website, created using github pages and GatsbyJS.


Installation

To run my website locally you need to install the following software:

  • Node
  • Gatsby cli (npm install -g gatsby-cli)

Then you can use the following commands to run the site in developer mode.

npm run install
npm start

If you want a production version of the website, then run the following commands.

npm run install
npm run build
npm run serve

To deploy a new version in production:

  • create and push a new tag (v*..)
  • run the deploy script with the following command
npm run deploy

To bumb up dependecies versions use the following command:

npx npm-check-updates -u 

Overview

My website has been created for Github Pages using:

Go and checkout my homepage and my blog.