/velox

Fast, minimal and responsive theme for Ghost

Primary LanguageHTMLMIT 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 42:

{{> google-analytics}}

google-analytics.hbs line 7:

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

Disqus

post.hbs line 68:

{{> 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" />

Fonts

default.hbs line 36:

{{> load-fonts}}

Prism syntax highlighter

default.hbs line 37:

{{> load-prism}}

License

This software is free to use under the MIT license.