File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ seedcase_short_name:
88
88
homepage :
89
89
type : str
90
90
help : " What is the homepage of your project?"
91
- default : " {{ 'https://%s.seedcase-project.org' % seedcase_short_name if is_seedcase_project else '' }}"
91
+ default : " {{ 'https://%s.seedcase-project.org' % seedcase_short_name if is_seedcase_project else '' }}"
92
92
93
93
author_given_name :
94
94
type : str
Original file line number Diff line number Diff line change 1
1
2
2
3
3
# {{ package_name }}
4
-
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ website:
21
21
# TODO: add logo
22
22
logo: ""
23
23
logo-alt: "{{ package_name }} logo: Main page"
24
- {% - endif %}
24
+ {% - endif %}
25
25
left:
26
26
- text: "Guide"
27
27
href: docs/guide/index.qmd
@@ -65,7 +65,7 @@ format:
65
65
seedcase-theme-html:
66
66
include-before-body:
67
67
- "docs/site-counter.html"
68
- {% - endif %}
68
+ {% - endif %}
69
69
70
70
editor:
71
71
markdown:
Original file line number Diff line number Diff line change 8
8
# Run all build-related recipes in the justfile
9
9
{% - if is_seedcase_project %}
10
10
run-all: install-deps update-quarto-theme format-python _checks _tests _builds
11
- {% - else %}
11
+ {% - else %}
12
12
run-all: install-deps format-python _checks _tests _builds
13
- {% - endif %}
13
+ {% - endif %}
14
14
15
15
# List all TODO items in the repository
16
16
list-todos:
@@ -28,7 +28,7 @@ install-precommit:
28
28
# Update the Quarto seedcase-theme extension
29
29
update-quarto-theme:
30
30
quarto add seedcase-project/seedcase-theme --no-prompt
31
- {% endif %}
31
+ {% endif %}
32
32
# Install Python package dependencies
33
33
install-deps:
34
34
uv sync --all-extras --dev
You can’t perform that action at this time.
0 commit comments