Neutron is a Ghost theme with clean & minimal design. The theme is fully responsive so it fits at any screen sizes. For membership features we have used ghost portal. This theme is suitable for personal/professional blog or for your multi author magazine.
yourblog.com/ghost
.neutron.zip
After installing & activating the theme the next step is to configure the search. In order to make the search functionality work we need to create Content API from ghost admin & then need to put the API key in Ghost head. To create Content API follow the steps:
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 Setting Icon & then Code injection and add the following code to the Site Header box and replace the XXXX
value with your Content API
KEY.
<script>
var content_key = 'XXXXXXXXXXXX';
</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 displayed on your Post Page
Neutron supports ghost membership via Portal feature by ghost. To setup your membership features go to Ghost admin > Setting. Customize the portal by clicking the button called Customize Portal.
To create the Tags archive page:
To create the Authors page:
To create the Contact page:
<form
action="https://formspree.io/[email protected]"
method="POST"
>
<label class="it-label">
Your Name:
<input class="it-input" type="text" name="name">
</label>
<label class="it-label">
Your Email:
<input class="it-input" type="email" name="_replyto">
</label>
<label class="it-label">
Message:
<textarea class="it-textarea" name="message" rows="7"></textarea>
</label>
<br/>
<input type="submit" class="it-button it-button-primary" value="Send">
</form>
Goblin supports Ghost i18n and comes with English translation. You can easily translate it to your desired language.
To use another available language than English, go to Admin > General > PUBLICATION INFO > Publication Language and enter the Language Code Reference.
Lets add a language that is not included in the theme. In this case we take German language as an example.. to do that go to your theme folder & look for locales folder
Then duplicate the en.json
tode.json
as de
is the German language code & replace the texts with your German Texts..
If you need support please feel free send us an email at [email protected] or Send a DM/Tweet at Twitter @Visioun_