Git Product home page Git Product logo

oc-meta-plugin's Introduction

October Meta Plugin

Crowdin PRs Welcome License: MIT

Overview

Meta plugin is a base for websites made with October CMS by freelancers. This plugin should be compatible with Winter CMS too because it doesn't use any breaking changes October introduced.

With this plugin is possible:

  • Set globally title of a page
  • Upload a favicon, a logo and an OpenGraph protocol image
  • Set globally meta keywords and meta color
  • Make an easy copyright information

And the most important feature:

  • Set website author signature and logo

Installation

Artisan

Use the Laravel's CLI. Traverse to a project's root directory and run the following:

php artisan plugin:install codeclutch.meta

Composer

If you want to use Composer instead, run:

composer require codeclutch/meta-plugin
php artisan october:migrate

or for Winter CMS:

composer require codeclutch/meta-plugin
php artisan winter:up

Documentation

Copyright

If you want to add copyright information add component and write

{% component 'signature' %}

Head

Open layout.htm and in head tags leave only import of your style.css / app.css

Then import component and inside the head tag write

{% component 'head' %}

Logo

Wherever you want to use website logo, import component and write

{% component 'logo' %}

(that's only an img)

Signature

Open footer (or other file) to attach website author's signature in and import component, and then write

{% component 'signature' %}

Contributing

You are free to contribute in the following ways:

  • sending pull requests
  • bug reporting and feature requesting by creating issues on plugin GitHub page
  • localization to your language using Crowdin

License

The Meta plugin for October CMS is open-sourced software licensed under the MIT license.

oc-meta-plugin's People

Contributors

omikorin avatar

Stargazers

 avatar  avatar

Forkers

dheia

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.