Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Update Installation section with new zip file method
Browse files Browse the repository at this point in the history
  • Loading branch information
dlecina committed Feb 12, 2017
1 parent f019469 commit ecb7c6f
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,13 @@ If the current version of StayPuft is not compatible with the version of Ghost y

## Installation

* Clone this repository inside your themes folder:

```
cd ghost/content/themes
sudo git clone https://github.com/dlecina/StayPuft
```

* Copy all files in `partials` folder ending in `example` so they end in `hbs`:

```
cd StayPuft/partials
cp disqus.hbs.example disqus.hbs
cp sidebar-external.hbs.example sidebar-external.hbs
```

* Modify `partials/disqus.hbs` with your shortname.
* Modify `partials/sidebar-external.hbs` with your own external links.
* Restart Ghost.
* Enable the [Public API](http://support.ghost.org/public-api-beta/), which is required for GhostHunter.
* Select the theme in your Settings page.
* Download the [latest release](https://github.com/dlecina/StayPuft/releases/latest) as a zip file.
* Rename `partials/disqus.hbs.example` to `partials/disqus.hbs` and customize it with your Disqus shortname.
* Rename `partials/sidebar-external.hbs.example` to `partials/sidebar-external.hbs` and customize it with your own external links.
* Go to your blog's Settings page (typically `/admin` or `/ghost`).
* In the Labs tab, enable the [Ghost Public API](http://support.ghost.org/public-api-beta/). This is required for search functionality.
* In the General tab, upload and activate Staypuft.
* (Optional) In the Code Injection tab, add any snippets you may need, such as [Google Analytics](http://academy.ghost.org/how-to-monitor-your-ghost-blogs-traffic/).

## Copyright & License

Expand Down

0 comments on commit ecb7c6f

Please sign in to comment.