Skip to content

Files

Latest commit

4a953bb · Nov 14, 2024

History

History

site

README.md

This is a hexo static site used to generate the Blaze JS Documentation.

Running locally

Submodules

This repo has two submodules, one the theme, the other a test runner.

After cloning, or updating the repo, it makes sense to run

cd .. && git submodule update --init

Generally you should not commit changes to the submodules, unless you know what you are doing.

Generating data.js

To generate the api boxes, the site uses a file data/data.js which is generated from the js docs in the Blaze source code. This will automatically happen whenever you start your local hexo server.

Starting hexo

Ensure you've run npm install. Then simply npm start.