Skip to content

pythonsingapore/pugs-ghost-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

The ghost theme for the pugs.org.sg website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published