Giter Club home page Giter Club logo

detox's Introduction

Detox

Detox is a beautiful, modern Ghost theme.

โ†’ See the demo

Features

  • Fully responsive
  • Minimal and focused on content
  • Built with Sass (and the Sass files are included in the download in case you want to do some editing).
  • Moot comments

Installation

  1. Download the files using the GitHub .zip download
  2. Unzip the files and rename the folder to Detox
  3. Copy the folder into your Ghost theme directory ghost/content/themes
  4. Restart ghost and log in to your dashboard
  5. In settings under themes select Detox and save

Setting up comments

Detox comes with Moot comments installed, but YOU'LL NEED TO SET UP MOOT FOR YOUR OWN BLOG.

To set up Moot comments, do the following:

  1. Go to: https://moot.it/ and create a new forum (near the bottom) and username for yourself.
  2. Inside your new forum, create a discussion section that you'll use for comments (most people just name it "Posts").
  3. Use a text editor to open the post.hbs file in this theme.
  4. Find this code in that file:
    <section id="comments">
        <a class="moot"
            title="{{title}}"
            href="https://moot.it/i/detox/posts:{{title}}">
            Comments for this blog entry
        </a>
    </section>
    
  5. Replace "detox" with the name of the forum you created and "posts" with the name of the discussion section you created, like this:
    href="https://moot.it/i/your-forumname/your-discusionsection:{{title}}"
    

Then you should be good to go!

For more information:

License

MIT License

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.