Skip to content

ildella/ildella.net

Repository files navigation

ildella.net

Netlify Status

Personal site and blog about software development, computer and networks.

Code

git clone --recurse-submodules [email protected]:ildella/ildella.net.git

or a simple clone and then

git submodule update --init --recursive

Start

yarn
yarn start

Blog

Full command docs

hexo new [layout] <title>

Working with theme in submodule

Remember to call yarn update-theme to get the latest theme code from the remote repository.

The workflow to change the theme is:

  1. clone the theme repo
  2. make the changes, without of course knowing what is going on in real time
  3. push the changes
  4. 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.

Releases

No releases published

Packages

No packages published

Languages