From 68e7b82b21ebe0c6deca08fb65f98198e86fd07b Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 22 Oct 2014 15:46:35 +0200 Subject: [PATCH] Add example config * example-config: New file --- example-config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 example-config diff --git a/example-config b/example-config new file mode 100644 index 0000000..8db9eea --- /dev/null +++ b/example-config @@ -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") +