Skip to content

danielcorin/blog

Repository files navigation

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}