- IDE
- Git
- Docker
git clone [email protected]:kospiotr/bcu.git
git add .
git commit -m "Message"
git push
rm -rf public && rm -rf resources && hugo server
docker-compose up
Install Docker: https://docs.docker.com/desktop/install/windows-install/
docker run -p 1313:1313 \
-v ${PWD}:/src \
hugomods/hugo:exts-0.128.2 \
hugo server --bind 0.0.0.0
Downloads all vendor assets like Bootstrap into _vendor directory so that you can introspect API. Very useful for extending SCSS with bootstrap extensions.
hugo mod vendor
hugo mod graph
hugo mod clean