Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from davidomarf/release-v0.6.0
# Release v0.6.0 ## Major changes - Commands - Implement `ginpar new [SKETCH]` - Create a new sketch inside the project's `config.content_path` - Use boilerplate code for sketches that already includes variables for dimensions. - Implement `ginpar serve` - Starts a new live-reloading server. - Builds on every file change inside `config.content_path`. - Update `ginpar quickstart` - Instead of copying files from the pypi package into the working directory, it clones a GitHub repository with the contents of the quickstart project, and removes all `.git*` files. - API - Use YAML instead of JSON for the site config file - Easier to read and write. - YAML is a superset of JSON, so users are still able to write in JSON. ## Minor changes - Tests - Implement tests for all the CLI commands except `serve`. - Docs - Adopt numpydocs as the docstring style
- Loading branch information