Skip to content

daggerok/my-blog.now.sh

Repository files navigation

my-blog.now.sh Build Status

add new post

npm i -gED yubisaki-shell

npx yubisaki-shell post -p posts/2021/02/05/lets-test-that-shit --page README.md

current (custom) blog is located here: https://my-blog.now.sh or here: https://my-blog.vercel.app

deploy

npm i ; npm run build
./node_modules/.bin/vercle public --prod

or

npm i ; npm run build
npx vercle public --prod