Xaes - Ghost Docs
Installation - Valkyrie
Installation - Valkyrie
Download the Valkyrie Theme ZIP file from ThemeForest.
Inside the ZIP file you will find 4 folders:
license
,docs
,valkyrie
,media
and 1 ZIP file calledvalkyrie.zip
. Extract the whole folder that contains the previously mentioned files.Navigate to the Integrations section on your Ghost Admin Dashboard.
Click on Custom Integration and write a name like "Search".
Copy the Content API key.
With your favorite code editor open the
default.hbs
file located atvalkyrie/
directory.Go to line 58. Copy your API key between the double quotes. For example:
<script> var ghosthunter_key = "**Your key here**"; var maxPages = parseInt("{{pagination.pages}}"); var endMessage = '{{t "No More Posts"}}'; var loadingMessage = '{{t "Loading..."}}'; var Message = '{{t "More posts"}}';</script>
Save the document. ZIP the theme.
Navigate to the administration panel of your Ghost Blog. Then, go to the Settings section, located at the sidebar and click on Design. Click on Change Theme and click on the green button that says: Upload Theme.
A dialog asking for a ZIP file will prompt. Select the
valkyrie.zip
you created in step 8. That's it. You are ready to go with your new blog.