Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 558 Bytes

File metadata and controls

28 lines (18 loc) · 558 Bytes

valentinderouet.fr

Personal website — valentinderouet.fr, updates come archaically.

Stack

Local development

# clone with submodules (theme)
git clone --recurse-submodules https://github.com/StoneSet/web

# start dev server
hugo server

Site available at http://localhost:1313.

Build

hugo build

Output in public/, serve with Nginx.