A free boilerplate responsive theme for Ghost blogging platform.
Swaggy Bastard is a fork of Bastard! It mostly contains UI changes to make the theme look a lighter.
A demo can be seen here. swag.gferreira.me
You can download the theme by clicking Download Zip
- Copy the theme folder inside
/content/themes
of Ghost. - Restart Ghost and then go to Ghost's Settings (http://your.domain.com/ghost/settings/general/). Choose "Swaggy Bastard" from the theme dropdown menu and save your changes.
- Optionally, you can update the background cover with your own image to replace the default cover image.
- Have fun :)
Bastard theme uses Grunt to lint, compile, and concatenate the javascript and SASS components. Customize the theme by editing the assets/js/bastard.js
and sass/*
files. Run grunt
to compile your changes or use the grunt watch
while you build your own theme.
- Make sure you have Node.js, Bower and Grunt installed on your system.
- Copy theme folder to Ghost themes directory
/content/themes
. Open your terminal and make the theme's folder your current working directory. - Run
bower install
to install package dependencies. - Run
npm install
to install Grunt components. - Restart Ghost and switch the theme to use
Swaggy Bastard
in the Ghost's Settings. - Make your changes by updating
/sass/*
,/assets/*
, and*.hbs
files of the theme. - Run
grunt watch
to start watching for file changes or rungrunt
to build your latest changes. - If you have new images for the theme, just place them inside
image_sources
folder and Grunt will handle the optimisation automatically and store the optimized version insideassets/images/
. - Update the social media icon links by updating
partials/social.hbs
. - Update gravatar by updating URL in
partials/gravatar.hbs
.
- Bootstrap Sass
- Font Awesome Icons
- Grunt: The JavaScript Task Runner
- Bower: A package manager for the web
- Sass - Syntactically Awesome Stylesheets
- HighlightJs - Syntax highlighting for the Web
- FitVids.Js - A lightweight, easy-to-use jQuery plugin for fluid width video embeds
MIT License