generated from canadian-coding/python-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 33
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 #45 from Descent098/v0.3.3
V0.3.3; May 25th 2022 The focus for this release was adding features that were not finalized in time for the `0.3.0`-`0.3.2` releases, and cleaning up some bugs. ### Features - Added `required_config` section to theme metadata that's used: - on initialization to generate the `config.yml` file - on build to cancel the build if a required value is missing from `config.yml` - Added section command (**note** `ezcv theme -s <section name>` **will no longer work**) - use `ezcv section <section name>` to get information - use `ezcv section <section name> [<type>]` to create a new section (note *type* is only required for any non-markdown sections i.e. blogs [can be "blog" or "b"] or galleries [can be "gallery" or "g"]). See [cli documentation](https://ezcv.readthedocs.io/en/latest/cli/) for full usage details - Added deepsource integration - Added issue template for creating new themes ### Themes - Added `massively` - Added `blog` - Added `evie` - Added `parallax` ### Bug Fixes - Fixed bug with downloading `aerial` theme from remote - Fixed bug where `ezcv_version` was generated incorrectly in the metadata - Fixed a bug where a theme without a `metadata.yml` file would not load properly
- Loading branch information
Showing
25 changed files
with
888 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: New theme | ||
about: Suggest a new theme | ||
title: "[theme]" | ||
labels: theme | ||
--- | ||
|
||
|
||
|
||
name: `<THEME NAME>` | ||
URL: `<THEME URL>` | ||
|
||
## TODO | ||
|
||
- [ ] Create theme | ||
- [ ] Create `index.jijna` | ||
- [ ] Add in CSS/JS | ||
- [ ] Create sections | ||
- [ ] Create metadata | ||
- [ ] Add in `required: true` to fields that need it | ||
- [ ] Add in required_config | ||
- [ ] Add in analytics tag | ||
- [ ] Add in highlightjs tag | ||
- [ ] Add documentation to `docs/included-themes.md` | ||
- [ ] Add to [https://github.com/qu-up/ezcv-themes](https://github.com/qu-up/ezcv-themes) | ||
- [ ] Add to `remotes.yml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.