Navigation Menu

Skip to content

moegi-design/ghost-theme-Moegi

Repository files navigation

Moegi

中文文档

Ghost Version Ghost Version Build & Push & Deploy GitHub release (latest by date)

Moegi Theme

Download

Stable Build

The version with major updates. Go to Releases to download stable version.

Nightly Build

Every commit in this branch will be built and tested automatically by Github Actions. Go to dist branch or directly download the newest zip.

Development

Moegi theme is compiled with Vite + Tailwind CSS. You'll need Node installed globally.

# Install dependencies
yarn install

# Run development server & watch for changes
yarn dev

This will create an HMR server. If you have a Ghost server running locally, modifying the template file will automatically update the page.

# Create dist file
yarn build