Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 601 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 601 Bytes

tlaurens.xyz

Deploy

Repo for tlaurens.xyz, a static website built with Hugo and hosted on Github Pages

Development:

Start the Hugo server with hugo server and go to http://localhost:1313/.

Deployment:

A Github Action workflow will trigger on push events to the master branch. It will setup hugo, build the static files and put them on the gh-pages branch.