Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1010 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 1010 Bytes

PUGS Ghost Theme

This repo has the theme that use on the ghost.org instance that hosts https://pugs.org.sg

Local development

  • Install ghost: npm install ghost-cli@latest -g
  • Clone this repo
  • cd ghost && ghost start
  • Visit http://localhost:2369/ghost/ and login with
  • In another terminal:
    • cd wave && yarn && yarn dev
    • This starts file watchers that recompile the theme assets when you make changes

Now you can edit the files in the wave folder. You don't need to touch the ghost folder. Most of the templates you will want to touch are in the wave/partials folder.

When you are done editing, stop yarn dev and run yarn zip. Commit your changes (including the zip-file) and then browse to the change theme admin view.

Click at the Upload theme button at the top right and upload the zip-file.

You should now see the changes on the site!