Skip to content

giorgiodg/giorgiodg.it

Repository files navigation

giorgiodg.it

Giorgio Delle Grottaglie's one-page website

After the first attempt with GatsbyJS I have rebuilt my personal website through Next.js. I got inspired by this minimal portfolio template called leanfolio which I eventually customized for my needs.

Technologies / frameworks I am using

  • Next.js
  • ReactJS
  • Netlify Netlify Status

Getting Started

How to run it locally

npm

git clone https://github.com/giorgiodg/giorgiodg.it
cd giorgiodg.it
npm install
npm run dev

Yarn

git clone git clone https://github.com/giorgiodg/giorgiodg.it
cd giorgiodg.it
yarn
yarn dev

Making Changes

  • Go to data/config.js and replace the placeholder data with your own.

  • To add a favicon to your site, put your favicon.ico file directly in the public/ folder.

License

MIT