File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 # Add dev dependencies
66 - command : " git init -b main && uv add --dev pre-commit ruff typos pytest bandit commitizen genbadge jupyter pytest-cov quartodoc types-tabulate mypy vulture"
77 when : " {{ _copier_operation == 'copy' }}"
8- # If Seedcase project, add seedcase-theme extension
9- - command : " just update-quarto-theme"
10- when : " {{ _copier_operation == 'copy' and is_seedcase_project }}"
11- # If Seedcase project, use seedcase-theme as project type
12- - command : >-
13- uv run python -c "from pathlib import Path; file = Path('_quarto.yml'); file.write_text(file.read_text().replace('type: website', 'type: seedcase-theme', 1))"
14- when: "{{ _copier_operation == 'copy' and is_seedcase_project }}"
15-
168
179# Message to show after generating or regenerating the project successfully
1810_message_after_copy : |
Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ Project, run:
136136just update-quarto-theme
137137```
138138
139+ Then set ` seedcase-theme ` as your project ` type ` in ` _quarto.yml ` .
140+
139141This adds the ` seedcase-theme ` Quarto theme to the website, which
140142provides a consistent look and feel across all Seedcase Project
141143websites, including for Python package websites.
You can’t perform that action at this time.
0 commit comments