Giter VIP home page Giter VIP logo

buster's Introduction

Buster - A theme for the Ghost blogging platform

Buster is a lightweight, open source theme for the Ghost blogging platform. It features a simple, clean card UI and is fully responsive. It's currently in use on my personal website: https://www.daanbeverdam.com.

โš ๏ธ Important note: if you're running a Ghost version lower than 1.0.0, please refer to the legacy branch for a compatible version of this theme.

Screenshots

Desktop view

Mobile view

How to use

Installation

If you want to use the theme for your own blog you can grab the latest zip file from the master branch. Upload this file via the backend or extract it into the content/themes/ folder of your Ghost installation. Then restart Ghost and select the theme from the backend under Settings > General > Theme. Alternatively, you can clone the repository into the content/themes/ folder by using

git clone https://github.com/daanbeverdam/buster.git

Disqus comments

If you want to enable comments, create a Disqus website following these steps. The subdomain of the created website should be added to the <head> of the theme as a javascript variable. The easiest way to accomplish this, is to just paste the following under the 'blog header' section via 'code injection' from the backend:

<script>
    DISQUS_SUBDOMAIN = 'subdomain';  // replace with your own Disqus subdomain
</script>

Recommended settings

The recommended number of post per page is 11. Keep in mind that the frontpage is highly graphical and large post images may increase page load time. For optimal performance, aim for a resolution of 600 by 200 pixels.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.