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

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

pages ['../leap_doc', '/home/website/leap_doc'], :path => '/docs'

@title = "LEAP"

@pagination_size = 20