Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JustGoodThemes/Scriptor-Ghost-Theme
Scriptor is a minimal, clean, modern & responsive Ghost theme for writers.
https://github.com/JustGoodThemes/Scriptor-Ghost-Theme
blog-theme free ghost ghost-theme
Last synced: 5 days ago
JSON representation
Scriptor is a minimal, clean, modern & responsive Ghost theme for writers.
- Host: GitHub
- URL: https://github.com/JustGoodThemes/Scriptor-Ghost-Theme
- Owner: JustGoodThemes
- License: mit
- Created: 2015-05-27T16:25:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T14:02:32.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:17:31.461Z (3 months ago)
- Topics: blog-theme, free, ghost, ghost-theme
- Language: Handlebars
- Homepage: https://scriptor.justgoodthemes.com/
- Size: 1.03 MB
- Stars: 22
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - JustGoodThemes/Scriptor-Ghost-Theme - Scriptor is a minimal, clean, modern & responsive Ghost theme for writers. (others)
README
# Scriptor
Scriptor is a minimal, clean, modern & responsive Ghost theme for writers.
See a live demo of Scriptor [here](https://scriptor.justgoodthemes.com/).
[![Scriptor showcase](assets/scriptor-preview.png)](https://scriptor.justgoodthemes.com/)
## Disqus Comments
Scriptor theme comes with Disqus commenting built-in, you just need to have a Disqus account (create it at [Disqus.com](https://disqus.com/)). To enable commenting, you just need to add your Disqus shortname to the "Site Header" field located in **Settings** → **Code injection** in your Ghost admin:
```
const disqusShortname = 'YOUR_DISQUS_SHORTNAME';
```
If you wish to disable commenting, just remove the following lines from the `post.hbs` file located in the main theme folder:
```
{{!-- The tag below includes the theme comments - partials/comments.hbs --}}
{{> comments}}
```## Social Links
To add Facebook and Twitter links, navigate to **Settings** → **General**, click **Expand** next to **Social accounts** and enter the URLs of your Facebook and Twitter profiles.
All other social media links can be added 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 Instagram account, add the following code inside the `
` element with the class of `footer-social`:```
{{> "icons/instagram"}}
```To see the available icons, please check the `icons` folder of the theme located in the `partials` folder.
## Translation
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](https://ghost.org/docs/themes/helpers/translate/).
## Development
To start developing locally, you need to have Ghost installed on your machine. Please follow installation instructions provided in [Ghost documentation](https://ghost.org/docs/install/local/).
The theme stylesheet is located in `/assets/css/`.
## Theme Deploy with GitHub Actions
Scriptor has the [Deploy Ghost Theme](https://github.com/marketplace/actions/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](https://justgoodthemes.com/resources/deploying-your-ghost-theme-using-github-actions/).
## Ghost Hosting
If you’re using GhostPro, you must be on the [Creator plan](https://ghost.org/pricing/?via=tomas40). Custom or premium themes are not available on the [Starter plan](https://ghost.org/pricing/?via=tomas40).
## Theme Support
If you find any issues with the theme, please send us an [email](mailto:[email protected]) or create an [issue](https://github.com/JustGoodThemes/Scriptor-Ghost-Theme/issues) in the theme repo.
## Credits
- [Lato font](https://fonts.google.com/specimen/Lato)
- [Simple Icons](https://simpleicons.org/)
- [Reframe.js](https://github.com/yowainwright/reframe.js)## Copyright & License
Copyright (c) 2015-2023 Just Good Themes - Released under the [MIT license](LICENSE).