Juampi's blog source code

Run

npm run watch

Setup

git clone -b gh-pages git@github.com:juampi92/juampi92.github.io.git gh-pages

Build

npm run prod
rm -fr gh-pages/*
cp -a ./build_production/. ./gh-pages/
cd ./gh-pages
git add . && git commit -m "Build for deploy"
git push && cd ..

one-liner:

npm run prod && rm -fr gh-pages/* && cp -a ./build_production/. ./gh-pages/ && cd ./gh-pages && git add . && git commit -m "Build for deploy" && git push && cd ..
  • ### Header {#id-for-anchor}
  • [link](https://...){target=_blank}