Skip to content

My personal site and blog.

License

Notifications You must be signed in to change notification settings

cloud8421/claudio-ortolina.org

Repository files navigation

Hello!

I'm Claudio Ortolina and this is the source code for my website, an old-fashioned blog where I post about all sorts of topics.

Setup

The website is built with Hugo and it uses the Hello Friend theme without any customization.

You can see the currently used Hugo version in the CI setup.

Assuming you have Hugo installed, it's just a matter of:

  1. Cloning this repository
  2. Run git submodule init and git submodule update to pull theme files
  3. Run hugo server to build for development with live reload