Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 346 Bytes

Robin's Personal Site

A website to list my skills and accomplishments.

Powered with Hugo Static Site Generator

To deploy, make sure the Hugo binary is installed on the server.

//Example in Dreamhost
git clone <this repo url> robinforest.net
cd robinforest.net
hugo

The static files get generated into the public/ folder.