The version with major updates. Go to Releases to download stable version.
Every commit in this branch will be built and tested automatically by Github Actions. Go to dist branch or directly download the newest zip.
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