Skip to content

mdjhacker/poppy

 
 

Repository files navigation

Poppy

English | 简体中文

Beautiful and Enticing theme for Ghost, better support for Chinese. The design comes from Casper and dribbble.

 

Features

  • Responsive layout
  • Navigation support
  • Code syntax highlight
  • Disqus support
  • Subscribers support
  • Donate support
  • Share support
  • Time axis
  • Search support
  • Configurable

Getting started

Clone the repository and install dependencies.

$ git clone https://github.com/hezhii/poppy.git
$ cd poppy
$ npm install

Development

You should install Ghost locally first, then link the poppy to the ghost/content/themes.

Start ghost:

$ cd <ghost>
$ ghost start

Then you can visit ghost at http://localhost:2368. You need to activate the poppy on the management page.

After that, from the theme's root directory:

$ npm run dev

Now you can edit /src files, which will be compiled to /assets automatically.

Deploy

$ cd poppy
$ npm run build

This command will packages the theme files into dist/poppy.zip, which you can then upload to your site.

You can also download theme package directly from GitHub releases.

About

💐 Beautiful and Enticing theme for Ghost. https://blog.whezh.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 65.2%
  • HTML 21.5%
  • JavaScript 13.3%