Skip to content

hu55a1n1/Quark

Repository files navigation

Quark

Ghost version Donate

A ghost theme for programmers.

Description

Quark is a ghost theme for programmers based on ghost's official Casper theme (v1.3.6). It is heavily inspired by Andrea Tarquini's Odin theme (v1.3.0). Quark incorporates a few (customizable) appearance tweaks while retaining the minimalistic nature of Casper.

Customizations

Use code injection (specifically the blog footer section) to customize theme appearance.

  • Social networking links

    var social_link = {
        'linkedin-square': 'https://om.linkedin.com/in/sufialhussaini',
        'github-square': 'https://github.com/Sufi-Al-Hussaini',
        'facebook-square': 'https://www.facebook.com/sufialhussaini',
        'envelope-square': 'mailto:[email protected]',
        'rss':'https://shoaib-ahmed.com/rss/'
    };
  • Blog description (typed.js) animation

    Refer to typed.js documentation.

    var typed_config = {
        strings: ["Software developer", "Tech freak"],
        typeSpeed: 50,
        startDelay: 500,
        backDelay: 500,
        loop: true
    };
  • Background (particle.js) animation

    Create your own configuration here.

    var particles_config = {
        /* Paste your config here. Default config is in <assets>/js/particles.js */
    };

TODO

  • Add disqus comments
  • Add code syntax highlighting
  • Add google analytics