Personal site and blog about software development, computer and networks.
git clone --recurse-submodules [email protected]:ildella/ildella.net.git
or a simple clone
and then
git submodule update --init --recursive
yarn
yarn start
Full command docs
hexo new [layout] <title>
Remember to call yarn update-theme
to get the latest theme code from the remote repository.
The workflow to change the theme is:
- clone the theme repo
- make the changes, without of course knowing what is going on in real time
- push the changes
- call
yarn update-theme
to see the results.
LOL, of course this is crazy, but something non-trivial should be done to make changes to the theme and see them live in your local dev environment.