### Features

#### Asking for basic configuration when creating a new site

_Usage example:_

```bash
php cecil.phar new:site
```

```plaintext
Creating a new website...
- title: My website
- baseline (~ 20 characters): The better website in the world
- baseurl (e.g.: https://cecil.local/): https://cecil.app/
- description (~ 250 characters): This is the long description of my website and I love it.
Done!
```

#### Adds `editor` option to `new:page` command

_Usage example:_

```bash
php cecil.phar new:page --editor=typora
```

#### Adds `editor` option to `open` command

*Usage example:*

```bash
php cecil.phar open --editor=code
```

### Misc

- `clean` alias command removed
- Dependencies updated
- Code cleaned
