https://github.com/moegi-design/ghost-theme-Moegi
An elegant & fresh ghost theme.
https://github.com/moegi-design/ghost-theme-Moegi
ghost ghost-api ghost-blog ghost-theme
Last synced: about 1 month ago
JSON representation
An elegant & fresh ghost theme.
- Host: GitHub
- URL: https://github.com/moegi-design/ghost-theme-Moegi
- Owner: moegi-design
- Created: 2017-09-15T16:24:58.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T16:09:28.000Z (over 1 year ago)
- Last Synced: 2024-08-02T12:51:34.345Z (9 months ago)
- Topics: ghost, ghost-api, ghost-blog, ghost-theme
- Language: Handlebars
- Homepage: https://notes.ljl.li
- Size: 5.33 MB
- Stars: 164
- Watchers: 6
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - moegi-design/ghost-theme-Moegi - An elegant & fresh ghost theme. (others)
README
# Moegi
[中文文档](README_zh.md)
[](https://github.com/TryGhost/Ghost)
[](https://github.com/TryGhost/Ghost)
[](https://github.com/moegi-design/ghost-theme-Moegi/actions)
[](https://github.com/moegi-design/ghost-theme-Moegi/releases)
## Download
### Stable Build
The version with major updates. Go to [Releases](https://github.com/moegi-design/ghost-theme-Moegi/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](https://github.com/moegi-design/ghost-theme-Moegi/tree/dist) or directly [download the newest zip](https://github.com/moegi-design/ghost-theme-Moegi/archive/dist.zip).
## Development
Moegi theme is compiled with [Vite](https://github.com/vitejs/vite) + [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss). You'll need Node installed globally.
```shell
# 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.
```shell
# Create dist file
yarn build
```