Nicola Massarenti's website

This repository contains the source code of my personal website, which is available at nicolamassarenti.com.

Technologies used

  • Hugo as a static site generator.
  • LoveIt as a Hugo theme.

How to run it locally

  1. Install Hugo.
  2. Clone this repository.
  3. Run git submodule update --init --recursive in the root folder of the repository to download the theme.
  4. Run hugo server --disableFastRender in the root folder of the repository to start the local server.
  5. Open http://localhost:1313 in your browser.

How to deploy it

This website is deployed on GitHub Pages. If you want to deploy it on your own GitHub Pages, you can follow this guide.

Then, you can run hugo in the root folder of the repository to generate the static website, which will be available in the public folder.

License

This project is licensed under the MIT License.

nicolamassarenti.github.io