summaryrefslogtreecommitdiff
path: root/site.rb
blob: f50360437bfabe5ea50544b8343498b821ec0636 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# site configuration
#

pages 'pages', :path => '/'

pages '../leap_doc', :path => '/docs'

@title = "LEAP"

@pagination_size = 20