Giter Site home page Giter Site logo

mutiny's Introduction

Mutiny

A free premium bootstrap Ghost theme

Ghost v0.5 Download Here

Ghost v0.4.2 Download Here

Based on the style of the blog by Designmodo. Mutiny is a clean, minimal Ghost theme with all the bells and whistles.

Mutiny index

Built in Boostrap 3 Mutiny is can be easily customized to meet your needs. You can add your own custom bootstrap theme to overwite the default boostrap stylesheet. Mutiny currently comes with the bootswatch theme cosmo as default.

Mutiny post

Features

  • Built in Boostrap 3
  • Easily customizable
  • Infinite scroll
  • Custom tags page
  • Google authorship
  • Responsive design
  • Image lightbox
  • Disqus comment support
  • Structured data

Installation

  1. Download the theme by clicking here.
  2. Extract the .zip file.
  3. Make the appropriate changes e.g. side bar links
  4. Re-zip the file and upload to your ghost blog.

Changing the boostrap theme

  1. Go into the partials folder.
  2. Open up bootstrap-theme.hbs in your text editor.
  3. Replace the stylesheet link with your link.
  4. You can find some great themes from bootswatch here

Original: <link rel="stylesheet" type="text/css" href="{{asset "css/cosmo-theme.css"}}" />

Changed : <link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootswatch/3.2.0/slate/bootstrap.min.css" />

Changing navbar links

  1. Go into the partials folder.
  2. Open up navbar.hbs in your text editor.
  3. Replace the existing link href with your link.

Adding navbar links

  1. Go into the partials folder.
  2. Open up navbar.hbs in your text editor.
  3. Copy and paste the
  4. tag and change it to be your link e.g.

Original: <li><a href="/about">About</a></li>

New Link: <li><a href="/Hello">Hello</a></li>

Changing social links

  1. Go into the partials folder.
  2. Open up footer.hbs in your text editor.
  3. Replace the existing link href with your link.

Adding a new social link.

  1. Follow steps 1. & 2. above.
  2. Copy one the the lines of code under the links heading.
  3. Change the href to be your link and the text to be your text.

Adding Disqus comments

  1. Go into the partials folder.
  2. Open up comments.hbs.
  3. Replace the disqus shortname with your disqus shortname (see example)
  4. Save it.
  5. Open up post.hbs.
  6. Un-rem the comment code. Example below

Remmed out: <!--{{> comments}}-->

Un remmed: {{> comments}}

GooglePlus Authorship

  1. Go into the partials folder.
  2. Open up google-authorship.hbs.
  3. Paste the link of your google plus profile into href="" (see example)

mutiny's People

Contributors

acburdine avatar max-holland avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mutiny's Issues

tag.hbs: how can I display Chinese in the "tags bar"?

hi, your theme is beautiful and i like it.
i am a Chinese blogger.
when i click a tag link to the tag page, how can i display the chinese in the "tag bar"?

<section class="jumbotron">
    <div class="container">
        <div class="row ">
            <div class="col-lg-12">
            <h3 id="tag-search"></h3>
            </div>
        </div>
    </div>
</section>

there is nothing in

label.

the tag table in my database:
tag name use chinese
tag slug use english

Mutiny no longer shows body content since Ghost updates

Yo Holland!

Really love this basic and clean theme man.
Honestly sadden that you haven't taken it any further.

Anyhow, since the last few Ghost updates, the body content no longer shows up!!

Like it's there... but it's just invisible!
Not even highlighting text does anything.

Would fix it myself, but I'm not that great at coding...

Just thought I give the heads up!

Tchau!

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.