Flamingo
Ghost Theme
Compatible with Ghost 4.x
Development
The theme uses Gulp and NodeJs (Node v12 or v14) for development purposes. You'll need Gulp and Nodejs installed globally. After that from the theme's root directory run the following commands.
Now you can edit the SCSS and JS files in /assets/src/
, which will be compiled to /assets/built/
automatically.
The build
Gulp task minifies all the CSS & JS files and packages the theme into dist/<theme-name>.zip
, which you can then upload to your site.
Customizations
To change the colors or fonts in the theme, you can modify the /assets/src/styles/partials/_variables.scss
file. After modifications, complile the SASS files again by following command –
This will generate the zipped theme file in /dist
directory.
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.
Feature a Post on the Tag View
To make a post to be featured on tag view's header, add the following hidden tag to the post – #tag-featured-post.
Social Media Icons
Icons for Facebook, Twitter, Behance, Dribbble, 500px, Github, Gmail, Instagram, Linkedin, Medium, Pinterest, Reddit, RSS, Tumblr, & Youtube are included in the theme. 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
If you require more icons, you may visit Simple Icons and download the required icons.
Last updated