hugo new content content/en/posts/<post-title>.md
hugo new content content/ru/posts/<post-title>.md
hugo mod get
git submodule update --remote --merge
nb: there is no node_modules dir now
use --recurse
flag to clone submodules
assets/css/compiled/main.css must be compiled (and the resulted file will be just an asset, no need to update other things), so commands:
cd ./themes/blowfish
npm i
cd ../../
tailwind-dev
- build and watchtailwind-build
- just build