/GHGR202

A grid based theme built for the blogging platform Ghost.

Primary LanguageHTMLMIT LicenseMIT

GHGR202 Ghost theme

Build Status Ghost version Node version

A two column Ghost theme that display your posts in a fun Masonry Gallery that works straight out of the box. Puts focus on the content and works seamlessly for both indiviuals and teams.

ghsc201 theme for ghost

Features:

  • Support for different languages
  • Responsive layout
  • Primary Menu in Header
  • Secondary Menu in Footer
  • Infinite scroll
  • Masonry layout Colcade.
  • Page for (Home, Post, Page, Author, Tag)
  • Custom Page with Form
  • Social Media
  • Code syntax Prismjs. Supports all syntax.

Development

Requirements: Node, Yarn and Gulp.

Install Yarn dependencies:

yarn install

Run development server:

yarn dev

Compress and minify files into dist/<theme-name>.zip, which you can then upload to your site.

yarn zip