Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 443 Bytes

Readme.md

File metadata and controls

26 lines (16 loc) · 443 Bytes

Tanja's site, currently a work in progress.

Built with Hugo.

Build

Clone the repository including submodules (the theme is a submodule) then run hugo with no params to generate a static site in public/.

git clone --recursive [repo]
hugo

Deploy

Copy the public directory wherever you want:

rsync public remote

Develop

Run hugo serve to launch the development web server on localhost.