/velox

Fast, minimal and responsive theme for Ghost

Primary LanguageCSSMIT LicenseMIT

Velox

Responsive and minimal theme for Ghost focus on speed, typography and semantic.

velox 0.2.0

PageSpeed test

Test made with Google Analytics and Prism scripts on a page without images.

PageSpeed Mobile

PageSpeed Desktop

W3C validation

W3C Home validation

W3C Author validation

W3C Tag validation

Customize CSS

According CSS optimization rules of Google, CSS is deliver inline (default.hbs line 33).

You can customize CSS with xpressio framework. You can find the xpressio Velox theme here and how to compile with Grunt.

Optional set up

Google Analytics

default.hbs line 54:

{{> google-analytics}}

google-analytics.hbs line 7:

ga('create', 'YOUR-TRACK-ID', 'yourdomain.com');

Disqus

post.hbs line 42:

{{> disqus-comment}}

partials/disqus-comment.hbs line 4:

var disqus_shortname = 'YOUR-DISQUS-SHORTNAME';

Authorship

default.hbs line 19:

<link rel="author" href="//plus.google.com/YOUR-ID?rel=author" />

Twitter cards

default.hbs line 28:

<meta name="twitter:creator" content="@yourTwitterUsername">

Fonts

default.hbs line 48:

{{> load-fonts}}

Prism syntax highlighter

default.hbs line 49:

{{> load-prism}}

License

This software is free to use under the MIT license.