(set-site-config! key string) -> #f
key -- a quoted symbol
Sets the site-configuration key to the given string, which should be a valid pathname.
Example:
>> (set-site-config! 'mod-path "./examples") :: #f >> (site-config 'mod-path) :: "./examples"