kawaijoe / dawnx

Based on the Dawn Ghost theme

Home Page:https://dawn.ghost.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dawnx

A Ghost theme based on the original Dawn theme with a few tweaks and enhancements.

Demo: https://kawaijoe.com

Instructions

  1. Download this theme
  2. Log into Ghost, and go to the Design settings area to upload the zip file
  3. Go to Advanced settings area and upload the redirects.yaml and routes.yaml files under Labs (Beta features).

Development

Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node, PNPM and Gulp installed globally. After that, from the theme's root directory:

# Install
pnpm install

# Run build & watch for changes
pnpm run dev

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

The zip Gulp task packages the theme files into dist/dawn.zip, which you can then upload to your site.

pnpm run zip

About

Based on the Dawn Ghost theme

https://dawn.ghost.io/

License:MIT License


Languages

Language:CSS 47.1%Language:Handlebars 45.8%Language:JavaScript 7.1%