Skip to content
/ velox Public
forked from dreyacosta/velox

Fast, minimal and responsive theme for Ghost

License

Notifications You must be signed in to change notification settings

djyde/velox

 
 

Repository files navigation

Velox

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

velox 0.3.0

Support

  • Author page
  • Tag page
  • Image post
  • Syntax highlighter
  • Meta data for SEO
  • Disqus comments
  • Post read next and previous

See a live demo here dreyacosta.com.

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 stylus.

Optional set up

Google Analytics

default.hbs line 48:

{{> loaders/load-google-analytics}}

partials/loaders/load-google-analytics.hbs line 7:

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

Disqus

post.hbs line 65:

{{> loaders/load-disqus-comment}}

partials/loaders/disqus-comment.hbs line 4:

var disqus_shortname = 'YOUR-DISQUS-SHORTNAME';

Authorship

default.hbs line 24:

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

Fonts

default.hbs line 41:

{{> loaders/load-fonts}}

Prism syntax highlighter

default.hbs line 42:

{{> loaders/load-prism}}

Lazy background cover

default.hbs line 43:

{{> loaders/load-lazycover}}

License

This software is free to use under the MIT license.

About

Fast, minimal and responsive theme for Ghost

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 54.4%
  • HTML 45.6%