Devblog - the low-latency serverless knowledge base maintained by CitruXonve.
- Node.js v18.x (required, here is why)
12.x+ - Hexo v7.1.1
6.1.0(recommended) - Hexo Theme Icarus
[npm install -g hexo-cli]
npm install hexo
[npx ]hexo <command>Also remember to pull/sync the submodule if the generation of static pages fails, e.g. No layout: index.html due to missing submodule project of Hexo theme(s) (see also git submodule):
git submodule sync
git submodule update --init --recursive --remote- By default, the hexo local server listens at
http://localhost:4000/.
[hexo clean]
[hexo g]
hexo shexo d -g