This repository contains the source code for my own website.
It is deployed using Cloudflare Pages at this address: https://romainjouhameau.com/
I've used Hugo and the Blowfish theme to create this website.
To run it locally (with git
and hugo
already installed), you can use the following commands:
git clone git@github.com:RomainEconomics/hugo-blog.git
cd hugo-blog
hugo server --noHTTPCache