You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.