Skip to content

jacek-marchwicki/blog

Repository files navigation

Blog

There are source files for blog made by Jacek Marchwicki:

Running blog

brew install hugo
brew install npm
git submodule update --init --recursive
cd blog
npm install
hugo server

Deploying blog

cd blog
curl https://htmltest.wjdp.uk | bash
./deploy.sh