Daniella Cocco's personal website.
You'll need Jekyll.
To develop locally, run:
jekyll serve
Visit http://localhost:4000/ to view the site. It'll rebuild as source files change.
To create a production-ready package, run:
jekyll build
This will output the static site to _site
.
Any push to the master branch on GitHub will auto-deploy the latest generated site to https://daniellaco.de via GitHub Pages.