Ghost is a new blogging platform for bloggers. If you are one of those bloggers who are using ghost for publishing their blog and you want to add a favicon image to your blog then this tutorial is for you. A Favicon file is normally a 32X32 square image that is displayed before your page title in open windows and tabs and also used by some other tools. Adding your own favicon image to ghost blog is quite easy. Follow above steps and make your blog more adorable. Editing the default template : Casper For adding the template we will have to edit the template files (you can use a ftp server for that, or sftp). Open default.hbs file, you can locate it at content/themes/casper/default.hbs Upload your favicon.ico file to content/themes/casper/assets/images/ (you can also use favicon.png or any other name for your image file but favicon.ico is recommended.) There you will find code something like this {{! Page Meta }} <title>{{meta_title}}</title> <meta n...
I love writing about the Ghost platform. Its simple and just focused on blogging and that's why I love this platform. Some bloggers like to show full posts on homepage instead of post excerpts . By default Ghost(with default theme) displays excerpts on homepage. However if you would like to show full posts and not excerpts on the front page on your blog there is an easy way to change from excerpts to full posts on Ghost Homepage. Show full posts on Ghost Homepage : Tutorial Its very easy if you have access to your ghost blog by ftp/sftp or have Ghost hosted on your computer. you just have to be able to edit the index.hbs file. First open the index.hbs file. Find the above code: < section class="post-excerpt" > < p>{{ excerpt }}… » < /section > Replace it with: < section class="post-content" > {{ content }} < /section > You are done now, just save and restart Ghost. Warning: If you are displaying too much pos...
Are you tired of looking at the default templates that Blogger provides? We decided to search for some of the different-looking beautiful dark Blogger templates and found these 5 cool dark blogger templates. Eclipse Dark theme that brings werewolves to mind. An enchanting template for the dark souls.Theme is designed beautifully with extra dark colors and glitter. Limax Another beautiful dark blogger template with striking colors. Butterfly Magic Another dark colors collection in this butterfly nagic blogger theme Xenon Xenon is a free dark blogger template adapted from WordPress with 2 columns, left sidebar and posts thumbnails. Cooperate Cooperate is a free blogger template adapted from WordPress with 2 columns, right sidebar, slideshow, social bookmarking icons, posts thumbnails, tabs, drop down menu and a background pattern. Excellent layout for blogs about any general topic. So we have given you 5 Cool Dark Blogger Templates, Now it;...