Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 1.77 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.77 KB

chicio.github.io - www.fabrizioduroni.it

Build Status GitHub license devDependencies dependecies

My personal website, created using github pages.


Installation

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

  • Homebrew (see brew.sh/)
  • Node
  • rvm (see rvm.io)
  • zsh (now default on macOS 😍)

After you finished the installation you can do the setup of the local environment by launching the following commands from the root folder of this repo:

npm run setup

Then you can build and launch my website locally with the following commands from the root folder of this repo:

npm run build
npm run start

Overview

My website is hosted using Github Pages. It contains a bunch of jekyll templates used for home, posts, archive and tags pages. All blog posts are created using markdown files (thanks Jekyll 😁). For JS, CSS and assets build I used gulp as build automation tool. I use rvm and the pages-gem to setup the github pages environment locally.
On the homepage you can find also a three.js integration with a physically based scene, to highlight my computer graphics passion. Soooo what are you waiting for???!! Go and checkout my homepage and my blog 😜!!.