Giter VIP home page Giter VIP logo

metisa-blog's Introduction

Bloggy for Ghost


bloggy

Last version Ghost version Node version Donate

Brand theme for Ghost.

Introduction

Bloggy is a fork of Ghost Blog theme with the unique purpose to make easy and adaptable Ghost theme for brand/corporative/marketing purpose.

Features

  • i18n support. Currently en_US/en_ES supported.
  • Google Analytics integration.
  • Newsletter integration powered by Mailchimp.
  • Featured and Static post views.
  • Sidebar based in widgets like popular posts, featured post, social, banner,...
  • Easy to hack. No limits!

First Steps

Installation

Enter the theme folder (content/themes) of your Ghost installation and paste the following command:

$ git clone https://github.com/Kikobeats/bloggy.git

Setup

DOM Selector

It's necessary that you stablish the DOM library and the version to use with the theme.

For do it, go to Admin PanelCode InjectionBlog Footer and should be similar to:

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>

i18n

Supported languages: en_US/en_ES

By default, the main JS file of the theme is not linked because it's depend of what language do you want to use.

For do it, the process is similar to the DOM Selector: go to Admin PanelCode InjectionBlog Footer.

Now, the code to paste depend of the language that you want to use in your blog. The template of the code is:

<script type="text/javascript" src="/assets/js/bloggy.#{lang}.js"></script>

Replacing the #{lang} for the supported language that you want to use.

For example, if you want to use the en_EN version, just add:

<script type="text/javascript" src="/assets/js/bloggy.en_EN.js"></script>

Development

  1. Install theme dev dependencies: npm install.
  2. setup dev environment: gulp.
  3. Make a PR per each improvement :-).

Related

  • Uno Zen – Minimalist and Elegant theme for Ghost.

License

MIT © Kiko Beats

metisa-blog's People

Contributors

jyek avatar

Watchers

James Cloos avatar  avatar Jaclyn Tsui avatar  avatar

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.