Sha256: 2da3efb6335d0703f01f0ac821d0efc34ad30396122b2b0f3245beba95ac55ed

Contents?: true

Size: 786 Bytes

Versions: 1

Compression:

Stored size: 786 Bytes

Contents

require 'almanack/server'

Almanack.config do |c|
  c.title = <%= title.inspect %>
  c.theme = "<%= theme_name %>" # available: <%= available_themes.join(', ') %>
  c.days_lookahead = 30

  # Your group's URL name is what you'd find at www.meetup.com/Your-Group-URL-Name/
  # You can get a Meetup API key from https://secure.meetup.com/meetup_api/key
  # c.add_meetup_group group_urlname: 'Christchurch-Ruby-Group', key: 'mysecretkey'

  # For a Google Calendar, find the "iCal" link under your Calendar's settings
  # c.add_ical_feed 'https://example.com/basic.ics'

  # Static events
  c.add_events [
    {
      title: "Edit my calendar's settings",
      description: "Edit the configuration at #{__FILE__}",
      start_time: Time.now + 30 * 60
    }
  ]
end

run Almanack::Server

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
almanack-1.1.0.beta1 templates/new/config.ru.tt