Scriptor is a minimal, clean, modern & responsive Ghost theme for writers.
See a live demo of Scriptor here.
Scriptor supports Ghost native or Disqus comments.
To enable Ghost native comments:
- Navigate to Settings → Membership in your Ghost admin.
- Select the suitable option from the Commenting dropdown.
- Save changes.
To enable Disqus commenting:
- Navigate to Settings → Design in your Ghost admin.
- Expand the Post section.
- Turn on Enable Disqus and add your shortname in the Disqus shortname field.
- Save changes.
To add Facebook and X (Twitter) links, navigate to Settings → General, click Expand next to Social accounts and enter the URLs of your Facebook and X (Twitter) profiles. Additional social links (Instagram, Bluesky, and LinkedIn) can be added via custom settings in Ghost admin.
If you want to add some other social media links, you can add them manually in the footer.hbs
file located in the partials
folder of the theme. For instance, if you want to add the link to your GitHub account, add the following code inside the <div>
element with the class of footer-social
:
<a href="URL_TO_YOUR_GITHUB_PROFILE" target="_blank" rel="noopener" aria-label="GitHub">
{{> "icons/github"}}
</a>
To see the available icons, please check the icons
folder of the theme located in the partials
folder.
The Scriptor theme is fully translatable. You can find the default file in the locales
folder. Copy locales/en.json
to locales/[language_code].json
. The language_code
must be replaced with a valid code. You can edit the renamed translation file with any plain text editor.
To find more information on how to translate the theme, check Ghost documentation.
To start developing locally, you need to have Ghost installed on your machine. Please follow installation instructions provided in Ghost documentation.
The theme stylesheet is located in /assets/css/
.
Scriptor has the Deploy Ghost Theme Github action integrated. The purpose of the GitHub action is to take the theme from the GitHub repo and send it to your website. To learn more about Deploy Ghost Theme, please follow this guide.
If you’re using GhostPro, you must be on the Creator plan. Custom or premium themes are not available on the Starter plan.
If you find any issues with the theme, please send us an email or create an issue in the theme repo.
Copyright (c) 2015-2024 Just Good Themes - Released under the MIT license.