Sublime
Ghost theme
About
Supports Ghost version 4.x
Theme Installation
Log in to the Ghost dashboard of your blog.
Go to Design in the sidebar, and upload your theme there.
Once uploaded. Click on Activate now button to activate the theme immediately or Close if you want to activate it later.
Development
The theme uses Gulp and Node.js for development purposes. You'll need Node.js v10 installed on your machine. (If you're on a different version of Node, we recommend using NVM to get the correct version of Nodejs on your machine.)
Now you can edit SCSS and js files in /assets/src/
, which will be compiled to /assets/built/
automatically.
The build
Gulp task minifies all the css and js files and packages the theme files into dist/<theme-name>.zip
, which you can then upload to your site.
How to Activate Disqus Comments
Open up the
post.hbs
file in any text editor.Look for the comments section.
Add the following code snippet in the comments section.
Don't forget to modify the
s.src = 'https://<YOUR SITE'S DISQUS SHORTNAME>.disqus.com/embed.js';
to your disqus url.
Social Media Icons
Icons for Facebook and Twitter are already implemented in the code. To activate icons for other social networks, insert the following code snippets in the respective files.
In Footer.hbs
In Author.hbs
Icons for Behance, Dribbble, 500px, Github, Gmail, Instagram, Linkedin, Medium, Pinterest, Reddit, RSS, Tumblr, & Youtube are included in the theme. If you require more icons, you may visit Simple Icons and download the required icons.
Links
Last updated