Skip to content

ina6ra/lokka-calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lokka Calendar

This is a Lokka plugin to add a calendar.

Installation

Run these commands:

$ cd public/plugin
$ git clone git://github.com/inarin/lokka-calendar.git

Warning

This plugin have bread crumb bug. Please write to your theme like:

<%= bread_crumb %>
↓
<%#= bread_crumb %>

Support Site: #ginnowarashi (Japanese Only)

Usage

There is one helper method called "calendar". Please insert to your theme like:

<dt><%= t.calendar %></dt>
<dd>
  <ul>
    <%= calendar %>
  </ul>
</dd>

Notice

The CSS, public/plugin/lokka-calendar/views/calendar.css, is designed for "jarvi" theme. Maybe you will be needed to modifiy this CSS file for your theme.

About

Lokka Plugin to add a calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%