Skip to content

TheEdgeOfRage/ghost-gruvbox

 
 

Repository files navigation

Gruvbox

A content focused responsive theme for Ghost based on Attila

Demo

Screenshots

Features

  • Responsive layout
  • Dark and gruvy
  • Navigation support
  • Paralax cover images for posts, author archives and blog
  • Author informations for posts and author archives
  • Featured posts
  • Reading progress for posts
  • Automatic code syntax highlight and line numbers
  • Disqus support
  • Subscribers support

Setup

To enable Disqus comments go to your blogs code injection settings and add <script>var disqus = 'YOUR_DISQUS_SHORTNAME';</script> to your blog header.

Build

Install Grunt dependencies:

npm install -d

Build Grunt project:

npx grunt build

The zip Grunt task packages the theme files into dist/<theme-name>.zip, which you can then upload to your site.

npx grunt zip

Credits

Creator of the base theme: Peter Amende - Attila.

Packages

No packages published

Languages

  • CSS 52.6%
  • JavaScript 29.4%
  • HTML 17.5%
  • Other 0.5%