Skip to content

BaffinLee/baffinlee.github.io

Repository files navigation

Baffin Lee's blog

check it out https://baffinlee.com

setup

# install
yarn init

write blog

# generate a new post template
yarn new:post
# or generate a new page template
yarn new:page
# build it
yarn build
# preview
yarn preview

change styles/templates

# edit styles and templates
# clear cache
yarn clear:cache
# build it
yarn build
# preview
yarn preview