gsilvestri / gsilvestri.it

My own website

Home Page:https://www.gsilvestri.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDG Site

This is my personal website, deployed to gsilvestri.it via Netlify. Anything pushed to the master branch will be automatically deployed via Netlify's continuous deployment.

Run the site

I'm using our static site generator maw (make a website) to support Less, Handlebars, and hot reloading. If you're looking to add new files/pages, visit this repo to read more about maw.

To run the site:

npm install
npm start

This will watch the /src directory, and put the output in /build whenever a file changes, plus automatically reload your browser.

For deployment, run maw build to build the site and put the output in the /build directory.

About

My own website

https://www.gsilvestri.it

License:MIT License


Languages

Language:HTML 66.1%Language:JavaScript 31.8%Language:CSS 2.1%