templates/new/config.ru.tt in almanack-1.0.0 vs templates/new/config.ru.tt in almanack-1.0.1
- old
+ new
@@ -1,9 +1,10 @@
require 'almanack/server'
Almanack.config do |c|
- c.title = "My Calendar"
+ 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'