This is a website built using the Hexo framework, intended for non-profit promotion of MapleRoyals to the Chinese-speaking community.
.
├── _config.yml # Hexo global configuration file
├── package.json # Project dependency configuration
├── public/ # Compiled static files (should not be version controlled)
├── source/ # Original content files (Markdown, images, etc.)
├── themes/ # Custom theme folder
└── scaffolds/ # Default templates
git clone https://github.com/bolin0330/mapleRoyals-Node.js.git
cd mapleRoyals-Node.js
Use pnpm to install the dependencies:
pnpm install
Update the _config.yml file according to your needs. You can set the site title, description, URL, Google Analytics tracking ID, and more.
Run the following commands to generate and start the Hexo server locally:
pnpm hexo generate
pnpm hexo server