1
0
Fork 0

Add example config

* example-config: New file
This commit is contained in:
Andy Wingo 2014-10-22 15:46:35 +02:00
parent 6d491994f7
commit 68e7b82b21

17
example-config Normal file
View file

@ -0,0 +1,17 @@
;; -*- scheme -*-
(set! *navbar-links*
'(("about" . "/about/")
("cat pictures" . "/cat-pictures/")))
(set! *navbar-infix* " | ")
(set! *public-host* "example.com")
(set! *public-port* 80)
(set! *public-path-base* '())
(set! *private-host* "127.0.0.1")
(set! *private-port* 8080)
(set! *private-path-base* '())
(define *admin-pass* "password")
(define *title* "kittens")
(define *subtitle* "all about kittens")
(define *name* "Jane Doe")