Skip to content

InternetFreedomFoundation/DPDC-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d1f18d · Oct 4, 2023
Oct 4, 2023
Jul 31, 2022
Oct 27, 2021
Jul 31, 2022
Oct 21, 2021
Oct 25, 2021
Oct 21, 2021
Oct 20, 2021
May 8, 2022
May 16, 2022
Oct 3, 2022
Jun 8, 2022
Jul 3, 2022
Oct 20, 2021
Oct 25, 2021
Nov 1, 2021
Oct 20, 2021
Oct 22, 2021
Oct 21, 2021
Jan 31, 2022
Oct 20, 2021
May 16, 2022
Oct 3, 2023
Nov 3, 2021
Oct 27, 2021

Repository files navigation

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.