/personal-website

Well... my personal website

Primary LanguageJavaScript

pages-build-deployment

This is the source code of my personal website. It is built with Hugo and hosted on Github Pages.

Development

Prerequisites

Run the website locally

hugo server -D

The website is then available at http://localhost:1313/.

Build the website

hugo

Deployment

The website is automatically deployed on Github Pages when a commit is pushed to the master branch.