GiLLi is a blog & magazine theme for Ghost with a clean, modern design that fits for everyone who wants to share their stories as a magazine or as a blog.
yourblog.com/ghost
.You will need content api key in order to make the search function work.
From Ghost admin, click Integrations from the sidebar menu, then click + add custom integration.
Now, give the new integration a name, for example, Search and click Create.
Now the new Content API is Created. after created the page will look like below
Next, click Code injection from the sidebar menu and add the following code to the Blog Header box and replace the XXXX
value with your API KEY.
<script>
var ghosthunter_key = 'XXXX';
var ghost_root_url = "/ghost/api/v2"
</script>
Click Save & your search functionality will be working Just Fine.
Go to Code Injection and add the following code to the Blog Header box and replace the XXXX
with your disqus Identifier
<script>
var disqus_shortname = 'XXXX';
</script>
Click Save & Disqus Comments will be showing on your Post Page
Subscribers can be enabled via a checkbox on the Labs page (Labs > MEMBERS (BETA)), in your Ghost admin panel:
Once enabled, you will see below new items on the theme:
We created the membership extra pages with ghost native pages . so there is no need to upload an YAML file for routing but you need to create some Pages like Signup, Signin, Membership & Account. Its pretty simple as creating a ghost page.
Yay! Sign-in page is created
Create a page as descried above with different page URL & Template
Page URL: signup
Template: Signup
Page URL: account
Template: Account
Page URL: membership
Template: Membership
To edit plans features, you can edit the partials/membership/plan_xxxx.hbs
file.