Skip to content

eeschiavo/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal website

GitHub code size in bytes GitHub package.json version Website

A simple, single-page portfolio entirely written using HTML and CSS, based on bulma.io framework.

View the website here.

Installation

If you want to use this source code as a base template to create your own website you should:

  1. Clone this repository;
  2. Install dependencies using:
npm install
  1. After making your changes (please refer to bulma docs to know more about the framework) run:
npm run css-deploy && npm run js-build
  1. Release css, lib and index.html to your server;

License

MIT