Skip to content

This blog is built with the Hexo framework. It provides an engaging platform to promote and share content, and to connect with the community.

Notifications You must be signed in to change notification settings

bolin0330/mapleRoyals-Node.js

Repository files navigation

Hexo Node.js Bootstrap Vercel Google Analytics

MapleRoyals Promotion Site

This is a website built using the Hexo framework, intended for non-profit promotion of MapleRoyals to the Chinese-speaking community.

Directory Structure

.
├── _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

Installation and Setup

1. Clone the repository:

git clone https://github.com/bolin0330/mapleRoyals-Node.js.git
cd mapleRoyals-Node.js

2. Install dependencies:

Use pnpm to install the dependencies:

pnpm install

3. Configure the site:

Update the _config.yml file according to your needs. You can set the site title, description, URL, Google Analytics tracking ID, and more.

4. Preview locally:

Run the following commands to generate and start the Hexo server locally:

pnpm hexo generate
pnpm hexo server

About

This blog is built with the Hexo framework. It provides an engaging platform to promote and share content, and to connect with the community.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published