Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 451 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 451 Bytes

blog

My personal website

Production

Deployed with Vercel, via Github commit hooks.

Build command

hugo --gc --minify --ignoreCache --verbose

Dev

After fresh git clone

git submodule update --init --recursive

To run

make serve
open http://localhost:1313

Content scaffolds

Post

make post p={name}

Log

make log

TIL

make til p={category}/{title}