## setup()


Set up the site with the given configuration.


Usage


``` python
setup(config)
```


## Parameters


`config: dict`  
A dictionary of site configuration options.


## Returns


`None`  


## Examples

``` python
>>> setup({"theme": "cosmo"})
```
