Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 487 Bytes

File metadata and controls

14 lines (10 loc) · 487 Bytes

canni.dev

Personal profile site for Dariusz Górecki, built with Hugo. Sibling of the ezcoding.io company site.

Development

hugo server          # live-reload dev server at http://localhost:1313
hugo --gc --minify   # production build into ./public

Site copy lives in data/*.yaml (experience, open source) and hugo.toml ([params]). Layouts are hand-rolled (no theme) in layouts/, styling in assets/css/main.css.