Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.05 KB

Patrakar Defence Theme

Ghost theme for patrakar defence website.

Development

You can create a local instance of Ghost using instructions from here.

Uploading the theme to your local Ghost instance

  • Run npm run zip in this project.
  • Open the Ghost admin interface on your browser.
  • Go to Site Settings > Design and upload the zip file created in the earlier step.

Making changes to the theme

You can run the npm run dev in this project to start a Gulp watch task. This task watches for any changes to files in the project, builds it and copies the built assets into the folder on your local machine where the Ghost theme is installed.

Make sure to set the correct path for the ghostThemePath variable in the gulpfile before you run this script.

Alternately, you can also upload the changed theme manually.

Once you've made any required changes in your code editor, repeat the steps in the section above to update the theme.