Code Monkey home page Code Monkey logo

meow-blogview's Introduction

Meow-BlogView

Angular module used with Meow blogging engine to view blogs.

Demo : http://meow-sample-app.herokuapp.com/blogs

In 'production': http://www.sumeetdas.me/blogs

Features

  • This module is created using angular-ui-router.

  • You can add your own custom angular directives in your blog posts.

  • It leverages the responsive utility classes provided by bootstrap to help the app adapt to various screen sizes.

  • It includes various social sharing options, viz. sharing on facebook, twitter, google and linkedin.

  • It includes disqus directive which will be added in each blog post

  • It has a search feature which will help users to search titles, tags and keywords

  • It contains tags which will help crawlers and social sites like Facebook to extract important information from your post

Installation

Run the following command:

bower install meow-blogview

and add the following lines in the head tag of your index.html file:

<head>
  <!-- other contents -->
  <link rel="stylesheet" href="/bower_components/meow-blogview/dist/css/meow-blogview.min.css"/>
  <script src="/bower_components/meow-blogview/dist/meow-blogview.min.js"></script>
  <script>
    angular.module('app', ['meow.blog.view']);
  </script>
  
  <!-- other contents -->
</head>

and finally add this tag inside your body tag:

<body>
  <!-- other contents -->
  
  <div ui-view="blogView"></div>
  
  <!-- other contents -->
</body>

and you are done with the setup!

LICENSE

MIT License, Copyright (c) 2015 Sumeet Das

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.